Showing posts from September, 2011
if you are searching for an encrypting password hashing algorithm than you are at right place, make sure before using this method that this algo is one way, means it has no decrypt method. just copy and past here is the code for your aspx.cs file. …
there are 6 type of heading in html This is a heading This is a heading This is a heading This is a heading This is a heading This is a heading
HTML stands for Hyper Text Markup Language, in order to make a simple html page you just need to copy the below code in any editor such as note pad or you can use Dream viewer, and save the file as test.html here is the code " Page Titl…
in order to access a text box or lable or any form element of server side to client side using javascript than just copy the blew code and that's it.
it is very simple to redirect your webpage to another webpage or just to another website just copy the below code in the event where you want to use. code for aspx.cs Response.Redirect("mypage.aspx");
Mention blow code will help you to make an asp.net button disable on server side page load event you can use it as per your requirement i.e. onclick event or where ever your want. Code in .aspx page Code aspx.cs File protected void Page_Load(obje…
Mention below code will help you to print the data in a div tag and is 100% tested on all browsers, you just need to copy and past and change the parameter as per your requirement.. Function call on button's onclientClick event copy the below …