Dart Home | PowerWEB LiveControls for ASP.NET | Custom Development | Reply | PowerWEB LiveControls for ASP.NET Topics | Forums |
Author | Forum: PowerWEB LiveControls for ASP.NET Topic: LiveTextBox |
ScottFX From: Los Angeles, CA USA Posts: 1 Member Since: 01/31/08 |
posted January 31, 2008 2:32 PM I have atextbox in a search screen that the users need to type %11 (To pass to a stored procedure witha like where clause) However the value is comin in as a box (Unicode of %11 I'm guessing) How do I make that not happen |
K M Drake![]() From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted February 1, 2008 10:21 AM Hi, Thanks, I have reported this as issue #4636. For updates on the status of the issue, please contact Jamie Powell (support@dart.com). Would you be able to replace the character in the Text string with the proper string? For example: string s = LiveTextBox1.Text; s = s.Replace("\x11", "%11"); Thanks, -ken ------ |
Reply | PowerWEB LiveControls for ASP.NET Topics | Forums |
This site is powered by
![]() |