Click here to Skip to main content
15,868,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am create a dynamic table in asp .net(c#).. now i want to cell value click event .
Posted
Comments
Prabhakaran Soundarapandian 17-Mar-12 3:29am    
You want a client side click event or server side click event for the that entire cell or you need only a link to that cell value.
RAMALINGAM.K 20-Mar-12 1:12am    
client side click event ... i am using tablecell,and tablerow classes .....i am not using gridview

1 solution

You would have to register a click event for the cell which would post it back to server for your processing. CodeProject article Edit Individual GridView Cells in ASP.NET[^]
might help you in achieving the cell click.

Here its been done by adding the onclick attribute to the cell in the RowDataBound Event, I am not entirely sure if this is what you want but might be helpful.
 
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