Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. VisualGuy

    SQL Script Question

    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...
  2. VisualGuy

    24-bit (FLAC) audio play back...

    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...
  3. VisualGuy

    24-bit (FLAC) audio play back...

    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...
  4. VisualGuy

    24-bit (FLAC) audio play back...

    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...
  5. VisualGuy

    Trouble writing a .doc or .txt file out to a web page...

    Jason, would you mind sending me to one of these examples? I'm still confused.
  6. VisualGuy

    Trouble writing a .doc or .txt file out to a web page...

    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...
  7. VisualGuy

    Trouble writing a .doc or .txt file out to a web page...

    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...
  8. VisualGuy

    Programatically save EXCEL file to earlier version...

    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...
  9. VisualGuy

    trouble reusing Session value

    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...
  10. VisualGuy

    Gridview Sort 'onsorting' question...

    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...
  11. VisualGuy

    Gridview Hyperlink Question...

    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...
  12. VisualGuy

    Gridview Hyperlink Question...

    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 =...
  13. VisualGuy

    Gridview Hyperlink Question...

    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"...
  14. VisualGuy

    Gridview ADO BOUND sorting...

    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">...
  15. VisualGuy

    Gridview ADO BOUND sorting...

    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...
  16. VisualGuy

    GridView Sorting issues...

    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"...
  17. VisualGuy

    postback gridview row count to text tag...

    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"...
  18. VisualGuy

    postback gridview row count to text tag...

    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.
  19. VisualGuy

    Unbound GridView Sort...

    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...
  20. VisualGuy

    Problem with TabContainer and Validators

    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...

Part and Inventory Search

Back
Top