Click here to Skip to main content
15,909,897 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
My question is how can i do button click event or text data send in my database table?
Posted
Comments
omid.nazifi 7-Dec-11 8:38am    
It's very easy. If you search in internet you find it, Certainly.

1 solution

You cannot add clicks to a database table.
I think you mean a GridView. See http://www.asp.net/web-forms/tutorials/data-access/custom-button-actions/adding-and-responding-to-buttons-to-a-gridview-cs[^] for am example.
 
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