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

ASP.NET

 
QuestionGenerate Popup window Pin
skysunil14-Jun-06 23:01
skysunil14-Jun-06 23:01 
AnswerRe: Generate Popup window Pin
_AK_14-Jun-06 23:04
_AK_14-Jun-06 23:04 
AnswerRe: Generate Popup window [modified] Pin
murtaza dhari15-Jun-06 0:53
murtaza dhari15-Jun-06 0:53 
AnswerRe: Generate Popup window Pin
varshavmane15-Jun-06 5:23
varshavmane15-Jun-06 5:23 
QuestionERROR_SESSION_CREDENTIAL_CONFLICT Pin
jprabbu14-Jun-06 21:48
jprabbu14-Jun-06 21:48 
QuestionTree View node editing Pin
Uma Kameswari14-Jun-06 21:46
Uma Kameswari14-Jun-06 21:46 
QuestionOracleDataAdapter, OracleTransaction Pin
JernejR14-Jun-06 21:04
JernejR14-Jun-06 21:04 
QuestionPaging in datagrid Pin
Nagraj Naik14-Jun-06 20:50
Nagraj Naik14-Jun-06 20:50 
Hi all,

I am using paging in datagrid and implemented paging successfully.
In my application I have checkbox and Id field in datagrid,On button click I want to save Ids which having checkbox status checked.

I implement solution thats is working correctly if datagrid having single page.But if I checked checkboxes from different pages in datagrid only last page Ids get saved.

I mean In paging if i want to save entries of two pages i could not do that.

For Each gridItem In DataGrid1.Items
Dim chk As CheckBox = DirectCast(gridItem.FindControl("Status"), CheckBox)

If chk.Checked = True Then
lbl = DirectCast(gridItem.FindControl("ID"), Label)
'''''Saving code here
end if
next

AnswerRe: Paging in datagrid Pin
Suamal15-Jun-06 1:01
Suamal15-Jun-06 1:01 
GeneralRe: Paging in datagrid Pin
Nagraj Naik15-Jun-06 4:34
Nagraj Naik15-Jun-06 4:34 
GeneralRe: Paging in datagrid Pin
Suamal15-Jun-06 18:57
Suamal15-Jun-06 18:57 
GeneralRe: Paging in datagrid Pin
Nagraj Naik15-Jun-06 19:49
Nagraj Naik15-Jun-06 19:49 
GeneralRe: Paging in datagrid Pin
Suamal15-Jun-06 20:11
Suamal15-Jun-06 20:11 
GeneralRe: Paging in datagrid Pin
Nagraj Naik15-Jun-06 21:38
Nagraj Naik15-Jun-06 21:38 
GeneralRe: Paging in datagrid Pin
Suamal15-Jun-06 22:58
Suamal15-Jun-06 22:58 
GeneralRe: Paging in datagrid Pin
Nagraj Naik15-Jun-06 23:22
Nagraj Naik15-Jun-06 23:22 
QuestionError : Page_Validators is undefined [modified] Pin
Praveen_S14-Jun-06 20:24
Praveen_S14-Jun-06 20:24 
AnswerRe: Error : Page_Validators is undefined Pin
minhpc_bk15-Jun-06 16:54
minhpc_bk15-Jun-06 16:54 
Questiondyamically generate 0 to n number of web charts within a templated control. Pin
uglyeyes14-Jun-06 19:47
uglyeyes14-Jun-06 19:47 
Questionsddfgfd Pin
surshbabuk14-Jun-06 19:44
surshbabuk14-Jun-06 19:44 
AnswerRe: sddfgfd Pin
_AK_14-Jun-06 20:18
_AK_14-Jun-06 20:18 
JokeRe: sddfgfd Pin
Guffa15-Jun-06 0:40
Guffa15-Jun-06 0:40 
GeneralRe: sddfgfd Pin
_AK_15-Jun-06 0:43
_AK_15-Jun-06 0:43 
Questionrename the file in vb.net Pin
amaneet14-Jun-06 19:36
amaneet14-Jun-06 19:36 
AnswerRe: rename the file in vb.net Pin
minhpc_bk14-Jun-06 20:02
minhpc_bk14-Jun-06 20:02 

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.