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 TouchToneTommy 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: *

  • Users: smbrown
  • Content: Threads
  • Order by date
  1. smbrown

    AJAX AutoCompleteExtender from query help

    I am trying to use a query to give the suggestions for the AutoCompleteExtender. The event is fired, and I catch an error "No value given for one or more parameters." I am thinking that the line: da.SelectCommand.Parameters.Add("@prefixText", OleDbType.VarChar, 50).Value = prefixText & "%"...
  2. smbrown

    help using sleep in VB

    I want to notify the user that the record was updated in the DB when an update is made, then clear the message from the text box. I tried the following, but the message is never displayed. Seems like I have done this before, but now I can't find the code I used. What am I missing...
  3. smbrown

    open excel on client machine

    We are building an application that does some calcs based on values from Oracle queries. Half way through the development I was told I need to retrieve a value from an Excel spreadsheet, instead of having the user select the value from a dropdown. Excel is not installed on the server, and never...
  4. smbrown

    add watermark to excel spreadsheet

    I have a spreadsheet that has confidential information on it. I was asked to put a "watermark" in the background of the spreadsheet that says "confidential" in red. Is this even possible? Thanks for the help. SMBrown
  5. smbrown

    change color text in header of gridview

    I create a grid using my VB code. I want to change the color of the text in only one of the headers (Problems) in my VB code as well. Dim myTable As New DataTable() Dim dc1 As New DataColumn("Year", Type.GetType("System.Int32")) Dim dc8 As New DataColumn("Problems"...
  6. smbrown

    Gridview not finding values for update.

    I have a web form that users can select dropdowns on, and fill a grid with the returned values. I need the grid to allow the user to make changes to the grid, and have those changes goto the DB. There is an error on the myID, myUser1... in the VB. It can't find the values for these. Do I need...

Part and Inventory Search

Back
Top