Click here to Skip to main content
15,912,504 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalcustom Paging in Grid View Pin
raushan_93-Apr-08 22:13
raushan_93-Apr-08 22:13 
GeneralRe: custom Paging in Grid View Pin
Declan Bright3-Apr-08 23:32
Declan Bright3-Apr-08 23:32 
GeneralRe: custom Paging in Grid View Pin
raushan_94-Apr-08 0:21
raushan_94-Apr-08 0:21 
GeneralRe: custom Paging in Grid View Pin
Declan Bright4-Apr-08 0:44
Declan Bright4-Apr-08 0:44 
GeneralRe: custom Paging in Grid View Pin
raushan_94-Apr-08 1:01
raushan_94-Apr-08 1:01 
GeneralRe: custom Paging in Grid View Pin
Declan Bright4-Apr-08 1:09
Declan Bright4-Apr-08 1:09 
GeneralRe: custom Paging in Grid View Pin
raushan_94-Apr-08 2:54
raushan_94-Apr-08 2:54 
GeneralRe: custom Paging in Grid View Pin
Declan Bright4-Apr-08 3:39
Declan Bright4-Apr-08 3:39 
GeneralJavascript error Pin
samerh3-Apr-08 22:00
samerh3-Apr-08 22:00 
GeneralRe: Javascript error Pin
Declan Bright3-Apr-08 23:44
Declan Bright3-Apr-08 23:44 
GeneralRe: Javascript error Pin
samerh4-Apr-08 1:11
samerh4-Apr-08 1:11 
Generalglobal.asax Pin
ajau3-Apr-08 21:44
ajau3-Apr-08 21:44 
GeneralRe: global.asax Pin
N a v a n e e t h3-Apr-08 22:21
N a v a n e e t h3-Apr-08 22:21 
GeneralUrgent: Database not updated Pin
guardianhm3-Apr-08 21:37
guardianhm3-Apr-08 21:37 
GeneralRe: Urgent: Database not updated Pin
N a v a n e e t h3-Apr-08 22:01
N a v a n e e t h3-Apr-08 22:01 
GeneralUpdate dyndns Pin
~V~3-Apr-08 21:31
~V~3-Apr-08 21:31 
GeneralRe: Update dyndns Pin
~V~4-Apr-08 0:35
~V~4-Apr-08 0:35 
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

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.