Hi
I have a RadGrid that use a Select statement that includes a value from a RadTextBox
when the form is submitted.
It is running fine except that I would like to remove the word 'chateau' from the
TextBox text before the query runs and RadGrid gets populated. In asp you would use
Replace(Request.Form("WineName"), "chateau", "") before using the value.
I could maybe do this in code behind with RegEx.Replace() if I knew what event to run
the code on.
Please advise!.
Thanks for your help
Clive
I have a RadGrid that use a Select statement that includes a value from a RadTextBox
when the form is submitted.
It is running fine except that I would like to remove the word 'chateau' from the
TextBox text before the query runs and RadGrid gets populated. In asp you would use
Replace(Request.Form("WineName"), "chateau", "") before using the value.
I could maybe do this in code behind with RegEx.Replace() if I knew what event to run
the code on.
Please advise!.
Thanks for your help
Clive