Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:697486
More Search Options
RSS Available
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)
Silverlight:
ASP.NET 4, ASP.NET MVC, and Silverlight 4 Videos of my Talks in Europe
Channel 10:
Faster Solid State Drives for Windows 7 Arrive
ASP.NET:
Death to confirmation dialogs with jquery.undoable
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online