Search

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

Matching Posts

  • How to send a mail using HTML format ?......

    Hi every one, I need to send an email of the purchase details. so, I need to send a mail with HTML format. I have tried and I am receiving only half of the message body. Is there any way to specify the size of the message or any thing wrong with my code. Here is the sample code I tried, Dim mail As New MailMessage() mail.To = TextBox5.Text mail.From = "sales@mystrongid.com" mail.Subject = "Order has been placed sucessfullty." mail.BodyFormat = MailFormat.Html mail.Body = "<table
    Posted to Web Forms (Forum) by Lasar on 12/1/2009
  • Help me send email in HTML format........

    Hi every one, I need to send an invoice of the purchase details. so, I need to send a mail with HTML format. I have tried a and I am receiving only half of the message body. Is there any way to specify the size of the message or any thing wrong with my code. Here is the sample code I tried, Dim mail As New MailMessage() mail.To = TextBox5.Text mail.From = "sales@mystrongid.com" mail.Subject = "Order has been placed sucessfullty." mail.BodyFormat = MailFormat.Html mail.Body = "<table
    Posted to Getting Started (Forum) by Lasar on 12/1/2009
  • Re: Help me send email in HTML format........

    Hi, I am getting this mail and I am not able to se the shipping address and the billing address. Please help me to solve this issue.
    Posted to Getting Started (Forum) by Lasar on 12/1/2009
  • Please help! how to post some data using http post

    Hi, I want to post my details to epn and I need to get back the response from epn. I using http post and http request for that. The problem is that the string I post is not in correct as to read by epn. I am get the response as " UIncomplete information - ePNAccoun t" . Because the epn can't able to read the "ePNAccount" which I posted. Here is the sample code of what I tried, data_str = "<input type='hidden' name='ePNAccount' value='12345'
    Posted to HttpHandlers and HttpModules (Forum) by Lasar on 11/19/2009
  • CheckBoxList within th the datalist is not working.

    Hi every one, I am binding the datalist and the checkboxlist. The problem is that the outputed result is looped upto the total number rows in the table. Here is the code I have used, <asp:DataList ID="DataList1" runat="server" DataSourceID="SqlDataSource1"> <ItemTemplate> <asp:CheckBoxList ID="CheckBoxList1" runat="server" DataSourceID="SqlDataSource1" DataTextField="Email" DataValueField="Email"> <
    Posted to Data Presentation Controls (Forum) by Lasar on 11/13/2009
  • Re: CheckBoxList within th the datalist is not working.

    Hi, Thank you for your post. That solves my problem. I neeed to send the email for the checked persons in the checkboxlist. PLease help me to retrieve the email id of those checked. Thank you......
    Posted to Data Presentation Controls (Forum) by Lasar on 11/13/2009
  • Problem with inner join in VB.net

    Hi, I need to display the emails of the set of people whose UserID is in two tables. So, I used inner join for that. Please help me to retrieve data by using inner join and how to store it in a variable. Thank You.........
  • update the textbox value within a datalist when button click

    Hi, I am having a textbox with a datalist. The textbox contains the quantity of the products. I need to update the textbox box value when the user changes the quantity. Please help me to update the textbox value in a button click. Thank you.......
    Posted to Data Presentation Controls (Forum) by Lasar on 10/27/2009
  • update textbox value within a datalist

    Hi every one, I am having a datalist which will display the user selected information like the item name, color, front message, back message and the quantity. The quantity is displayed in the text box so that the user can modify the quantity. I need to update the quantity within the datalist. PLease any one know this, come forward to help me. Thank you........
    Posted to Data Presentation Controls (Forum) by Lasar on 10/27/2009
  • Re: Problem in binding dropdownlist with xml child nodes

    Hi, Ya, I have worked it and now I can bind this xml with the dropdown list. One more thing, Please tell me how to change the admin user name and password in DNN. If you know please help me to change the user name and password in DNN. Thank you......
    Posted to XML and XmlDataSource Control (Forum) by Lasar on 10/9/2009
Page 1 of 4 (35 items) 1 2 3 4 Next >