Ask a Question related to ASP.NET General, Design and Development.
-
bramirez #1
Add WebControl to a .NET web service
Greetings,
I'd like to create a web service that uses a reference to the
Microsoft Internet Control. Is this possible? I've already created
VB.NET application that essentially scrapes the contents of an HTML
page. It works perfectly. I would now like to add the same
functionality to a web service.
This is what I have so far, but doesn't work. Complains about the
webbrowser not being initialized...
Dim ww As SHDocVw.WebBrowserClass
ww = New SHDocVw.WebBrowserClass()
ww.Navigate("http://www.yahoo.com")
I've heard of references to executing the required dll's so that they
are running on the server and then access them via the web service.
Any help is appreciated.
Regards,
Baldy
bramirez Guest
-
Datagrid In a webcontrol
I have a datagrid with Edit/Delete columns in a webcontrol. I load this control dynamically based on users' selection from a table dropdownlist.... -
Custom webcontrol that references another webcontrol
My custom webcontrol has a TextBox property, but after I had set the value in design time (choosing some TextBox), this property value is not... -
WebControl inside of WebControl and attaching events
I have built a navigation custom web control that I have been placing on various pages without issue. When one of the image buttons within the... -
Can a webcontrol (webcontrol.dll) have a configuration file?
Hello everybody: I would like to know if a webcontrol (webcontrol.dll) can have a configuration file (webcontrol.dll.config)? I have done some... -
Composite webcontrol
I have just built my first custom control draws a html wrapper to the screen around the content of the server control tag. Eg <myc:MyPanel .....>... -
Natty Gur #2
Re: Add WebControl to a .NET web service
Hi,
You can use .Net WebRequest and WebResponse to get site HTML instead of
using COM object.
Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

