August 8, 2011 at 6:45 am
How to Redirect a page in windows application using C#
August 8, 2011 at 6:51 am
Check this out...
If you hit a big hurdle, let us know maybe we'll be able to help further.
August 9, 2011 at 2:11 pm
The confusion of pages in a windows application may well be the first clue that they are not actually sure what the question is. Windows apps don't have pages, they have forms. Web apps have pages. Then again this could be a console application in which case the way you redirect pages is completely different. 😛
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
August 9, 2011 at 2:15 pm
Sean Lange (8/9/2011)
The confusion of pages in a windows application may well be the first clue that they are not actually sure what the question is. Windows apps don't have pages, they have forms. Web apps have pages. Then again this could be a console application in which case the way you redirect pages is completely different. 😛
SSMS can browse the net. So I'm guessing it's possible to do it in .net...
Guessing being the important word!
August 9, 2011 at 2:22 pm
Well really what SSMS is doing is using IE as the browser inside of a windows form. Yes in fact you can display a website inside of a window in a windows app of .net but it is still displaying the website. Hence the reason i was poking fun. My guess is the OP is looking for the EXACT same command in .net that was used in classic ASP [hint, hint].
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply