K
Kiran Math
( I am new to asp.net)
I have a web application (classical asp) ,
I wanted to add some new forms and I wanted to do that in asp.net
Say I have Form A. ( a.asp)
I have a button in there . And on click of the button I wanted to bring up
Form B ( b.aspx).
Form B has a button too and onclick of the button it should bring me back to
Form A.
Is it possible to do that and what about the state management between
classical asp and asp.net.
Is it a good idea to convert all the asp pages to aspx pages?
Thank you
Krian Math
I have a web application (classical asp) ,
I wanted to add some new forms and I wanted to do that in asp.net
Say I have Form A. ( a.asp)
I have a button in there . And on click of the button I wanted to bring up
Form B ( b.aspx).
Form B has a button too and onclick of the button it should bring me back to
Form A.
Is it possible to do that and what about the state management between
classical asp and asp.net.
Is it a good idea to convert all the asp pages to aspx pages?
Thank you
Krian Math