ASP.Net UpdatePanel, want to have html-tag as a parameter
- by Nordis
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.. :)