Search

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

Matching Posts

  • Re: dynamically add new row to the gridview

    Here there is a solution http://asptutorials.net/ASP/gridview-auto-edit-blank-row/
  • Re: Application crashing because of "&" in string .. Help!!!!

    Zeeshan, I'm not passing a url. This is actually going to be part of an XML code. Any ideas?
    Posted to Web Forms (Forum) by EduardoAndres on 10/15/2009
  • Re: Application crashing because of "&" in string .. Help!!!!

    Vijay Thanks for your reply. This is not a URL, but a problem in an XML call as I just discovered it. I tried your code but it keeps failing. ANy ideas on how to encode the "&" in xml?
    Posted to Web Forms (Forum) by EduardoAndres on 10/15/2009
  • Application crashing because of "&" in string .. Help!!!!

    Hi, I have an application that creates some sales quotes for users. When they are creating the quote, they need to input some basic information, such as Contact Name, Contact Company, Contact City, etc. Everything works perfect and we have been using this in production for a few weeks now without any major incidents. Now, I'm about to kill myself as the application is crashing when a user enters a Company name like the following: Aeronautical & General Instruments Limited The "&"
    Posted to Web Forms (Forum) by EduardoAndres on 10/14/2009
  • Problem Attaching a file when sending emails - Please help!

    Greetings! I have a problem attaching a file when I want to send an email. The following is the code that I'm using to get the file from the network path: msgMail.S_Attach.Add( @"'\\server\Quotes\'" + filename); The following is the error I get: Could not find a part of the path 'c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\'\server\Quotes\'Q-13097-VBSS.pdf'. I don't know why it shows my local path plus the network path I'm writing and I would
    Posted to Web Forms (Forum) by EduardoAndres on 9/8/2009
  • Re: Cache Problem

    vik20000in, Thanks for your response. I tried the code in both the Order page and the home page and the problem persisted. I'm starting to think that is an issue in the web server. This is my logic: The PDF file is created insode the CRM web server. From my application I request that file as soon as it is created. Probably the ISS does not know right away of the new changes and by default sends me what is has in memory. Does this make sense? Do you know anything about that?
    Posted to State Management (Forum) by EduardoAndres on 8/28/2009
  • Cache Problem

    Greetings! I don't really know if this is the right place to post this question, but here it goes. I'm getting a file from my web server every time a condition is met (This is when a user adds a product to an order, I sent the information to CRM and I create a file into the web server. This is actually a quote). When the order has been completed, the user can actually see the Quote in PDF trough an iFrame. So far, everything is good. The problem arises when the user wants to actually change
    Posted to State Management (Forum) by EduardoAndres on 8/27/2009
  • How to integrate Silverlight into Asp.Net?

    Greetings! I'm a bit confused about Silverlight and Asp.Net. I understand that in Vs2008 we can create a Asp.Net Page (under creating new web sites) or a Silverlight Application (Under projects/silverlight). Now, I want to have a regular Asp.Net page, so I create a new website. In this case I know what I'm doing and I have total control over all the tools provided by the Asp.net. So, let's say that I want one of my Asp.Net pages to have Silverlight elements into it, or have a section
  • Bind Drop Down list to Grid and more .... Help!

    Hi, I have a drop down list in my asp grid. When the grid loads, the ITEM TEMPLATE is a label with a number (i.e. 12345). When the user clicks "Edit", I would like to keep that number in the drop down list. Currently, the drop down list is going back to the first number on the table I'm getting the data from. How can I accomplish this? Eduardo
  • Re: How can set <asp:panel> visible by java script

    Hey, Thanks a lot for posting the code that worked for your problem. It helped me solve mine too. Thanks a lot!
Page 1 of 36 (357 items) 1 2 3 4 5 Next > ... Last »