S
Steve Koon
I have a WinForm application that browses url inside an IE browers window on
the form. I currently query the SQL server over port 1433 and retrive a data
hirecachry that creates the menu that users are click on an push the assign
URL entery to the IE window. Due to the issue that using port 1433 present I
would like to move to using port 80 to retrive this data which I would then
poplate my menu with. Does anyonw know where I can get a good example of how
I can accomplish this?
SQL Table columns
ContentID,ContentName,ParentID,ContentURL
1,Google MainSite, ,www.google.com
2,Images,1,www.google.com/images
3,News,1,www.google.com/news
4,Yahoo MainSite, ,www.yahoo.com
5,Movies,4,www.yahoo.com/movies
6,Maps,4,www.yahoo.com/maps
Menu Example
Google MainSite
Images
News
Yahoo MainSite
Movies
Maps
Thanks for any help,
Steve
the form. I currently query the SQL server over port 1433 and retrive a data
hirecachry that creates the menu that users are click on an push the assign
URL entery to the IE window. Due to the issue that using port 1433 present I
would like to move to using port 80 to retrive this data which I would then
poplate my menu with. Does anyonw know where I can get a good example of how
I can accomplish this?
SQL Table columns
ContentID,ContentName,ParentID,ContentURL
1,Google MainSite, ,www.google.com
2,Images,1,www.google.com/images
3,News,1,www.google.com/news
4,Yahoo MainSite, ,www.yahoo.com
5,Movies,4,www.yahoo.com/movies
6,Maps,4,www.yahoo.com/maps
Menu Example
Google MainSite
Images
News
Yahoo MainSite
Movies
Maps
Thanks for any help,
Steve