|
|
 |
BOOK: ASP.NET 2.0 MVP Hacks and Tips  | This is the forum to discuss the Wrox book ASP.NET 2.0 MVP Hacks and Tips by David Yack, Joe Mayo, Scott Hanselman, Fredrik Normén, Dan Wahlin, J. Ambrose Little, Jonathan Goodyear; ISBN: 9780764597664 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 MVP Hacks and Tips section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

November 22nd, 2008, 05:33 PM
|
|
Registered User
|
|
Join Date: Oct 2008
Location: New York City, NY, USA.
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Creating an interface with webapp from Windows App
Hi,
I have a windows application . which needs some data from one of our other web application which is very secured.
Say I have a page in my WinApp which asks for employeeID after I put the employee ID and click the "go" button , It should bring up the emp details web page[ Say for eg:Empdetails.aspx]. Can you give me any clue as to how I can work this out???
Thanks.
Alienaheart
__________________
Alienaheart
|

November 22nd, 2008, 09:15 PM
|
|
Friend of Wrox
|
|
Join Date: Nov 2007
Location: Central Florida, USA.
Posts: 199
Thanks: 2
Thanked 15 Times in 15 Posts
|
|
if you actually want to display the page in the app then just put a browser object in your app. other wise if you just need the data create a web service which will query for you and send it back to your app.
Jason Hall
|

November 23rd, 2008, 12:00 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2008
Location: Snohomish, WA, USA
Posts: 1,319
Thanks: 3
Thanked 69 Times in 68 Posts
|
|
But see my comments in the other forum that he crossposted into.
Okay, you put the browser object into your app.
Now tell me how you are going to *get* the info that the browser displays into your win app??? Yeah, yeah, I know. It *CAN* be done. But is it sensible???
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |