Search

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

Matching Posts

  • Re: Add html copy to your body with MailMessage

    I worked on it and achieved the results I want. It may be a little sloppy but here it is. In the aspx mMailMessage.Body = "Feedback from website < br >< br >" + _ "Contact Info" + "< br >< br >" + _ "< table style=""width: 441px; height: 174px"">" + _ "< tr >" + _ "< td style=""width: 83px; height: 26px"">" + _ "Name</ td >" + _ "< td
    Posted to Web Forms (Forum) by Jay59 on 2/11/2008
  • Site like this for VB

    I'm want to develop a program, that works as a front end for a sql database. Is there a site like asp.net to give the same support. TIA
    Posted to Getting Started (Forum) by Jay59 on 2/5/2008
  • Pass asp.net webcontrols.radiobutton.checked to html radiobutton.checked

    I'm sending an email using SendMailMessage. I'm building a table in the mailmessage.body using this method. ...... "<table style=""width: 441px; height: 174px"">" + _ "<tr>" + _ "<td style=""width: 83px; height: 26px"">" + _ "Name</td>" + _ "<td style=""width: 88px; height: 26px"">" + _ "<input id=""Text1"" style=""width
    Posted to Web Forms (Forum) by Jay59 on 2/4/2008
  • Re: Add html copy to your body with MailMessage

    I'm reviving this threat. I still want to create a table with the results. Currently it looks like this, all icky : ) "Feedback from website" + "< br >" + "< br >" + "Contact Info:" + "< br >" + "< br >" + _ txtName.Text + "< br >" + txtPhone.Text + "< br >" + txtStreet.Text + "< br >" + _ txtCity.Text + "< br >" + txtEmail.Text + "< br >"
    Posted to Web Forms (Forum) by Jay59 on 2/4/2008
  • Re: Reports site/subsite

    Umm, not sure, I do like the charts that I can generate in excel. If sql has simlar charts, I could go that route. I might want to email out the reports plus have them on a site for future viewing.
    Posted to Getting Started (Forum) by Jay59 on 1/27/2008
  • Reports site/subsite

    I send out report each day based on data I receive everyday. The reports are excel spreadsheet with server charts in them. Most are line charts and bar charts. I put my data in access database, then export the info I need into excel and create pivotcharts. My question is what the best route to get these reports online? Is there a open source code for reports like this using sql? Should I build it into my existing ASP site and add authentication to limit the users? I have access to microsoft sql server
    Posted to Getting Started (Forum) by Jay59 on 1/27/2008
  • Re: Asp.net Wizard reset property??

    Ok I placed a in statement in there to see if it is on the last step of the wizard, if it is it resets at 0. But I would still like to know if there is a better way of doing this, so if I add steps I dont' have to reset the page_load if statement. TIA
    Posted to Web Forms (Forum) by Jay59 on 1/23/2008
  • Re: Asp.net Wizard reset property??

    I set the wizard.activestepindex = 0 on page load, but that didn't work because it reset each time the next button was pushed. Any suggestions?
    Posted to Web Forms (Forum) by Jay59 on 1/23/2008
  • Re: Add html copy to your body with MailMessage

    Ok thanks, it may be a lost cause to do it that way. How to do i get a radio button in the html formatted email body and set the true/false value based on the radio button in the wizard?
    Posted to Web Forms (Forum) by Jay59 on 1/23/2008
Page 1 of 5 (50 items) 1 2 3 4 5 Next >