H
Hans
hello folks,
I'm migrating a windows form app to a web application and i need to
transfer some data to a target page and from the target page back to
the source.
ie.
I have a web page call editor.aspx and another call open.aspx
I need to do something like this from the Editor.aspx page
Open myOpenPage = new Open()
myOpenPage.someProperty = true; // can i do this?
someControlInEditorPage = myOpenPage.SelectedItemID;
and so on... can i do this?
Also, can i have a constructor overload to receive parameters in aspx
pages?
Thanks a lot
I'm migrating a windows form app to a web application and i need to
transfer some data to a target page and from the target page back to
the source.
ie.
I have a web page call editor.aspx and another call open.aspx
I need to do something like this from the Editor.aspx page
Open myOpenPage = new Open()
myOpenPage.someProperty = true; // can i do this?
someControlInEditorPage = myOpenPage.SelectedItemID;
and so on... can i do this?
Also, can i have a constructor overload to receive parameters in aspx
pages?
Thanks a lot