Search

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

Matching Posts

  • Re: Datalist with ImageButton to trigger the deletion of the record.

    Ignore the the ImageButton Visible property. Yes, I have that condition on the page_load. if (!Page.IsPostBack ) // Bind the DataList here } It only trigger the OnClientClick method but not the DataList_ItemCommand.
    Posted to Data Presentation Controls (Forum) by teodie on 8/25/2008
  • Datalist with ImageButton to trigger the deletion of the record.

    Hi, I have a usercontrol with datalist and an imagebutton, my problem is when I click the imagebutton its not triggering the OnItemCommand assign method and also on my aspx page I have a Ajax component I'm not sure if this is the reason why my postback on the imagebutton is not triggering. Thanks. <asp:DataList ID="dlCourseWork" runat="server" OnItemDataBound="dlCourseWork_ItemDataBound" OnItemCommand="dlCourseWork_ItemCommand"> <HeaderTemplate>
    Posted to Data Presentation Controls (Forum) by teodie on 8/22/2008
  • Re: convert PHP to asp.net

    I have a flash app that saves the movie clip into an image. The flash is passing a http/POST ByteArray to the php page. Im using the Context.Request.InputStream to get the ByteArray and convert to an Image but looks different when i convert the inputream to an image.
    Posted to Migrating from PHP to ASP.NET (Forum) by teodie on 3/12/2008
  • convert PHP to asp.net

    Hi, I want to convert the php code to asp.net if possible. see code below. thanks <? php if ( isset ( $GLOBALS["HTTP_RAW_POST_DATA"] )) { // get bytearray $im = $GLOBALS["HTTP_RAW_POST_DATA"]; // add headers for download dialog-box header('Content-Type: image/jpeg'); header("Content-Disposition: attachment; filename=".$_GET['name']); echo $im; } else echo 'An error occured.'; ?>
    Posted to Migrating from PHP to ASP.NET (Forum) by teodie on 3/11/2008
  • Re: Send Secure Mail

    Thanks Icountee. I found out that System.Net.Mail does not support encrypted message. ( http://www.systemnetmail.com/faq/4.11.aspx ) Is there any other way to send encrypted msg without using the aspemail/aspencrypt or without any third party. Thanks
    Posted to Getting Started (Forum) by teodie on 12/13/2006
  • Re: Send Secure Mail

    Thanks for the reply! Actually I have that on my classic asp. i was wondering to convert that on asp.net 2.0. i was thinking not to use the third party AspMail & AspEncrypt by Persist software if i can use System.Net & System.Net.Mail, etc. or is there a way to use Certificate Authority (CA) on SmtpClient class or is there any other concept for sending a secure mail using asp.net 2.0. thanks.
    Posted to Getting Started (Forum) by teodie on 12/13/2006
  • Send Secure Mail

    Hi all, I'm just wondering if there is a way to send an encrypted email in a asp.net 2.0 Any idea, link or sample code will be appreciated. Thanks you so much and have a nice day.
    Posted to Getting Started (Forum) by teodie on 12/12/2006
Page 1 of 1 (7 items)