Click here to Skip to main content
15,922,419 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalcharts can display either report viewer or crystal report Pin
Member 387988114-Feb-08 20:17
Member 387988114-Feb-08 20:17 
Generalquery issue.. Pin
Krishna Varadharajan14-Feb-08 19:25
Krishna Varadharajan14-Feb-08 19:25 
GeneralRe: query issue.. Pin
N a v a n e e t h14-Feb-08 19:37
N a v a n e e t h14-Feb-08 19:37 
GeneralRe: query issue.. Pin
Venkatesh Mookkan14-Feb-08 19:46
Venkatesh Mookkan14-Feb-08 19:46 
GeneralRe: query issue.. Pin
Krishna Varadharajan14-Feb-08 20:07
Krishna Varadharajan14-Feb-08 20:07 
GeneralRe: query issue.. Pin
Venkatesh Mookkan14-Feb-08 20:57
Venkatesh Mookkan14-Feb-08 20:57 
GeneralRe: query issue.. Pin
N a v a n e e t h14-Feb-08 21:40
N a v a n e e t h14-Feb-08 21:40 
GeneralRe: query issue.. Pin
Venkatesh Mookkan15-Feb-08 0:34
Venkatesh Mookkan15-Feb-08 0:34 
N a v a n e e t h wrote:
This is a bad idea. There are inbuilt methods to escape special characters which follows URL encoding rules. Look into Server.URLEncode[^] method.


Navaneeth,
URL encoding converts characters that are not allowed in a URL into character-entity equivalents; URL decoding reverses the encoding. For example, when embedded in a block of text to be transmitted in a URL, the characters < and > are encoded as %3c and %3d. For reference, Click here[^].

May be your solution help him out for this time. But this too very bad idea. Say, he has insert few record in his table, tomorrow some of his other application (other technology, Java) is going to use the same table, he has search for equivalent method to do UrlDecode. Or if he want to fetch data directly from database, he has to manually replace the Url encoded value with the original character.

The right solution is to use Paramaters rather than sql injection. The Parameter ojects automatically take cares this situations.


[Venkatesh Mookkan]
My: Website | Yahoo Group | Blog Spot

GeneralRe: query issue.. Pin
N a v a n e e t h15-Feb-08 0:52
N a v a n e e t h15-Feb-08 0:52 
QuestionUpdate Panel and Registerstartupscript Bug........... Pin
sandesh khare14-Feb-08 18:57
sandesh khare14-Feb-08 18:57 
GeneralRe: Update Panel and Registerstartupscript Bug........... Pin
Venkatesh Mookkan14-Feb-08 19:33
Venkatesh Mookkan14-Feb-08 19:33 
GeneralRe: Update Panel and Registerstartupscript Bug........... Pin
Sandeep Akhare14-Feb-08 20:16
Sandeep Akhare14-Feb-08 20:16 
GeneralRe: Update Panel and Registerstartupscript Bug........... Pin
Venkatesh Mookkan14-Feb-08 20:54
Venkatesh Mookkan14-Feb-08 20:54 
GeneralRe: Update Panel and Registerstartupscript Bug........... Pin
Sandeep Akhare14-Feb-08 22:07
Sandeep Akhare14-Feb-08 22:07 
QuestionHow To Make HomePage.. Pin
raushan_914-Feb-08 18:23
raushan_914-Feb-08 18:23 
AnswerRe: How To Make HomePage.. Pin
Parwej Ahamad14-Feb-08 18:26
professionalParwej Ahamad14-Feb-08 18:26 
GeneralRe: How To Make HomePage.. Pin
raushan_914-Feb-08 18:30
raushan_914-Feb-08 18:30 
GeneralRe: How To Make HomePage.. Pin
Parwej Ahamad14-Feb-08 18:36
professionalParwej Ahamad14-Feb-08 18:36 
GeneralRe: How To Make HomePage.. Pin
raushan_914-Feb-08 19:06
raushan_914-Feb-08 19:06 
AnswerRe: How To Make HomePage.. Pin
Vasudevan Deepak Kumar15-Feb-08 4:10
Vasudevan Deepak Kumar15-Feb-08 4:10 
Questioncrystal report mamimum joxb pocessing limits Pin
Sonia Gupta14-Feb-08 18:00
Sonia Gupta14-Feb-08 18:00 
GeneralRe: crystal report mamimum joxb pocessing limits Pin
Parwej Ahamad14-Feb-08 18:15
professionalParwej Ahamad14-Feb-08 18:15 
Questionwebpage authorization Pin
Sonia Gupta14-Feb-08 17:51
Sonia Gupta14-Feb-08 17:51 
GeneralRe: webpage authorization Pin
Parwej Ahamad14-Feb-08 18:08
professionalParwej Ahamad14-Feb-08 18:08 
QuestionRe: webpage authorization Pin
Sonia Gupta14-Feb-08 18:33
Sonia Gupta14-Feb-08 18:33 

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.