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.
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 1980blog: http://weblogs.sqlteam.com/mladenpSSMS Add-in that does a few things: www.ssmstoolspack.com <- new version out |
|
|
|
|
|