S
Slim
I have a table that I populate with values from a database.
when someone clicks on these values it fires a client side event that I
added to the cells of the table during building of the table with the
Attributes.Add method.
this works ok, But what I would really like to do is add a server side click
event to the table or cells so I can add more data to the page without
refreshing. I would also have to know what cell was clicked.
how do I do this?
when someone clicks on these values it fires a client side event that I
added to the cells of the table during building of the table with the
Attributes.Add method.
this works ok, But what I would really like to do is add a server side click
event to the table or cells so I can add more data to the page without
refreshing. I would also have to know what cell was clicked.
how do I do this?