? Scraping XML data from web page I have a web browser object that points to a web page that has XML data on it. How do I take that text and save it into a file? If I do webBrowser.DocumentText, it gives me the code that creates the Xml document displayed on the page (doesn't look like HTML either), so How can I directly get the text that is displa... 12 Aug 2010 17:00
Bank Payment with Application And WebService Hi all I have a win application that interacts to my web application with web services. Part of my web site has online payment that connects to a bank web service. The Bank service wants some parameters including revertUrl ( the url that bank send back information to). I want to know that it's possible to c... 12 Aug 2010 01:44
Problem on sending emails Hello. I have an asp.net, that sending emails. I have the following code : Dim mail As New MailMessage Dim smtp As New SmtpClient("my-site.org") smtp.Credentials = New NetworkCredential("admin(a)my-site.org", "myPassowrd") mail.From = New MailAddress("admin(a)my-site.org") ... 11 Aug 2010 10:21
Question on debug mode When I close the webpage that was openened by running F5 (Debug run) in Visual Studio 2010, my VS goes out of debug mode at once. Same with a few collagues. But one guy just stays into debug mode and needs to click the Stop Debugging button every time (IE and Firefox). The question: is it an option somewhere i... 11 Aug 2010 07:06
How to learn Teleric controls Dear Friends, I have to use teleric controls in my asp.net pages. I dont know how to start it? What I have to use any dll for it? If yes where Can I find it necessary requirements to work with teleric controls? Thanks & Regards Vinod Kumar ... 11 Aug 2010 03:52
Default role provider could not be found. Hi all, I'm trying to install a vb.net/asp.net on a server of a hoster. This app runs fine on my local pc, but when I publish it to my server, I get this error message: Default role provider could not be found. I guess I need to make some changes in the web.config file, butI have no idea what I need to ch... 10 Aug 2010 14:43
GridView - Scroll on image button click I have a simple page with a image button and a Gridview. On the click of the image button I have the following : if ((GridView1.Rows.Count) >= (GridView1.SelectedIndex + 2)) { GridView1.SelectedIndex = GridView1.SelectedIndex + 1; GetHistoryData(); } Thi... 10 Aug 2010 06:56
New in VS 2008 Hi, I just moved from VS2005 to VS 2008. In VS2005, I can run the page without building the project. But in VS2008, everytime I run/test a page, I have to BUILD the whole project first. This is annoying. How can I run/test a page without building the whole project? Thanks, Danny... 12 Aug 2010 09:17 |