How do I pass a web page value in windows form in .net.
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, How do I pass a web page value in windows form in .net. From my windows application, I want have open a web page and received web page value. Please sent sample code. Thanks Rajesh
vnsraj wrote:
Please sent sample code.
Why ? Are you unable to follow advice ? Have you written any code ? This has nothing to do with ASP.NET. Absolutely zero. You're writing a windows app. Where does the value come from ? If it's not on the URL, you'd need to use the DOM to search the text of your web page, from a web browser control.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.