suggestions?

  • Thread starter Thread starter abcd
  • Start date Start date
A

abcd

I want to design an asp.net page which will have multiple controls. I want
to fill one of the control when there is some action like selecting
something from its previous control...I want to simulate as if its a windows
based application and the entire page is not refereshed (trip to
server)....other controls are not involved for this task....how can I
smoothly refresh these contols...I was reading about VIEWSTATE, is that the
solution to my problem...

Thanks
 
You'd use client side javascript for this. Search on dropdown list
and dependent in google for examples.
 

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

Back
Top