|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Handling SQL Injection Attack using Global.asax page.
by
Niradhip Chakraborty
On
Aug 31, 2009
We can prevent SQL Injection Attack, many ways. Here we will see how to prevent SQL Injection attack, making use of Global.asax. The code is in C# and using VS2005. Use the following code in Global.asax page. All you need to do to copy and paste the code in your Global.asax page.
|
|
|
|
|
Padding in html code:
by
Niradhip Chakraborty
On
Aug 24, 2009
I have seen codes where developers used so many to get the desire location in html page.This can be easily avoided by using padding concept inside.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|