Search

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

Matching Posts

  • help on attachments

    Hi, I am creating an .exe application which will generate a chart at C:\Documents and Settings\sprakasa\My Documents\Visual Studio Projects\Warning\Charts. In the same .exe application i need to attach the generated chart from the above directory in an email message. But the problem is i can only know the chart's name once it is generated. So is there any way where i can select all the files in that folder and attach to the email since i will delete all the old files before the chart is generated
    Posted to Getting Started (Forum) by shan1430 on 6/4/2008
  • Include webchart in email's body

    Hi, I have a datagrid and a webchart to be included in email's body. Now i can have the datagrid in the email but i dont know how to include the chart as well. The following i used to include the datagrid and it is working. How to include the chart? Please help...Thank you Dim SB As New StringBuilder Dim SW As New StringWriter(SB) Dim htmlTW As New HtmlTextWriter(SW) datagrid1.RenderControl(htmlTW) Dim dataGridHTML As String = SB.ToString() Dim objEmail As New MailMessage objEmail.To = "shan1430
    Posted to Getting Started (Forum) by shan1430 on 6/2/2008
  • Re: Linking pages

    Why i used frames is ill be using the left pane in all the pages, so ill use the same left column in all the page and only my right column changes. Is there any way to do that linking?
    Posted to Web Forms (Forum) by shan1430 on 5/12/2008
  • Linking pages

    Hi, I have 2 columns (frameset) in my mainpage. in the left column i have buttons and right one to display the pages which user clicks at the left column. I used response.redirect("page1.aspx") for a button_click and my left column displaying the respective page. How do i make the right column show the desired page when click the buttons at left? Thanks
    Posted to Web Forms (Forum) by shan1430 on 5/11/2008
  • Re: Is there a way?

    Its not necessary to be a windows app, it can be web app as well.
    Posted to Getting Started (Forum) by shan1430 on 4/18/2008
  • Re: Is there a way?

    I didnt create the tool, i just use it. So i dont know much about the tool
    Posted to Getting Started (Forum) by shan1430 on 4/17/2008
  • Re: Is there a way?

    hi, thanks for the link. any other links or advice while trying this ?
    Posted to Getting Started (Forum) by shan1430 on 4/17/2008
  • Is there a way?

    Hi, my question will be confusing. I need to create a system to click the options automatically. I have a tool where it has about 20 selections from dropdown list to be selected and after this selection when i click send it will grab the data from database and send the respective data to excel. And i need to do this every day. So i need to create a windows application where first i need to preset the selections and save. Then when i run it should link to the tool and automatically send the data to
    Posted to Getting Started (Forum) by shan1430 on 4/16/2008
  • Re: sql and excel

    Hi, any examples you have for this OWC?
    Posted to Getting Started (Forum) by shan1430 on 4/16/2008
  • Re: sql and excel

    i dont want to use this because Im having some access errors in my server. any alternatives?
    Posted to Getting Started (Forum) by shan1430 on 4/16/2008
Page 1 of 5 (47 items) 1 2 3 4 5 Next >