



Hi, My requirement is, 1. I have the email content in the exchange. 2. I am using a data grid to display the emails like the inbox in a ASPX page. (We have developed this using WebDav. 3. Now the problem is we are not able to show the email in the Outlook email window. Now I need to display the...
Hi, I installed yesterday AjaxControlToolkit and I try to use ModalPopup for the first time. When the user clicks a button, a modalPopup should appear which contains an aspx page. Until now, I implemented it using window.showModalDialog. I would like to change implementation to using the modalPo...
I have been banging my head trying to find a way either in classic asp or asp dot net to get a word document to open in word, and not use the browser. I have tried (in classic asp): Response.ContentType = "application/ms-word" Response.AddHeader "Content-Disposition", "attachment; filename='...
I need to open a Word template so that I can merge some data from a database with the document. I am using ASP.NET, VB.NET. I can not even get MS Word to be visible. I can see that an instance is created in Task Manager. Here is my code: Private Sub createReport() Dim missing As Object = System....
I'm trying to create an ASP page which creates a windows form and be able to manipulate it. The windows form contains a webbrowser control, which apparently has to be created and manipulated in a Single Threaded Apartment thread. I tried creating a new STA thread and creating the form in it...
Hi, asp.net 2.0, ie6, opera 9.22 For various supportability reasons, we need to redirect a page to a url and require that the target url should open in an Opera browser. The call is simple Response.Redirect(url, true); It works fine if its all IE environment. but am wondering how can i specify t...
I have a page that has an asp button and smart nav is on. I add "btnPrintServicePlan.Attributes.Add("onclick", "javascript:PrintSP_window=window.open('cts_serviceplan.aspx','PrintSP');PrintSP_window.focus();")" to open the new window but the problem is that the calling window...
HI All I have a problem in Opening a Web page URL from window form.I am using the following code System.Diagnostics.Process.Start( stdBrowser, http://test.user.com/abcd.asp?username=xyz&password=abcd); That is working fine but the problem is The Url is visible in the address box of the browser....
Hi, We mapped our local drive say F with \\serverip\sharedfolder. When we try to open the web project from F drive thru "project from web" option in VS.Net, It says "A connection with the server could not be established". Please suggest the possible solution. Thanks Sumit...
hi guys, first i don't know if that's the right place to post such a posting if it isn't please direct me to the right newsgroup. second i would like to open mapquest with my office address already in it, how do i do that ? thanks...
Hi, can someone please tell me hou to open a second webpage, I tried: Response.Redirect("WebForm1.aspx", False) but this replaces the existing page with the new one. All I want is a second page. (I write everything in VB.NET) Many Thanx Ton...
I am not sure what setting I am missing. Everytime I click to open a project from the web, I select the host address. When I do this it open a file dialog instead of looking at the files on the server. What setting on IIS do I need in order to make this work correctly. John...
