client side scripting changes to be reflected back to server

S

Sumit

Hi,
I am using a HTML Combo box with runat=server. I am adding
few values in the combo box with javascript. The problem I
am faciing is that I am not getting these new values in
the codebehind pages after submiting the page. It gives me
the old values only. I am validating Page.IsPostBack also.

Pls. help
Thanks,
Sumit
 
R

Rajesh.V

On submit the runtime populates the combo from the viewstate, hence try
storing it in a hidden variable also, so in page load u can examine the
contents and add/substract.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top