Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 Secure data input from a page register in VS C# 20

Author  Topic 

haibec
Yak Posting Veteran

54 Posts

Posted - 2008-01-09 : 12:25:05
Hi all!

I have a page register member code by C# 2005. I want secure data input from my pages (for anti SQL injection and XSS) .Please tell me solution!
Thank you

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2008-01-09 : 14:45:06
use parameteres for all your queries and html encode all user input.
but this s a broad topic which google search will help you with.

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
SSMS Add-in that does a few things: www.ssmstoolspack.com <- new version out
Go to Top of Page
   

- Advertisement -