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