Click here to Skip to main content
       

ASP.NET

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
QuestionRe: a control that should contain html elementsmemberjkirkerx24-Dec-12 13:09 
AnswerRe: a control that should contain html elementsmemberAli Al Omairi(Abu AlHassan)25-Dec-12 19:51 
Questioncheckedchange event of gridview in javascriptmemberRavi_kant23-Dec-12 19:29 
AnswerRe: checkedchange event of gridview in javascriptmemberSampath Kumar Sathiya24-Dec-12 0:20 
GeneralRe: checkedchange event of gridview in javascriptmemberRavi_kant24-Dec-12 7:40 
Questionupdated data from gridviewmemberMember 970720723-Dec-12 0:30 
AnswerRe: updated data from gridviewmemberAli Al Omairi(Abu AlHassan)24-Dec-12 4:31 
Ma'am;
You have a gridview with a check box in each row and you want an array of the selected rows keys. right?
 
if so, you should have a template column that contain a check box with a specific name say 'Selection'
<input type="checkbox" name="Selection" value="<%# Eval("Key")%>" />
 
when you postback the page you can get the array using Request["Selection"]
Help people,so poeple can help you.

AnswerRe: updated data from gridviewmvpSandeep Mewara25-Dec-12 19:35 
Question.net questionmemberTarani Dutt Joshi21-Dec-12 23:53 
AnswerRe: .net questionmvpRichard MacCutchan22-Dec-12 0:18 
AnswerRe: .net questionmemberMaulikDusara24-Dec-12 21:38 
AnswerRe: .net questionmvpSandeep Mewara25-Dec-12 19:33 
QuestionWebRequestmembercdpsource21-Dec-12 14:16 
Questionwebpage has resulted in too many redirectsmemberJassim Rahma21-Dec-12 9:46 
AnswerRe: webpage has resulted in too many redirectsmemberjkirkerx22-Dec-12 18:50 
GeneralRe: webpage has resulted in too many redirectsmemberJassim Rahma23-Dec-12 8:36 
GeneralRe: webpage has resulted in too many redirectsmemberjkirkerx23-Dec-12 8:47 
GeneralRe: webpage has resulted in too many redirectsmemberJassim Rahma24-Dec-12 9:10 
GeneralRe: webpage has resulted in too many redirectsmemberjkirkerx24-Dec-12 13:05 
Questionpop up on mouse over on a image buttonmemberYasir88721-Dec-12 6:42 
AnswerRe: pop up on mouse over on a image buttonmemberAnalogNerd21-Dec-12 9:26 
GeneralRe: pop up on mouse over on a image buttonmemberYasir88721-Dec-12 17:09 
AnswerRe: pop up on mouse over on a image buttonmembern.podbielski22-Dec-12 21:50 
AnswerRe: pop up on mouse over on a image buttonmemberCommDev23-Dec-12 14:35 
Questionasp.netmemberNitin Pant20-Dec-12 21:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web01 | 2.6.130617.1 | Last Updated 18 Jun 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid