Click here to Skip to main content
15,896,040 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created an ASP.NET application with contains 10 textboxes and one image at the end of page.
After clicking on the image i just want to submit the form and before that all the validations must be done (I have used RequireFieldValidator for validation).
On submiting I want to just want make DataBase entry to the database.

Thank you.
Posted
Updated 8-Nov-11 5:58am
v3
Comments
[no name] 8-Nov-11 8:25am    
Which part are you having difficutly with?
bbirajdar 8-Nov-11 9:37am    
So whats the problem?
Yvan Rodrigues 8-Nov-11 11:57am    
Are you not sure how to use an image as a submit button?

1 solution

Hi
Why are you using image only ? Instead you can use imagebutton and on click of which you can do the database entry.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900