ASP.Net UpdatePanel, want to have html-tag as a parameter

Posted by Nordis on Stack Overflow See other posts from Stack Overflow or by Nordis
Published on 2010-03-13T12:11:14Z Indexed on 2010/03/13 12:15 UTC
Read the original article Hit count: 515

Filed under:
|
|

This is my problem, I have one textbox, one button and one label. Everything is inside an updatepanel. Let's say I want to test if a valid html-tag is entered in the textbox when I press the button. In the code-behind I have a method for that.

Everythings works just fine, except when I actually enter a html-tag in my textbox. If I test < html>, it works. But not if I test .

So my question is, doesn't the updatepanel accept html-tags as parameters? Because my breakpoint for the button_click doesn't triggers.

Sorry for my bad english.. :)

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET