Click here to Skip to main content
15,895,656 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDatagrid demo on VS2005 or ASP.NET 2.0 Pin
Aayush Singh14-May-06 20:53
Aayush Singh14-May-06 20:53 
AnswerRe: Datagrid demo on VS2005 or ASP.NET 2.0 Pin
minhpc_bk15-May-06 0:00
minhpc_bk15-May-06 0:00 
QuestionWebCustomControl, create events Pin
Piovra_14-May-06 19:54
Piovra_14-May-06 19:54 
AnswerRe: WebCustomControl, create events Pin
minhpc_bk14-May-06 20:43
minhpc_bk14-May-06 20:43 
GeneralRe: WebCustomControl, create events Pin
Piovra_14-May-06 23:50
Piovra_14-May-06 23:50 
GeneralRe: WebCustomControl, create events Pin
minhpc_bk15-May-06 16:09
minhpc_bk15-May-06 16:09 
QuestionRepeater changing my name attributes Pin
eggie514-May-06 19:49
eggie514-May-06 19:49 
AnswerRe: Repeater changing my name attributes Pin
minhpc_bk14-May-06 20:05
minhpc_bk14-May-06 20:05 
Alex,
In the ASP.NET, any control should always be uniquely identified, so by default the id of the control within the scope of a naming container contains the id of its container. In the case of the repeater, the id of the checkboxes contains the id of the RepeaterItem, and the ASP.NET automatically does that for you. If you want this thing not to happen to the checkboxes, you may consider using the html checkbox input element which is not marked with the runat="server".
GeneralRe: Repeater changing my name attributes Pin
eggie514-May-06 20:06
eggie514-May-06 20:06 
GeneralRe: Repeater changing my name attributes Pin
eggie514-May-06 20:13
eggie514-May-06 20:13 
GeneralRe: Repeater changing my name attributes Pin
minhpc_bk14-May-06 20:27
minhpc_bk14-May-06 20:27 
GeneralRe: Repeater changing my name attributes Pin
eggie514-May-06 20:29
eggie514-May-06 20:29 
GeneralRe: Repeater changing my name attributes Pin
minhpc_bk14-May-06 20:38
minhpc_bk14-May-06 20:38 
GeneralRe: Repeater changing my name attributes Pin
eggie514-May-06 20:36
eggie514-May-06 20:36 
GeneralRe: Repeater changing my name attributes Pin
eggie514-May-06 20:48
eggie514-May-06 20:48 
GeneralRe: Repeater changing my name attributes Pin
minhpc_bk14-May-06 21:10
minhpc_bk14-May-06 21:10 
GeneralRe: Repeater changing my name attributes Pin
eggie514-May-06 21:39
eggie514-May-06 21:39 
GeneralRe: Repeater changing my name attributes Pin
minhpc_bk14-May-06 23:49
minhpc_bk14-May-06 23:49 
QuestionHow to assaign value to input tag Pin
nesaraja14-May-06 19:41
nesaraja14-May-06 19:41 
AnswerRe: How to assaign value to input tag Pin
minhpc_bk14-May-06 20:11
minhpc_bk14-May-06 20:11 
GeneralRe: How to assaign value to input tag Pin
_AK_14-May-06 20:22
_AK_14-May-06 20:22 
Questionhow to update data grid control without full page refresh Pin
Ashuu14-May-06 19:33
Ashuu14-May-06 19:33 
AnswerRe: how to update data grid control without full page refresh Pin
_AK_14-May-06 20:25
_AK_14-May-06 20:25 
GeneralRe: how to update data grid control without full page refresh Pin
Ashuu14-May-06 20:47
Ashuu14-May-06 20:47 
GeneralRe: how to update data grid control without full page refresh Pin
_AK_14-May-06 21:48
_AK_14-May-06 21:48 

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.