Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~3K People Reached
Favorite Tags
Member Avatar for Gowrishankar

Hi every one,Could you help me in creating one login page,in which the username and password get validate with the backend db(sql server)And the password is encrypted and stored in db.So I want to know how to encrypt the user inputting password and validate that one against the encryted password …

Member Avatar for afjal nathani
0
405
Member Avatar for Swapnil Palande

Dear all, Please help me in solving following query. I want to use Encryption and Decryption to add password to database and to retrive password from database. What is the code for this? Thanks and regards, Swapnil.

Member Avatar for Yanivhl
0
343
Member Avatar for Gowrishankar

Hi, How to set the focus in a text box control?I want to blink the cursor in the textbox control while executing...Is there any property for this..?What is the command in ASP.NET using C#..?Thanks in advance...

Member Avatar for nukewarm
0
2K
Member Avatar for Gowrishankar

Hi,Is it possible to execute the (ASP.NET using C#) code in a command prompt...?If it is possible means how ?and also can I execute the class files in command prompt...?Please give me some ideas...

Member Avatar for alc6379
0
172
Member Avatar for Gowrishankar

[COLOR=#0000ff]Hi all,anyone can help me to solve this error.When I build the code it shows the error message below:What I have to do ? C:\Inetpub\wwwroot\shankar\WebApplication1\login.aspx.cs(83): 'WebApplication1.WebForm1.Custvaluserid_ServerValidate(object, System.Web.UI.WebControls.ServerValidateEventArgs)': not all code paths return a value This is the code I written: [code] private[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]bool[/COLOR][COLOR=#000000] Custvaluserid_ServerValidate([/COLOR][COLOR=#0000ff]object[/COLOR][COLOR=#000000] source, System.Web.UI.WebControls.ServerValidateEventArgs args)[/COLOR] { SqlConnection conn= …

Member Avatar for Lord Soth
0
130
Member Avatar for Gowrishankar

Hi,Anyone can tell me the way of encryption using the inbuild function of the ASP.NET in C# code?I want to encrypt the password and store them in a sql db...and encrypt the user input value for password then validate with that one to the encrypted db value..using the inbuild function …

Member Avatar for campkev
0
102
Member Avatar for Gowrishankar

Hi,I am having problem in displaying the returned value from one function.I write one function for creating db connection,in that function I returned the string value of username.I want to display the string username value in different label through a button click event.What is the C# ASP.NET syntax ?Can any …

Member Avatar for campkev
0
203