Popup form notifying other form?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a form where there is a combobox, and next to it there is a link "Other" that opens a popup and lets the user to create more options (that dont appear in the combo) How can I notify the parent form (the one with the combo) that the popup form added succesfuly the new option? With winforms is really easy using events.. but in web its confusing Help please! Thx
-
Hi, I have a form where there is a combobox, and next to it there is a link "Other" that opens a popup and lets the user to create more options (that dont appear in the combo) How can I notify the parent form (the one with the combo) that the popup form added succesfuly the new option? With winforms is really easy using events.. but in web its confusing Help please! Thx