Click here to Skip to main content
15,914,905 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: Image File Security Pin
Marcello Cantelmo27-Aug-05 3:23
Marcello Cantelmo27-Aug-05 3:23 
GeneralRe: Image File Security Pin
thealca29-Aug-05 14:16
thealca29-Aug-05 14:16 
Questiondll Locking Detector? Pin
Susan Hernandez26-Jul-05 13:56
Susan Hernandez26-Jul-05 13:56 
AnswerRe: dll Locking Detector? Pin
Vasudevan Deepak Kumar26-Jul-05 18:38
Vasudevan Deepak Kumar26-Jul-05 18:38 
GeneralRe: dll Locking Detector? Pin
Susan Hernandez27-Jul-05 6:01
Susan Hernandez27-Jul-05 6:01 
GeneralImage format conversion Pin
Syed Mazhar Hasan26-Jul-05 12:07
sussSyed Mazhar Hasan26-Jul-05 12:07 
QuestionHow can i store the HTML text to DataBase using ASP.net with c# Pin
murtaza19-Jul-05 18:32
murtaza19-Jul-05 18:32 
AnswerRe: How can i store the HTML text to DataBase using ASP.net with c# Pin
Vasudevan Deepak Kumar21-Jul-05 3:23
Vasudevan Deepak Kumar21-Jul-05 3:23 
Hi murtaza:

By default, to prevent Cross Site Scripting attacks, ASP.NET disallows HTML tags through QueryString, FormInputs etc. You will encounter HttpRequestValidationException whose message goes like "A potentially dangerous Request.QueryString...".

The solution is that, you can have a ClientSide JavaScript to escape() them and submit to the server where you can UrlDecode the same.

Also for MD5 and other Cryptography algorithms are available in System.Security.Cryptography namespace of .NET Framework BaseClass. However, feel free to check out this article on CodeProject on http://www.codeproject.com/csharp/XCrypt.asp[^].

Deepak Kumar Vasudevan
Personal Web: http://vdeepakkumar.netfirms.com/
I Blog At: http://deepak.blogdrive.com/
GeneralRe: How can i store the HTML text to DataBase using ASP.net with c# Pin
Anonymous21-Jul-05 19:08
Anonymous21-Jul-05 19:08 
QuestionHow can i permently set the value of the Control through javaScript Pin
murtaza19-Jul-05 18:26
murtaza19-Jul-05 18:26 
GeneralIniatate a request for remote control Pin
lastpick19-Jul-05 13:00
lastpick19-Jul-05 13:00 
QuestionRTC API Client can be registered to other SIP servers ?? Pin
m_ali_16-Jul-05 3:00
m_ali_16-Jul-05 3:00 
Generall time projects Pin
anuradha Raghavendran15-Jul-05 18:36
sussanuradha Raghavendran15-Jul-05 18:36 
GeneralRe: l time projects Pin
Yulianto.15-Jul-05 19:29
Yulianto.15-Jul-05 19:29 
GeneralRe: l time projects Pin
Vasudevan Deepak Kumar26-Jul-05 18:42
Vasudevan Deepak Kumar26-Jul-05 18:42 
GeneralLocal Security Policies Pin
Member 199534111-Jul-05 1:59
Member 199534111-Jul-05 1:59 
GeneralRe: Local Security Policies Pin
IanG (Surreal Studio)2-Aug-05 4:10
IanG (Surreal Studio)2-Aug-05 4:10 
GeneralWSASocket problem in XP Pro Pin
Anonymous11-Jul-05 0:05
Anonymous11-Jul-05 0:05 
GeneralRe: WSASocket problem in XP Pro Pin
Blake V. Miller12-Jul-05 18:22
Blake V. Miller12-Jul-05 18:22 
GeneralHidding Application from task manager Pin
TheOnlyFalcon7-Jul-05 16:51
TheOnlyFalcon7-Jul-05 16:51 
GeneralRe: Hidding Application from task manager Pin
Robert Rohde8-Jul-05 5:27
Robert Rohde8-Jul-05 5:27 
GeneralRe: Hidding Application from task manager Pin
Michael Dunn8-Jul-05 18:59
sitebuilderMichael Dunn8-Jul-05 18:59 
GeneralRe: Hidding Application from task manager Pin
Daniel P3-Aug-05 11:57
Daniel P3-Aug-05 11:57 
GeneralRe: Hidding Application from task manager Pin
Toby Opferman12-Jul-05 20:04
Toby Opferman12-Jul-05 20:04 
GeneralRe: Hidding Application from task manager Pin
Vasudevan Deepak Kumar26-Jul-05 18:39
Vasudevan Deepak Kumar26-Jul-05 18:39 

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.