Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem with gettin specific record Pin
Christian Graus28-May-07 1:17
protectorChristian Graus28-May-07 1:17 
Questionimage button click event [modified] Pin
harithadotnet27-May-07 22:51
harithadotnet27-May-07 22:51 
AnswerRe: image button click event Pin
Nouman Bhatti27-May-07 23:25
Nouman Bhatti27-May-07 23:25 
QuestionStylesheet Pin
Saritha Devaki27-May-07 22:45
Saritha Devaki27-May-07 22:45 
AnswerRe: Stylesheet Pin
Sherin Iranimose27-May-07 22:54
Sherin Iranimose27-May-07 22:54 
AnswerRe: Stylesheet Pin
Nouman Bhatti27-May-07 23:30
Nouman Bhatti27-May-07 23:30 
QuestionDataGrid problem Pin
alok_2k327-May-07 21:59
alok_2k327-May-07 21:59 
AnswerRe: DataGrid problem Pin
N a v a n e e t h27-May-07 22:36
N a v a n e e t h27-May-07 22:36 
alok_2k3 wrote:
when i select some checkboxs on page1 of datagrid and go to the next page and come to the previous page i found all my selected checkboxes are unselected.


It will because on pageindexchanged event you are binding the grid again. So all the checkboxes will be cleared. One thing you can try is storing the checked results on some temporary location like session when page index is changed. and when it comes to the previous pages, get values from this and check the checkboxes.


Navaneeth
My Website

AnswerRe: DataGrid problem Pin
Harini N K27-May-07 22:45
Harini N K27-May-07 22:45 
QuestionClient application using HTTP 1.1 though the protocol is set to 1.0 in the code. Pin
prgramya27-May-07 21:56
prgramya27-May-07 21:56 
Questionshow or hide panel content without postback in asp.net 2003 Pin
Vipin.d27-May-07 21:08
Vipin.d27-May-07 21:08 
AnswerRe: show or hide panel content without postback in asp.net 2003 Pin
N a v a n e e t h27-May-07 21:34
N a v a n e e t h27-May-07 21:34 
AnswerRe: show or hide panel content without postback in asp.net 2003 Pin
Christian Graus27-May-07 22:09
protectorChristian Graus27-May-07 22:09 
AnswerRe: show or hide panel content without postback in asp.net 2003 Pin
Sherin Iranimose27-May-07 22:47
Sherin Iranimose27-May-07 22:47 
GeneralRe: show or hide panel content without postback in asp.net 2003 Pin
N a v a n e e t h27-May-07 23:24
N a v a n e e t h27-May-07 23:24 
GeneralRe: show or hide panel content without postback in asp.net 2003 Pin
Sherin Iranimose27-May-07 23:26
Sherin Iranimose27-May-07 23:26 
Questionimage button click event Pin
harithadotnet27-May-07 20:54
harithadotnet27-May-07 20:54 
AnswerRe: image button click event Pin
Sherin Iranimose27-May-07 21:21
Sherin Iranimose27-May-07 21:21 
AnswerRe: image button click event Pin
Chetan Ranpariya27-May-07 21:38
Chetan Ranpariya27-May-07 21:38 
QuestionMaster page problem Pin
Amr M. K.27-May-07 19:52
Amr M. K.27-May-07 19:52 
AnswerRe: Master page problem Pin
Sathesh Sakthivel27-May-07 19:56
Sathesh Sakthivel27-May-07 19:56 
AnswerRe: Master page problem Pin
Sherin Iranimose27-May-07 20:17
Sherin Iranimose27-May-07 20:17 
GeneralRe: Master page problem Pin
Amr M. K.28-May-07 2:29
Amr M. K.28-May-07 2:29 
GeneralRe: Master page problem Pin
Sherin Iranimose28-May-07 2:42
Sherin Iranimose28-May-07 2:42 
GeneralRe: Master page problem Pin
Sherin Iranimose28-May-07 2:50
Sherin Iranimose28-May-07 2:50 

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.