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

ASP.NET

 
QuestionRetrieve time from browser Pin
Guvera18-Dec-08 17:52
Guvera18-Dec-08 17:52 
AnswerRe: Retrieve time from browser Pin
N a v a n e e t h18-Dec-08 18:24
N a v a n e e t h18-Dec-08 18:24 
GeneralRe: Retrieve time from browser Pin
Guvera18-Dec-08 18:47
Guvera18-Dec-08 18:47 
GeneralRe: Retrieve time from browser Pin
N a v a n e e t h18-Dec-08 18:53
N a v a n e e t h18-Dec-08 18:53 
QuestionWhich CheckBox was clicked in a CheckBoxList Pin
Ekjon18-Dec-08 13:21
Ekjon18-Dec-08 13:21 
AnswerRe: Which CheckBox was clicked in a CheckBoxList Pin
Expert Coming18-Dec-08 13:36
Expert Coming18-Dec-08 13:36 
GeneralRe: Which CheckBox was clicked in a CheckBoxList Pin
Ekjon18-Dec-08 17:06
Ekjon18-Dec-08 17:06 
AnswerRe: Which CheckBox was clicked in a CheckBoxList Pin
Christian Graus18-Dec-08 14:42
protectorChristian Graus18-Dec-08 14:42 
You were given the only possible answer. You can know which items are selected, but you'll need to maintain a list of previously selected items, to work out which item was changed.

Ekjon wrote:
In older days, CheckBoxes would be put in a group and in the CheckedChanged event handler, we could use the sender to know which one was clicked.


This still works if you're using forms. There was no such event in ASP.NET, ever.

Christian Graus

Driven to the arms of OSX by Vista.

GeneralRe: Which CheckBox was clicked in a CheckBoxList Pin
Ekjon18-Dec-08 17:20
Ekjon18-Dec-08 17:20 
GeneralRe: Which CheckBox was clicked in a CheckBoxList Pin
Christian Graus18-Dec-08 17:33
protectorChristian Graus18-Dec-08 17:33 
GeneralRe: Which CheckBox was clicked in a CheckBoxList Pin
Ekjon18-Dec-08 18:45
Ekjon18-Dec-08 18:45 
QuestionAJAX User Controls Access from inside or outside assembly Pin
Leo Smith18-Dec-08 9:39
Leo Smith18-Dec-08 9:39 
QuestionWhy can I not update node attribute right after node created? Pin
crystal915418-Dec-08 6:43
crystal915418-Dec-08 6:43 
AnswerRe: Why can I not update node attribute right after node created? Pin
Christian Graus18-Dec-08 11:19
protectorChristian Graus18-Dec-08 11:19 
QuestionHow to refresh WebForm from the client side after clicking the drop down list? Pin
raziknp18-Dec-08 4:12
raziknp18-Dec-08 4:12 
AnswerRe: How to refresh WebForm from the client side after clicking the drop down list? Pin
Rutvik Dave18-Dec-08 4:44
professionalRutvik Dave18-Dec-08 4:44 
QuestionSqlTransaction Pin
vjvjvjvj18-Dec-08 3:41
vjvjvjvj18-Dec-08 3:41 
AnswerRe: SqlTransaction Pin
Parwej Ahamad18-Dec-08 5:00
professionalParwej Ahamad18-Dec-08 5:00 
QuestionRequest.querystring Problem. Pin
kavitha_blueindia18-Dec-08 3:15
kavitha_blueindia18-Dec-08 3:15 
AnswerRe: Request.querystring Problem. Pin
Abhijit Jana18-Dec-08 3:22
professionalAbhijit Jana18-Dec-08 3:22 
GeneralRe: Request.querystring Problem. Pin
kavitha_blueindia18-Dec-08 4:29
kavitha_blueindia18-Dec-08 4:29 
AnswerRe: Request.querystring Problem. Pin
Nishant Singh18-Dec-08 4:08
Nishant Singh18-Dec-08 4:08 
GeneralRe: Request.querystring Problem. Pin
J4amieC18-Dec-08 5:15
J4amieC18-Dec-08 5:15 
QuestionHow to change the color of Div based scrolls in Mozilla firs fox ? Pin
King Shez18-Dec-08 3:08
King Shez18-Dec-08 3:08 
AnswerRe: How to change the color of Div based scrolls in Mozilla firs fox ? Pin
Abhijit Jana18-Dec-08 3:17
professionalAbhijit Jana18-Dec-08 3:17 

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.