Refreshing a dropdown in another webform

D

dana lees

Hello,

I am developing a C# asp.net application.

I have a page in which there is a dropdown of users. I have another popup
window in which i can add/update the users list.
After adding/updating users in my popup window, i would like to refresh the
dropdown in my parent page.

How can i do that?

Thank you,
Dana
 
A

Alvin Bruney - ASP.NET MVP

about the most you can do is force the parent page to refresh. however you
can set a session flag in the child page that you would read in your parent
page and if this flag is true, you simply refresh the data in the drop down.
I'm not aware of a better way to do this.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 

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

Top