Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.3K
~4K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for Embeza

[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]

Member Avatar for jeju
0
718
Member Avatar for ramareddy_dotne
Member Avatar for cpopham

[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] …

Member Avatar for nunnakk
0
206
Member Avatar for vbgaya

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

Member Avatar for nunnakk
0
149

The End.