Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

system.windows.form

  Asked By: Rufus    Date: Jul 03    Category: Asp.net    Views: 1124
  

i have a panel that i load into a web browser.
i then read an xml file to create all the controls in the panel.
in the xml i link events to each control.
on selecting a specific control i show a form ( form.show() ) i
cannot use form.showdialog(). i then pass data to this form.

how will i send data back to the parent form ? in this scenario a
browser,but it can be a windows form as well.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Walborgd Fischer     Answered On: Jul 03

asp.NET is completely different to WindowsForms.

There is no Form.Show in asp.NET

I have just posted a link  to a test project , the thread is "getting data  from
the header control"

download it and have alook.

 
Didn't find what you were looking for? Find more on system.windows.form Or get search suggestion and latest updates.




Tagged: