R
RC
Hi,
I have build a webpage with a WebControls.Table (<asp:Table....> ....).
And I will add some rows during Page_Load() and response to client.
Client can change the Text in the Row Cell by client side javascript. Right
now I want to get back the changed value from the client side.
But I found that once iterate through the rows collection of the table, at
PostBack Event, I found the value of Row count is 0. Any Idea to get the
Value at server side??
RC
I have build a webpage with a WebControls.Table (<asp:Table....> ....).
And I will add some rows during Page_Load() and response to client.
Client can change the Text in the Row Cell by client side javascript. Right
now I want to get back the changed value from the client side.
But I found that once iterate through the rows collection of the table, at
PostBack Event, I found the value of Row count is 0. Any Idea to get the
Value at server side??
RC