Click here to Skip to main content
15,898,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Image resize to fit ImageField Pin
DanB198311-May-07 0:59
DanB198311-May-07 0:59 
GeneralRe: Image resize to fit ImageField Pin
DanB198311-May-07 4:28
DanB198311-May-07 4:28 
QuestionShowing Picture or any graphic in asp.net Pin
aransiola10-May-07 22:43
aransiola10-May-07 22:43 
AnswerRe: Showing Picture or any graphic in asp.net Pin
enjoycrack10-May-07 23:13
enjoycrack10-May-07 23:13 
AnswerRe: Showing Picture or any graphic in asp.net Pin
Christian Graus11-May-07 0:29
protectorChristian Graus11-May-07 0:29 
QuestionGridView CheckBox Pin
fmlove10-May-07 21:58
fmlove10-May-07 21:58 
AnswerRe: GridView CheckBox Pin
PandemoniumPasha10-May-07 22:22
PandemoniumPasha10-May-07 22:22 
AnswerRe: GridView CheckBox Pin
Sherin Iranimose10-May-07 22:29
Sherin Iranimose10-May-07 22:29 
hi,

1. add a check box as template field
Follow the reply of 1119
2. In the delete button handler you can use following code
<br />
      Dim i As Integer<br />
        For i = 0 To GridView1.Rows.Count - 1<br />
            Dim chk As CheckBox = GridView1.Rows(i).Cells(0).Controls(1)<br />
            MsgBox(chk.Checked.ToString())<br />
        Next<br />

This will display the check box states in each row..
Just an example.You can follow this method..




Sherin Iranimose

AnswerRe: GridView CheckBox Pin
I.explore.code11-May-07 3:19
I.explore.code11-May-07 3:19 
QuestionDeloy Web Application having Crystal reports Pin
Kuricheti10-May-07 21:54
Kuricheti10-May-07 21:54 
AnswerRe: Deloy Web Application having Crystal reports Pin
subrata.jana11-May-07 0:18
subrata.jana11-May-07 0:18 
GeneralRe: Deloy Web Application having Crystal reports Pin
subrata.jana11-May-07 0:19
subrata.jana11-May-07 0:19 
Questiongridview Pin
pratima110-May-07 21:45
pratima110-May-07 21:45 
AnswerRe: gridview [modified] Pin
Sherin Iranimose10-May-07 21:55
Sherin Iranimose10-May-07 21:55 
QuestionChoose your business object !!! Pin
Dawid Mazuruk10-May-07 21:41
Dawid Mazuruk10-May-07 21:41 
AnswerRe: Choose your business object !!! Pin
RichardGrimmer14-May-07 5:22
RichardGrimmer14-May-07 5:22 
QuestionGridView ItemTemplate different location? Pin
Jens Meyer10-May-07 21:30
Jens Meyer10-May-07 21:30 
AnswerRe: GridView ItemTemplate different location? Pin
Chetan Ranpariya10-May-07 23:14
Chetan Ranpariya10-May-07 23:14 
GeneralRe: GridView ItemTemplate different location? Pin
Jens Meyer10-May-07 23:27
Jens Meyer10-May-07 23:27 
GeneralRe: GridView ItemTemplate different location? Pin
Chetan Ranpariya11-May-07 4:31
Chetan Ranpariya11-May-07 4:31 
GeneralRe: GridView ItemTemplate different location? Pin
Jens Meyer11-May-07 4:45
Jens Meyer11-May-07 4:45 
QuestionSQL 2000 backup Pin
Navneet Hegde10-May-07 20:58
Navneet Hegde10-May-07 20:58 
AnswerRe: SQL 2000 backup Pin
N a v a n e e t h10-May-07 21:16
N a v a n e e t h10-May-07 21:16 
GeneralRe: SQL 2000 backup Pin
Navneet Hegde10-May-07 21:32
Navneet Hegde10-May-07 21:32 
AnswerRe: SQL 2000 backup Pin
Sylvester george10-May-07 21:23
Sylvester george10-May-07 21:23 

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.