C
Chris Wilmot
Can anyone help with this one.
I have a Text box called txt_Query and when I do a postback on the page I
want to grab the text from this box as it contains criteria that I need to
run the appropriate Query
I have tried without Success
Dim Query As String = Request.Params.Item("txt_Query")
Can anyone tell me how to get the value of this text field
Thanks in advance
Chris Wilmot
I have a Text box called txt_Query and when I do a postback on the page I
want to grab the text from this box as it contains criteria that I need to
run the appropriate Query
I have tried without Success
Dim Query As String = Request.Params.Item("txt_Query")
Can anyone tell me how to get the value of this text field
Thanks in advance
Chris Wilmot