Click here to Skip to main content
15,896,606 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: regarding the error message..... Pin
Christian Graus21-Aug-08 2:24
protectorChristian Graus21-Aug-08 2:24 
AnswerRe: regarding the error message..... Pin
Subin Alex21-Aug-08 2:51
Subin Alex21-Aug-08 2:51 
QuestionBad sort column value returned when editing in a ReorderList control Pin
gibby1047221-Aug-08 2:22
gibby1047221-Aug-08 2:22 
AnswerRe: Bad sort column value returned when editing in a ReorderList control Pin
gibby1047221-Aug-08 8:57
gibby1047221-Aug-08 8:57 
GeneralCMS for Small Businesses Pin
Brady Kelly21-Aug-08 1:52
Brady Kelly21-Aug-08 1:52 
GeneralRe: CMS for Small Businesses Pin
N a v a n e e t h21-Aug-08 2:08
N a v a n e e t h21-Aug-08 2:08 
QuestionCheck box change event in grid view..., [modified] Pin
Member 387988121-Aug-08 1:36
Member 387988121-Aug-08 1:36 
AnswerRe: Check box change event in grid view..., Pin
Christian Graus21-Aug-08 1:45
protectorChristian Graus21-Aug-08 1:45 
Do it in javascript, why would you need to do a postback ? Just set the ids of the checkboxes so they are something like

box1chk1 box1chk2,etc

doesn't matter what it is, so long as you can get it via string mashing and use document.getElementById to iterate over them easily. Then make your check changed on the client side for one box, call the method that clears the other. On the client. In javascript.

Christian Graus

No longer a Microsoft MVP, but still happy to answer your questions.

GeneralRe: Check box change event in grid view..., Pin
Member 387988121-Aug-08 1:50
Member 387988121-Aug-08 1:50 
GeneralRe: Check box change event in grid view..., Pin
Christian Graus21-Aug-08 1:53
protectorChristian Graus21-Aug-08 1:53 
QuestionDebug link erros Pin
curiel4421-Aug-08 0:43
curiel4421-Aug-08 0:43 
AnswerRe: Debug link erros Pin
Christian Graus21-Aug-08 0:47
protectorChristian Graus21-Aug-08 0:47 
Question_eventtarget not null in asp.net c# Pin
RuviniPerera21-Aug-08 0:37
RuviniPerera21-Aug-08 0:37 
AnswerRe: _eventtarget not null in asp.net c# Pin
Brij21-Aug-08 2:22
mentorBrij21-Aug-08 2:22 
QuestionHOW CAN I PLACE A HTML PAGE IN CONTENT PLACE HOLDER OF MASTER PAGE Pin
TARAK NATH ROY21-Aug-08 0:15
TARAK NATH ROY21-Aug-08 0:15 
AnswerRe: HOW CAN I PLACE A HTML PAGE IN CONTENT PLACE HOLDER OF MASTER PAGE Pin
Christian Graus21-Aug-08 0:33
protectorChristian Graus21-Aug-08 0:33 
AnswerRe: HOW CAN I PLACE A HTML PAGE IN CONTENT PLACE HOLDER OF MASTER PAGE Pin
Nirandas21-Aug-08 2:45
Nirandas21-Aug-08 2:45 
QuestionPrint icon is not display in report viewer Pin
Guvera20-Aug-08 23:50
Guvera20-Aug-08 23:50 
AnswerRe: Print icon is not display in report viewer Pin
Blue_Boy21-Aug-08 0:16
Blue_Boy21-Aug-08 0:16 
GeneralRe: Print icon is not display in report viewer Pin
Guvera21-Aug-08 0:36
Guvera21-Aug-08 0:36 
QuestionPopulate Dropdownlist in GridView EditItem [modified] Pin
Bardy8520-Aug-08 23:06
Bardy8520-Aug-08 23:06 
AnswerRe: Populate Dropdownlist in GridView EditItem Pin
R.Palanivel20-Aug-08 23:15
R.Palanivel20-Aug-08 23:15 
GeneralRe: Populate Dropdownlist in GridView EditItem Pin
Bardy8520-Aug-08 23:30
Bardy8520-Aug-08 23:30 
GeneralRe: Populate Dropdownlist in GridView EditItem Pin
R.Palanivel20-Aug-08 23:37
R.Palanivel20-Aug-08 23:37 
GeneralRe: Populate Dropdownlist in GridView EditItem Pin
Bardy8520-Aug-08 23:40
Bardy8520-Aug-08 23:40 

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.