how to handle "A potentially dangerous Request.Form value was detected from the client" exception without setting validateRequest property to false
im finding hard how to validate user input without setting the ValidationRequest = False.
sasa, thanks...I understand.
my situation is i have few pages where the user inputs data. Some of the textboxes are in templates,lets say in detailsview when editing a record. Here, in the detailsview, i cant find and i dont know where to use the HTMLCode method. I thought to use the 'TextChanged' event in all the textboxes but it seems those textboxes in the detailsview dont o expose events???
my situation is i have few pages where the user inputs data. Some of the textboxes are in templates,lets say in detailsview when editing a record. Here, in the detailsview, i cant find and i dont know where to use the HTMLCode method. I thought to use the 'TextChanged' event in all the textboxes but it seems those textboxes in the detailsview dont o expose events???
can you think in other methods?