Click here to Skip to main content
15,900,589 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Paging in a grid view troubles Pin
kubben2-May-07 2:56
kubben2-May-07 2:56 
GeneralRe: Paging in a grid view troubles Pin
Senseicads2-May-07 3:18
Senseicads2-May-07 3:18 
QuestionAccess denied...... Pin
NetBot2-May-07 2:19
NetBot2-May-07 2:19 
AnswerRe: Access denied...... Pin
Christian Graus2-May-07 2:34
protectorChristian Graus2-May-07 2:34 
GeneralRe: Access denied...... Pin
NetBot2-May-07 2:54
NetBot2-May-07 2:54 
GeneralRe: Access denied...... Pin
Christian Graus2-May-07 10:29
protectorChristian Graus2-May-07 10:29 
QuestionGridview checkbox problems Pin
pauliehaha2-May-07 1:21
pauliehaha2-May-07 1:21 
AnswerRe: Gridview checkbox problems Pin
Senseicads2-May-07 2:37
Senseicads2-May-07 2:37 
I don't know if this will help you at all, and bear with me as I am very much a beginner, but I am using a checkbox field in my gridview as well, however I didn't create it the way you have I used an Item Template and whacked in the checkbox on the page there, something like this

<asp:TemplateField HeaderText="Open" SortExpression="active">
<ItemTemplate>
<asp:CheckBox ID="CheckBox1" runat="server" Checked='<%# Bind("active") %>' Enabled="False" />
</ItemTemplate>
</asp:TemplateField>

the active field that i am binding on is a simple int field in the database with either 0 for unchecked and -1 (although i believe and int will do cept 0)for checked. Dunno if that helps you out any?

Cheers

Ian Caddick
GeneralRe: Gridview checkbox problems Pin
pauliehaha2-May-07 3:22
pauliehaha2-May-07 3:22 
AnswerRe: Gridview checkbox problems Pin
RSArockiam2-May-07 3:17
RSArockiam2-May-07 3:17 
GeneralRe: Gridview checkbox problems Pin
pauliehaha2-May-07 3:27
pauliehaha2-May-07 3:27 
Questionhow to show cursor on selected row of a grid in postback [modified] Pin
Sachin M Narangale2-May-07 1:10
Sachin M Narangale2-May-07 1:10 
AnswerRe: how to show cursor on selected row of a grid in postback Pin
N a v a n e e t h2-May-07 3:32
N a v a n e e t h2-May-07 3:32 
QuestionSession value is Reset in IE 7 Pin
Blumen2-May-07 0:23
Blumen2-May-07 0:23 
AnswerRe: Session value is Reset in IE 7 Pin
Guffa2-May-07 1:13
Guffa2-May-07 1:13 
QuestionRe: Session value is Reset in IE 7 Pin
Blumen2-May-07 1:56
Blumen2-May-07 1:56 
AnswerRe: Session value is Reset in IE 7 Pin
Psycho-*Coder*-Extreme2-May-07 2:10
Psycho-*Coder*-Extreme2-May-07 2:10 
GeneralRe: Session value is Reset in IE 7 Pin
Blumen2-May-07 2:33
Blumen2-May-07 2:33 
GeneralRe: Session value is Reset in IE 7 Pin
Colin Angus Mackay2-May-07 2:38
Colin Angus Mackay2-May-07 2:38 
GeneralRe: Session value is Reset in IE 7 Pin
Psycho-*Coder*-Extreme2-May-07 4:17
Psycho-*Coder*-Extreme2-May-07 4:17 
Questionwant to show usercontrol at the bottom of the page Pin
anujose2-May-07 0:02
anujose2-May-07 0:02 
AnswerRe: want to show usercontrol at the bottom of the page Pin
Sandeep Akhare2-May-07 0:15
Sandeep Akhare2-May-07 0:15 
AnswerRe: want to show usercontrol at the bottom of the page Pin
Sandeep Kumar2-May-07 0:20
Sandeep Kumar2-May-07 0:20 
AnswerRe: want to show usercontrol at the bottom of the page Pin
N a v a n e e t h2-May-07 3:36
N a v a n e e t h2-May-07 3:36 
AnswerRe: want to show usercontrol at the bottom of the page Pin
mnvkng762-May-07 16:56
mnvkng762-May-07 16:56 

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.