G
Guest
I am taking an ASP.NET application offline (into a windows forms app) and I
was wondering if anyone can help me in two particular areas.
1 - On the web, Response.Redirect directs you to a different web form.
However, in windows, all I can find is Form.Show, which opens a form in a new
window. Is there a way to move between forms in windows and stay within the
same application window.
2 - Most of the content in my ASP application is loaded dynamically, and I
use an HTML table to load text, images, and other media. Is there a similar
control in windows? I havent found anything besides a datagrid, and the only
application I've ever used a datagrid for is a message board-type app.
Any help on either front would be greatly appreciated, as both of these
problems are causing some down time in my development
Thanks in advance!
was wondering if anyone can help me in two particular areas.
1 - On the web, Response.Redirect directs you to a different web form.
However, in windows, all I can find is Form.Show, which opens a form in a new
window. Is there a way to move between forms in windows and stay within the
same application window.
2 - Most of the content in my ASP application is loaded dynamically, and I
use an HTML table to load text, images, and other media. Is there a similar
control in windows? I havent found anything besides a datagrid, and the only
application I've ever used a datagrid for is a message board-type app.
Any help on either front would be greatly appreciated, as both of these
problems are causing some down time in my development
Thanks in advance!