I am working on a project where I need to dynamically add & remove table rows serverside. I amd new to Asp.net and would appreciate any help / guidance as I did not come up with anything when I searched the forum or web.
I have done this before using javascript but my client doesn't want it done that way. He said he preferred to have everything done serverside.
From what I did find I need to beware of the viewstate and rebuild the controls with each postback. Correct?
MJM
I have done this before using javascript but my client doesn't want it done that way. He said he preferred to have everything done serverside.
From what I did find I need to beware of the viewstate and rebuild the controls with each postback. Correct?
MJM