Click here to Skip to main content
15,891,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem with session time out Pin
r a j u u2-Nov-07 2:08
r a j u u2-Nov-07 2:08 
GeneralRe: problem with session time out Pin
vsaran2-Nov-07 3:04
vsaran2-Nov-07 3:04 
AnswerRe: problem with session time out Pin
Braulio Dez3-Nov-07 6:25
Braulio Dez3-Nov-07 6:25 
QuestionReporting options for ASP.NET 2 website? Pin
Baz2-Nov-07 1:28
Baz2-Nov-07 1:28 
AnswerRe: Reporting options for ASP.NET 2 website? Pin
r a j u u2-Nov-07 2:04
r a j u u2-Nov-07 2:04 
GeneralRe: Reporting options for ASP.NET 2 website? Pin
Baz2-Nov-07 2:37
Baz2-Nov-07 2:37 
Questioncheckboxlist Pin
RajeevKumarSharma2-Nov-07 1:24
RajeevKumarSharma2-Nov-07 1:24 
AnswerRe: checkboxlist Pin
Christian Graus2-Nov-07 1:35
protectorChristian Graus2-Nov-07 1:35 
You need to write all of this in javascript, because you want it to happen on the client side. There's nothing built in to do it. you can handle the data bound event of the checkboxlist to inject attributes on the control, which is how you would handle the click or check changed events in order to fire your scripts. Then, you can just keep track of the ids of items that have been clicked and which ones are checked in your script and show a message if a third is clicked on.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: checkboxlist Pin
RajeevKumarSharma2-Nov-07 1:42
RajeevKumarSharma2-Nov-07 1:42 
AnswerCheckboxlist Pin
Sarani Ravindran2-Nov-07 2:26
Sarani Ravindran2-Nov-07 2:26 
GeneralRe: Checkboxlist Pin
RajeevKumarSharma2-Nov-07 2:32
RajeevKumarSharma2-Nov-07 2:32 
QuestionDatagrid Pin
manowj2-Nov-07 1:09
manowj2-Nov-07 1:09 
AnswerRe: Datagrid Pin
Christian Graus2-Nov-07 1:34
protectorChristian Graus2-Nov-07 1:34 
AnswerRe: Datagrid Pin
Samariya prakash2-Nov-07 3:31
Samariya prakash2-Nov-07 3:31 
QuestionMenu control in asp.net.. Please help me Pin
PeriyasamyRamachandran2-Nov-07 1:08
PeriyasamyRamachandran2-Nov-07 1:08 
AnswerRe: Menu control in asp.net.. Please help me Pin
soni uma2-Nov-07 1:13
soni uma2-Nov-07 1:13 
GeneralRe: Menu control in asp.net.. Please help me [modified] Pin
PeriyasamyRamachandran2-Nov-07 1:27
PeriyasamyRamachandran2-Nov-07 1:27 
GeneralRe: Menu control in asp.net.. Please help me Pin
soni uma2-Nov-07 2:00
soni uma2-Nov-07 2:00 
GeneralRe: Menu control in asp.net.. Please help me Pin
PeriyasamyRamachandran2-Nov-07 2:08
PeriyasamyRamachandran2-Nov-07 2:08 
GeneralRe: Menu control in asp.net.. Please help me Pin
soni uma2-Nov-07 2:17
soni uma2-Nov-07 2:17 
AnswerRe: len function not working Pin
Christian Graus2-Nov-07 0:57
protectorChristian Graus2-Nov-07 0:57 
GeneralRe: len function not working Pin
Viggneshwar2-Nov-07 1:05
Viggneshwar2-Nov-07 1:05 
GeneralRe: len function not working Pin
Christian Graus2-Nov-07 1:37
protectorChristian Graus2-Nov-07 1:37 
QuestionHelp in Regular Expression Pin
Sandeep Akhare1-Nov-07 23:44
Sandeep Akhare1-Nov-07 23:44 
AnswerRe: Help in Regular Expression Pin
N a v a n e e t h1-Nov-07 23:57
N a v a n e e t h1-Nov-07 23:57 

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.