Click here to Skip to main content
15,913,130 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dashboard Pin
sashidhar27-Oct-09 19:06
sashidhar27-Oct-09 19:06 
GeneralRe: Dashboard Pin
Civic0628-Oct-09 4:31
Civic0628-Oct-09 4:31 
GeneralRe: Dashboard Pin
sashidhar28-Oct-09 4:52
sashidhar28-Oct-09 4:52 
Questioncreate button Pin
farokhian27-Oct-09 9:01
farokhian27-Oct-09 9:01 
AnswerRe: create button Pin
Abhishek Sur27-Oct-09 9:39
professionalAbhishek Sur27-Oct-09 9:39 
GeneralRe: create button Pin
farokhian27-Oct-09 9:53
farokhian27-Oct-09 9:53 
Questioncheck box Pin
AndyInUK27-Oct-09 8:55
AndyInUK27-Oct-09 8:55 
AnswerRe: check box Pin
Abhishek Sur27-Oct-09 9:24
professionalAbhishek Sur27-Oct-09 9:24 
The code is right. On codebehind you will not able to find controls that are inside repeater. So from codebehind you have to use findcontrol to get the control..


Inside ItemDataBound use eventhandler of Repeater get the control using :

CheckBoxList lst = e.Item.FindControl("chboxlst") as CheckBoxList;

Rose | [Rose]

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords
/xml>

GeneralRe: check box Pin
AndyInUK28-Oct-09 2:42
AndyInUK28-Oct-09 2:42 
QuestionAdd RadioButtonList Pin
netJP12L27-Oct-09 8:49
netJP12L27-Oct-09 8:49 
AnswerRe: Add RadioButtonList Pin
Abhishek Sur27-Oct-09 9:35
professionalAbhishek Sur27-Oct-09 9:35 
GeneralRe: Add RadioButtonList Pin
netJP12L27-Oct-09 10:23
netJP12L27-Oct-09 10:23 
GeneralRe: Add RadioButtonList Pin
Abhishek Sur27-Oct-09 10:43
professionalAbhishek Sur27-Oct-09 10:43 
Questionasp.net targetting 32-bit processor on a 64-bit build machine? Pin
Marc Clifton27-Oct-09 5:14
mvaMarc Clifton27-Oct-09 5:14 
AnswerRe: asp.net targetting 32-bit processor on a 64-bit build machine? Pin
Not Active27-Oct-09 6:10
mentorNot Active27-Oct-09 6:10 
AnswerRe: asp.net targetting 32-bit processor on a 64-bit build machine? Pin
Covean27-Oct-09 6:11
Covean27-Oct-09 6:11 
QuestionEmail, ASP.NET amd authentication Pin
OriginalGriff27-Oct-09 4:50
mveOriginalGriff27-Oct-09 4:50 
AnswerRe: Email, ASP.NET amd authentication Pin
sashidhar27-Oct-09 5:48
sashidhar27-Oct-09 5:48 
GeneralRe: Email, ASP.NET amd authentication Pin
OriginalGriff27-Oct-09 6:11
mveOriginalGriff27-Oct-09 6:11 
GeneralRe: Email, ASP.NET amd authentication Pin
Abhishek Sur27-Oct-09 7:56
professionalAbhishek Sur27-Oct-09 7:56 
GeneralRe: Email, ASP.NET amd authentication Pin
OriginalGriff27-Oct-09 11:17
mveOriginalGriff27-Oct-09 11:17 
QuestionProblem with Connection ? Pin
Purish Dwivedi27-Oct-09 4:48
Purish Dwivedi27-Oct-09 4:48 
AnswerRe: Problem with Connection ? Pin
Abhishek Sur27-Oct-09 7:54
professionalAbhishek Sur27-Oct-09 7:54 
Questionhow to catch the row number Pin
souravghosh1827-Oct-09 3:48
souravghosh1827-Oct-09 3:48 
AnswerRe: how to catch the row number Pin
dan!sh 27-Oct-09 4:07
professional dan!sh 27-Oct-09 4:07 

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.