Search

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

Matching Posts

  • Re: Failure sending mail on IIS7

    Thank you for the suggestions. However, I am still unable to send email once the app is published to IIS. Although, after making a couple of changes I am now getting a new error. I made sure that the appropriate security permissions were added to Inetpub and Mailroot on the webserver. System.Net.Mail.SmtpException: Failure sending mail. ---> System.UnauthorizedAccessException: Access to the path 'C:\inetpub\mailroot\Pickup\077f28c2-2cef-4a53-9d54-8f3bc2abaefa.eml' is denied. at System
    Posted to Web Forms (Forum) by rock056 on 8/24/2009
  • Failure sending mail on IIS7

    I am getting the following error message when attempting to send an email. System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to read data from the transport connection: net_io_connectionclosed. at System.Net.Mail.SmtpReplyReaderFactory.ProcessRead(Byte[] buffer, Int32 offset, Int32 read, Boolean readLine) at System.Net.Mail.SmtpReplyReaderFactory.ReadLines(SmtpReplyReader caller, Boolean oneLine) at System.Net.Mail.SmtpReplyReaderFactory.ReadLine(SmtpReplyReader
    Posted to Web Forms (Forum) by rock056 on 8/21/2009
  • AnimationExtender within DataList

    Having an awful time with using the AnimationExtender within a datalist. I am populating a datalist with user names, when you click a user I want an animation to appear with detail user information. It's sort of working as intended, however the animation is very slow and it doesn't flow over the data, but rather push down the entire DIV. Also on page load i get the following error: A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer might
    Posted to ASP.NET AJAX Control Toolkit (Forum) by rock056 on 8/11/2009
  • Multi-Language Support using XML Datasource?

    I am hoping someone could point me in the right direction with creating a muti-language site which uses XML as its datasource. I am clear on the use of the resource files for controls and other static items for the language support. However, what is the ideal method in selecting which XML file to use for the data content of the selected language? Any assistance in resolving or understanding this issue would be greatly appreciated. Thank you.
    Posted to Localization (Forum) by rock056 on 7/1/2009
  • Multi-Language Support

    I will be using the Small Business Starter Kit (vb) for a website....and I am curious as how to approach making this template a multi-language supported website. Since the site uses XML (objectDataSource) for its data content....and I want the site to support the spanish language. How do I have the data content reflect the selected language? I hope I am making sense.....still trying to wake up. :-) Any tips would be greatly appreciated.
    Posted to Data Presentation Controls (Forum) by rock056 on 6/3/2009
  • Re: Retrieving RadioButtonList value

    Thank you all. Binding the field as text to the radiobuttonlist worked like a charm.
    Posted to Data Presentation Controls (Forum) by rock056 on 4/16/2009
  • Re: Retrieving RadioButtonList value

    Thank you. Could you please provide an example?
    Posted to Data Presentation Controls (Forum) by rock056 on 4/15/2009
  • Retrieving RadioButtonList value

    How do I go about retrieving the value stored in a sql table for a RadiobuttonList? <asp:RadioButtonList ID= "rdoFilingEntity" runat= "server" AutoPostBack= "True" ForeColor= "White" R epeatDirection= "Horizontal" OnSelectedIndexChanged= "rdoFilingEntity_SelectedIndexChanged"> <asp:ListItem > Yes</asp:ListItem> <asp:ListItem > No</asp:ListItem> <asp:ListItem>Maybe</asp:ListItem> </asp:RadioButtonList>
    Posted to Data Presentation Controls (Forum) by rock056 on 4/15/2009
  • Re: link to file in SQL database to download

    Any suggestion on how to retrieve the file saved in to a SQL table?
Page 1 of 18 (177 items) 1 2 3 4 5 Next > ... Last »