No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
[B]go to Global.asax [/B] [B]write this codein application_start()[/B] [B]Dim i As Integer i = Application("hitcount") Application.Lock() i = i + 1 Application("hitcount") = i + 1 Application.UnLock()[/B] [B]This Application("hitcount") varible is used to count no of users who visited ur site.[/B] [B]if any problem contact me[/B] [B]njoy[/B]
simply set EnableViewState Property of textbox as FALSE
[B]simply while any one register in ur side use below query[/B] [B]insert into ur_table values(username,md5(password));[/B] [B]this md5 is type of encryption which cannt be decrypted[/B] [B]--------[/B] [B]second case is login .[/B] [B]in this use check for validity of user by below query[/B] [B]select * from ur_table where username='username.text' and password='md5(password.text)'[/B] …
see vybaya, i clearly didnt get ur requirement. if u have mail id so what we can contact directly. my id is [EMAIL="[email protected]"][email protected][/EMAIL] give me ur id so that i can help u
The End.
nunnakk