Click here to Skip to main content
15,888,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralProblem Opening embedded images in gmail Pin
Varun1233-Apr-08 21:22
Varun1233-Apr-08 21:22 
GeneralRe: Problem Opening embedded images in gmail Pin
Declan Bright4-Apr-08 0:56
Declan Bright4-Apr-08 0:56 
GeneralRe: Problem Opening embedded images in gmail Pin
Varun1234-Apr-08 17:58
Varun1234-Apr-08 17:58 
GeneralQuestion about controls and assemblies Pin
kontax3-Apr-08 21:22
kontax3-Apr-08 21:22 
GeneralRe: Question about controls and assemblies Pin
Declan Bright4-Apr-08 0:09
Declan Bright4-Apr-08 0:09 
Questionhow to capture the id of linkbutton Pin
mukkanti0073-Apr-08 21:08
mukkanti0073-Apr-08 21:08 
AnswerRe: how to capture the id of linkbutton Pin
Rocky#3-Apr-08 21:13
Rocky#3-Apr-08 21:13 
QuestionWriting SelectedItemTemplate to select items in DataList control Pin
Chesnokov Yuriy3-Apr-08 21:07
professionalChesnokov Yuriy3-Apr-08 21:07 
I've got some DataList control on a page to display some images after Thumbnail Photo Browsers articles at codeproj. But how to add SelectedItemTemplate to the page so I can click the image in the control and get DataList1_SelectedIndexChanged event to handle?

That does not work at selecting items?

<asp:datalist id="DataList1" runat="server" height="49px">
onitemdatabound="DataList1_ItemDataBound"
onselectedindexchanged="DataList1_SelectedIndexChanged" RepeatColumns="5"
RepeatDirection="Horizontal" Width="52px">
<selecteditemstyle bordercolor="#CC3300" borderstyle="Double">
<itemtemplate>



<selecteditemtemplate>
<asp:button id="Button1" runat="server" commandname="select">




chesnokov

Generalmultiple excel sheet [modified] Pin
sanaja3-Apr-08 20:38
sanaja3-Apr-08 20:38 
GeneralDynamically populating a dropdown list in ASP.Net Pin
Shikha12343-Apr-08 19:56
Shikha12343-Apr-08 19:56 
GeneralRe: Dynamically populating a dropdown list in ASP.Net Pin
That's Aragon3-Apr-08 20:35
That's Aragon3-Apr-08 20:35 
GeneralDynamically Bind ID and Name to Link Button in Datalist Pin
sjs4u3-Apr-08 19:50
sjs4u3-Apr-08 19:50 
AnswerRe: Dynamically Bind ID and Name to Link Button in Datalist [modified] Pin
ashok@techxygen4-Apr-08 1:59
ashok@techxygen4-Apr-08 1:59 
Generalmake Pin
Mohammmed Farooq3-Apr-08 19:48
Mohammmed Farooq3-Apr-08 19:48 
QuestionDeleting folder Pin
Soumini Ramakrishnan3-Apr-08 19:32
Soumini Ramakrishnan3-Apr-08 19:32 
GeneralRe: Deleting folder Pin
Soumini Ramakrishnan4-Apr-08 1:47
Soumini Ramakrishnan4-Apr-08 1:47 
QuestionHow to Spell a Number Pin
saini arun3-Apr-08 10:49
saini arun3-Apr-08 10:49 
AnswerRe: How to Spell a Number Pin
pmarfleet3-Apr-08 10:57
pmarfleet3-Apr-08 10:57 
GeneralRe: How to Spell a Number Pin
saini arun3-Apr-08 11:18
saini arun3-Apr-08 11:18 
GeneralRe: How to Spell a Number Pin
pmarfleet3-Apr-08 11:24
pmarfleet3-Apr-08 11:24 
AnswerRe: How to Spell a Number Pin
led mike3-Apr-08 10:57
led mike3-Apr-08 10:57 
GeneralRe: How to Spell a Number Pin
saini arun3-Apr-08 11:13
saini arun3-Apr-08 11:13 
GeneralRe: How to Spell a Number Pin
led mike3-Apr-08 11:22
led mike3-Apr-08 11:22 
GeneralRe: How to Spell a Number Pin
saini arun3-Apr-08 11:31
saini arun3-Apr-08 11:31 
GeneralRe: How to Spell a Number Pin
led mike3-Apr-08 11:37
led mike3-Apr-08 11:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.