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

ASP.NET

 
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 
eggie5 wrote:
So I am on my webpage and check a checkbox and then click a button which runs a method in my code behind (so it posts back). I should have access to that checked using the FindControl code above right?


Yes.


eggie5 wrote:
Or is the state lost between the postback?


No.


eggie5 wrote:
Do I have to save the checkbox state somehow and then re set them?


No. The checkbox control knows how to save its checked status. In fact, the checkbox control updates its checked property at the server side based on it's postback data. If the checkbox is checked, its value is submitted to the server, and the control can gets the value when the post data is loaded (in the LoadPostData method). If the checkbox is not checked, data is not sent to the server, and based on this postback data, the control knows how to set the Checked property accordingly.
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 
GeneralRe: how to update data grid control without full page refresh Pin
Ashuu14-May-06 23:08
Ashuu14-May-06 23:08 
QuestionProblem with DataListItem Pin
kbalias14-May-06 19:25
kbalias14-May-06 19:25 
AnswerRe: Problem with DataListItem Pin
_AK_14-May-06 19:39
_AK_14-May-06 19:39 
GeneralRe: Problem with DataListItem Pin
kbalias14-May-06 23:23
kbalias14-May-06 23:23 
AnswerRe: Problem with DataListItem Pin
TheEagle14-May-06 20:09
TheEagle14-May-06 20:09 
GeneralRe: Problem with DataListItem Pin
kbalias14-May-06 23:17
kbalias14-May-06 23:17 
AnswerRe: Problem with DataListItem Pin
TheEagle17-May-06 7:44
TheEagle17-May-06 7:44 
QuestionOnclick Dropped on Render Pin
wylbur14-May-06 19:00
wylbur14-May-06 19:00 
Questionfinding all checked checkboxes (that are in a repeater) and then submitting their respective DataBinder Properties back to the server Pin
eggie514-May-06 18:42
eggie514-May-06 18:42 
AnswerRe: finding all checked checkboxes (that are in a repeater) and then submitting their respective DataBinder Properties back to the server Pin
minhpc_bk14-May-06 19:58
minhpc_bk14-May-06 19:58 

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.