Say you had a table with the following fields
Logo Acct Num Tran Date Amount
123 1111111111 11/1/2009 1.50
123 1111111111 11/2/2010 1.75
234 2222222222 11/2/2010 1.50
234 2222222222 11/4/2010 1.75
345 3333333333 11/4/2010 1.99
I'm only interested in first...
Terry,
Sound Blaster sells one of these head phones. Do you think that I need the new SB Blaster X-fi Surround 5.1 sound card, that I just purchased, for this to work properly with FLAC or would it sound just as good with the head phones, through normal 16-bit, hooking the head phones up...
I guess the concensus here is that I probably wouldn't notice the difference between 16 and 24 bit...which if you knew me, it completely true. I can remember when CDs first came out. I bought the debut Crowded House album. That was my first and I didn't notice the difference between that and...
I'm getting the Beatles USB drive. This contains all of the albums music in 24-bit (FLAC) 44.1 Khz form. The sound card that I have now on my PC seems OK with playing FLAC, but I know it plays it at 16-bit, because that's the limit for the Creative SB Live! Series (WDM).
Anyway, I went to...
Thanks Jason, but what if I wanted it display as a .doc? Added to the problem, the web server doesn't have word on it. Would that matter?
I'm basically transferring these files, from a SQL Server BLOB field onto the web server, than I want to display it to a page when a user selects it from...
What I'd like to do is when a user clicks on, say an anchor tag, that refers to a file that resides on a web server, they will either recieve a pop-up or be directed to a page that will diplay the contents of the .doc or .txt file within.
I'm sure there is a way, but I can't find any good...
I would like to be able to control what version an EXCEL file is saved in. I run EXCEL 2007 on my workstation. So whenever I create a new excel file, even if I reference an earlier version of Interop.Excel, people who are running an earlier version of excel cannot open my files. Can't this be...
If I reload my page I lose the original value of the session variable. So the first time I sign-on to the page, I can view the user. However, if I reload the page, the session variable "WelcomeUserNew" gets wiped-out. Any ideas?
Protected Sub form1_Init(ByVal sender As Object, ByVal e As...
I'm trying to capture a sorting event and have it so that before it actually does the sort on the gridview, a textbox value on the page say's "one moment..."
The "one moment..." is listed within javascript on the actual page. However, I don't know how to talk to the page, prior to calling...
I translated it, but it doesn't know what Load is...I'm sure I must have to declare it, but as what?
Public Sub New()
Load += testing_query_string
End Sub
Public Overloads Overrides Sub Dispose()
Load -= testing_query_string
MyBase.Dispose()
End Sub
Private Sub...
Jason,
You helped me pass the value!!! I still don't understand why my Page_Load won't work on my default2.aspx.
The code behind the page looks like:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
Dim Account As String =...
In my gridview, the first column is a hyperlink field with an account number as the data.
<asp:GridView ID="GridView2" runat="server" AllowSorting="True"
AutoGenerateColumns="False" DataSourceID="SqlDataSource1"
BackColor="#DEBA84" BorderColor="#DEBA84"...
I've made some changes, and I think that I might be getting close, but still no cigar...
<B>gridview:</B>
<asp:GridView ID="GridView1"
OnPageIndexChanging="gridView_PageIndexChanging" OnSorting="gridView_Sorting"
runat="server" AllowSorting="True" AllowPaging="True">...
Maybe this isn't possible, because I can't find any compatible solutions. Here's my grid:
<asp:GridView ID="GridView1" runat="server">
</asp:GridView>
Here's my onload code...
Protected Sub GridView1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.Load...
I think my problem is that I'm just not understanding what is happening on my page...
I have a textbox and a button that takes the value of the textbox and performs a SQL Search against a viewgrid...
<asp:GridView ID="GridView2" runat="server" AllowSorting="True"...
I tried that, but couldn't figure out how to do it...Below, you can see that my datasource is called SqlDataSource1. There isn't a table. How and on what event can I access this information?
<asp:GridView ID="GridView2" runat="server" AllowSorting="True"...
I was wondering if anyone knew why when I try and to get a grid view row count, I get 0, unless I call the count from a second button AFTER the gridview has already loaded.
I'm completely confused...
I'm binding a RS to a Gridview in ASP.NET 3.5 via VB.NET 2008.
ReturnUserid = "SELECT X , Y, Z, FROM XYZ_TABLE WHERE X = '" & Trim(TextBox1.Text) & "' ORDER BY X"
Dim DSReturnUserid As New Data.DataSet
Dim adaptorReturnUserid As...
Within a Tabpanel, I have validators that will populate a ValidatorSummary at the top of a panel. On a button, I have an OnClientClick that goes to a function that will put move the panel to the top of the page.
However, when this happens, some of the look of the panel get's effected. For...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.