Click here to Skip to main content
16,011,647 members

Comments by Avinash Shewale (Top 5 by date)

Avinash Shewale 23-Nov-15 10:14am View    
You need to work on configuring web.xml file.
The client and server .net framework must be same(3.5).
If not, then work on converting your project to server's .net framework version.
Avinash Shewale 23-Nov-15 10:09am View    
Please provide me your system on teamviewer, I would like to work on solving your issue.
Avinash Shewale 23-Feb-13 0:29am View    
if any solution works fine please mark it as solution accepted
Avinash Shewale 22-Feb-13 22:42pm View    
in button4_click()
after finishing your register logic, you can redirect to anotherpage to show message that registration is successful:

//code for registering user
....
....
Response.Redirect("anotherpage.aspx");
Avinash Shewale 22-Feb-13 9:02am View    
will you explain in brief what you wanted to do with this code?
please explain your aim when you post any question.

what is "dt1" here ?