Click here to Skip to main content
15,923,164 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: last ten records Pin
Christian Graus31-May-08 1:27
protectorChristian Graus31-May-08 1:27 
AnswerRe: last ten records Pin
Guffa31-May-08 3:19
Guffa31-May-08 3:19 
Questionanimate the images Pin
member2730-May-08 18:34
member2730-May-08 18:34 
AnswerRe: animate the images Pin
Christian Graus31-May-08 1:28
protectorChristian Graus31-May-08 1:28 
QuestionAvoid concurrency problem Pin
SreejithAchutan30-May-08 17:57
SreejithAchutan30-May-08 17:57 
QuestionWorking with DataSet on client Pin
Stephen McGuire30-May-08 16:50
Stephen McGuire30-May-08 16:50 
AnswerRe: Working with DataSet on client Pin
leckey30-May-08 18:04
leckey30-May-08 18:04 
GeneralRe: Working with DataSet on client Pin
Stephen McGuire31-May-08 6:32
Stephen McGuire31-May-08 6:32 
QuestionSetting dynamic GridView Column properties Pin
Ekjon30-May-08 12:38
Ekjon30-May-08 12:38 
AnswerRe: Setting dynamic GridView Column properties Pin
leckey30-May-08 18:04
leckey30-May-08 18:04 
QuestionText Editor For textbox Pin
Member 410159630-May-08 11:01
Member 410159630-May-08 11:01 
AnswerRe: Text Editor For textbox Pin
NeverHeardOfMe30-May-08 11:46
NeverHeardOfMe30-May-08 11:46 
QuestionCreating a blog page for my web site? Pin
Laisseraller30-May-08 9:35
Laisseraller30-May-08 9:35 
QuestionResolving Domains MX records and IP when Domain Returns 11004 Socket Error Valid Name.... Attemting to validate emails Pin
MrM&M30-May-08 8:08
MrM&M30-May-08 8:08 
QuestionEncrypting query string to prevent sql injection Pin
ChrisFarrugia30-May-08 7:30
ChrisFarrugia30-May-08 7:30 
AnswerRe: Encrypting query string to prevent sql injection Pin
Mark J. Miller30-May-08 7:45
Mark J. Miller30-May-08 7:45 
It seems to me the wrong solution to the problem. To prevent injection attacks you should be using parameters for all values. If you are dynamically building strings you shouldn't be using direct user input. This will protect your sql stamtents at the level they should be. If an attacker finds away around your protections they you're subject to attacks all over again. Properly written sql is the only way to prevent against attacks - parameters and never concatenating user input into your strings.


QuestionUsing a QueryString in Web Services Pin
stormcandi30-May-08 6:22
stormcandi30-May-08 6:22 
AnswerRe: Using a QueryString in Web Services Pin
Jacob Dixon30-May-08 6:48
Jacob Dixon30-May-08 6:48 
GeneralRe: Using a QueryString in Web Services Pin
stormcandi3-Jun-08 11:40
stormcandi3-Jun-08 11:40 
QuestionGridView Selected Index Change not working... Pin
Jacob Dixon30-May-08 5:53
Jacob Dixon30-May-08 5:53 
AnswerRe: GridView Selected Index Change not working... Pin
Jacob Dixon30-May-08 6:31
Jacob Dixon30-May-08 6:31 
Questionusing the response from XML Service for populating a GridView Pin
laziale30-May-08 3:39
laziale30-May-08 3:39 
AnswerRe: using the response from XML Service for populating a GridView Pin
led mike30-May-08 4:28
led mike30-May-08 4:28 
GeneralRe: using the response from XML Service for populating a GridView Pin
laziale30-May-08 4:38
laziale30-May-08 4:38 
GeneralRe: using the response from XML Service for populating a GridView Pin
led mike30-May-08 5:07
led mike30-May-08 5:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.