Symbol PLUS replace with symbol SPACE

1 reply. Last post: November 14, 2013 11:54 PM by Hans Kristian
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

I have WebInput.NET ver. 4.0.7200.251 date 2013-08-05, HTML5

simply example, on form ASPX put WebInput like:

 <ISWebInput:WebInput ID="WebInput1" runat="server"></ISWebInput:WebInput>

I run site and insert into the control text like: "AA+BB"

next I click button and on server site I check VALUE

string controlText = WebInput1.Value.ToString();

 

I expect that the read value is AA+BB

Unfortunately, the + symbol is replaced by a space, the value is "AA BB"


Previous version to work correctly in HTML4


Aby idea?


regards 


Adam



All times are GMT -5. The time now is 11:43 AM.
Previous Next