1

Im currently do my internship and this company use asp.net language . Its quite new for me because before this i never use asp.net . So i need help from all of you . I already try to write the code but its seems to many error . this is my code :

This is my HTML Code

This is my code behind

7
  • Your "Response.Write" has semi-colon. Commented Jun 29, 2015 at 5:38
  • But my textbox name not declared . i dont know why Commented Jun 29, 2015 at 5:40
  • Have you considered using the <asp:Login ID="Login1" runat="server" /> control instead? It will give you access to Login1_Authenticate, Login1_LoggedIn, etc. methods to do your authentication. Commented Jun 29, 2015 at 6:48
  • @SollyM but then i dont know why my textbox doesnt work . it say its doesnt declare . can you help ? Commented Jun 29, 2015 at 6:59
  • Firstly try using the Login control and see if it registers. Then customize the control and the child controls must register too. If not, then we can look at it from there. Commented Jun 29, 2015 at 8:21

1 Answer 1

2

Follow this example. See if it works for you. http://www.aspsnippets.com/Articles/Simple-User-Registration-Form-Example-in-ASPNet.aspx

Unfortunately I can't bring the entire code to this page. Hope this helps.

Sign up to request clarification or add additional context in comments.

1 Comment

awesome. glad to be of help.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.