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 Rhinorhino 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: LizKayl
  • Content: Threads
  • Order by date
  1. LizKayl

    Button reloads page and IsPostBack acts to be false, WHY?

    I have my vb script declared, then inside the script tags, I have my sub Page_Load if notIsPostBack ...do some stuff to set up the page... end if end sub sub buttonAction(s as object, e as EventArgs) ...perform a query... ...call a function to set option box...
  2. LizKayl

    DataGrid export to msWord appears as Excel

    I have a query result being read into an Excel document, but the users want it in word as well. When I try to send it to word, it continues to open in Excel. Sub DataGridToWord(output As DataGrid, response As HttpResponse) 'clean up the response.object response.ContentType =...
  3. LizKayl

    Trying to use a typecase Inside a "like '% blah %' tag.

    My subject says it mostly. I have a form where the user can search by any keyword and wants to be able to seach by a date of the form "dd/mm/yy". Because of the slashes, I am getting no response. So I am trying to cast the search string as a varchar so it will compare to the characters and...
  4. LizKayl

    Searching for 'm/dd/yy' through different datatypes

    I'm trying to complete a search through fields of different types to see if the search value is found. It can be anything the user wants to enter. The problem is the backslashes I believe, making it not read the query properly. How can I search? select fields from table where fieldA like...

Part and Inventory Search

Back
Top