Click here to Skip to main content
15,896,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
QuestionCascading drop downs in gridview with batch updating Pin
Syed Mehroz Alam30-May-08 3:25
Syed Mehroz Alam30-May-08 3:25 
Questiondisplay image in address bar of browser Pin
S.Aijaz30-May-08 2:18
S.Aijaz30-May-08 2:18 
AnswerRe: display image in address bar of browser Pin
R. Giskard Reventlov30-May-08 2:41
R. Giskard Reventlov30-May-08 2:41 
GeneralRe: display image in address bar of browser Pin
S.Aijaz30-May-08 2:46
S.Aijaz30-May-08 2:46 
GeneralRe: display image in address bar of browser Pin
Vasudevan Deepak Kumar30-May-08 3:16
Vasudevan Deepak Kumar30-May-08 3:16 
QuestionWebsite Execution Time [modified] Pin
Brendan Vogt30-May-08 0:59
Brendan Vogt30-May-08 0:59 
AnswerRe: Website Execution Time Pin
eyeseetee30-May-08 1:11
eyeseetee30-May-08 1:11 
GeneralRe: Website Execution Time [modified] Pin
Brendan Vogt30-May-08 1:17
Brendan Vogt30-May-08 1:17 

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.