Asp RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Opening an email in the Outlook window

    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...

    0 answers | 479 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Opening an aspx page using ModalPopupExtender

    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...

    0 answers | 545 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • opening a word doc in word not browser

    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='...

    0 answers | 707 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Opening a Word 2003 template

    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....

    4 answers | 1606 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Opening a windows form from an ASP page

    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...

    0 answers | 642 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • opening a window in a different browser

    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...

    12 answers | 447 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • opening a window and retaining focus

    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...

    1 answers | 526 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Opening a webpage from a window form without showing the URL to the User

    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....

    6 answers | 1672 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Opening a web project from web

    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...

    1 answers | 316 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • opening a web page with information

    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...

    1 answers | 269 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • opening a second page without closing the previous one

    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...

    1 answers | 284 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Opening a Project from the web

    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...

    1 answers | 294 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "Asp"
DEVMSG.COM