Search

You searched for the word(s): userid:711096

Matching Posts

  • aspx page opened empty, but source is not -- why does this happen?

    Hello I have a login page with a 5 controls: 1. Login Control 2. Two TextBoxes 3. Two buttons 4. Two Validators (that are validating that text boxes are not empty) On my development environment, everything works fine. I tried to copy the page to another PC (on which I installed IIS & .NET framework version 2) When I tried to navigate to the page: http://localhost/mylogin.aspx I see an empty page with the two stars (*) only I put on the validators... no controls, no text.... nothing... I tried
    Posted to Configuration and Deployment (Forum) by m1net on 2/7/2008
  • Re: Mail Merge Failing, please help

    I got it fixed, I followed the following instructions and it works now... I hope you also find it helpful: http://support.microsoft.com/default.aspx?scid=kb;en-us;810572
    Posted to Enterprise Services Integration (Forum) by m1net on 2/4/2008
  • Mail Merge Failing, please help

    Hello I have applied mail merge functionality in my project. Everything works fine if I debug my application. When I deploy & migrate my website to production, the functionality gives an error. I installed IIS on my laptop and created a virtual directory for my project ... also there I get the same error. I noticed that it fails on: MyMergedDoc.MailMerge.Destination = Word.WdMailMergeDestination.wdSendToNewDocument; When I removed this line to see if it works, it failed on the next line which
    Posted to Enterprise Services Integration (Forum) by m1net on 2/4/2008
  • MS Word on production wont save file

    Hello people In my web site I have a DLL that writes a word doc in my file system. When I run my project on my Visual Studio locally on my laptop, everything works fine... but when I migrated to production, or even run the it using http://localhost/myproject ; the file is not gettinng saved. The file system is located in : Inetpub\wwwroot\LawyerDesktop I think its something to do with access denied... I tried to write error to log (the log is written as a simple I/O text file located in my C:\) and
    Posted to Configuration and Deployment (Forum) by m1net on 2/3/2008
  • How can I display a Calendar style, like the one in outlook, on a web page?

    Hello I would like to display outlook style calendar to display today's tasks from a table in my DB. Can it be done? Thanks
    Posted to Web Forms (Forum) by m1net on 7/3/2007
  • Localizing FileUpload control

    Hi How do I localize FileUpload control, specifically the "Browse..." button. Thanks in advancce
    Posted to Localization (Forum) by m1net on 6/28/2007
  • Compiling Before Deployments ASPX & ASPX.CS

    Hello I would like to know, I have a number of ASPX with ASP.CS can I compile each couple togather into one DLL? Since my application is a web application and I need to install everything on each customers' PCs, I don't people to be able to see the content of my .cs file Thanks
    Posted to VS Web Deployment Projects (Forum) by m1net on 6/18/2007
  • Re: open a filedialog from Custom Web Control

    Thanks for the reply :) I want to have a customer web control that displays a set of button, New, Edit, Delete, and attach a file. The attach file button suppose to open a dialog file box, the user can then browser, locate the file and press ok. the name & path of the field will be stored in the DB. Thanks
    Posted to Web Forms (Forum) by m1net on 6/10/2007
  • Re: open a filedialog from Custom Web Control

    Thanks for the reply Jason, but can this be done programmatically?
    Posted to Web Forms (Forum) by m1net on 6/7/2007
  • open a filedialog from Custom Web Control

    hello I have this custom web control that contains a number of buttons, one of those button suppose to open a FileDialog to browse and pick a file from the client's pc. How can display the filedialog? Thanks in advance
    Posted to Web Forms (Forum) by m1net on 6/5/2007
Page 1 of 3 (24 items) 1 2 3 Next >