Hello all,
Someone out there may have the same question.
I have ASP.NET advance search page which contains 10 different textboxes. I build a query string bases on this textboxes. I submit to stored proc to pull these records. The problem is if a user enter 'delete * ' or something like that in one of the textbox, it will cause a very painful solution. Microsoft loop hole - How can we get around it?
Thanks, hope this will give you guys enough info.
abs
Someone out there may have the same question.
I have ASP.NET advance search page which contains 10 different textboxes. I build a query string bases on this textboxes. I submit to stored proc to pull these records. The problem is if a user enter 'delete * ' or something like that in one of the textbox, it will cause a very painful solution. Microsoft loop hole - How can we get around it?
Thanks, hope this will give you guys enough info.
abs