Click here to Skip to main content
15,911,132 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: DropDownList Pin
albCode28-Nov-06 21:47
albCode28-Nov-06 21:47 
GeneralRe: DropDownList Pin
aaraaayen28-Nov-06 22:42
aaraaayen28-Nov-06 22:42 
AnswerRe: DropDownList Pin
Imran Khan Pathan29-Nov-06 0:46
Imran Khan Pathan29-Nov-06 0:46 
QuestionWhy __VIEWSTATE comes in querystring? Pin
RSArockiam28-Nov-06 19:58
RSArockiam28-Nov-06 19:58 
AnswerRe: Why __VIEWSTATE comes in querystring? Pin
Eduard Keilholz28-Nov-06 20:34
Eduard Keilholz28-Nov-06 20:34 
GeneralRe: Why __VIEWSTATE comes in querystring? Pin
RSArockiam28-Nov-06 22:49
RSArockiam28-Nov-06 22:49 
AnswerRe: Why __VIEWSTATE comes in querystring? Pin
Guffa28-Nov-06 21:10
Guffa28-Nov-06 21:10 
QuestionHow to delete a row from datagrid using check box Pin
ravindradonkada28-Nov-06 19:46
ravindradonkada28-Nov-06 19:46 
Hi ,

I am Ravindra, presently working with DataGrid control.

I added a checkbox column to my Datagrid control and like to delete rows which are checked.

So please help , how to get a particular row when the datagrid checkbox is checked.

This is the code I implemented



foreach(DataGridItem dgi in DataGrid1.Items)

{

CheckBox cb=(CheckBox)dgi.FindControl("CheckBox1");

if(cb.Checked==true)

{

}

}

thanks in advance...

-- Ravindra

AnswerRe: How to delete a row from datagrid using check box Pin
needhelpinnet28-Nov-06 22:06
needhelpinnet28-Nov-06 22:06 
QuestionASP Problem Pin
Debi Prasad28-Nov-06 19:41
Debi Prasad28-Nov-06 19:41 
AnswerRe: ASP Problem Pin
Eduard Keilholz28-Nov-06 20:38
Eduard Keilholz28-Nov-06 20:38 
QuestionProblem with XMLHTTPRequest Pin
resmy.m@gmail.com28-Nov-06 19:32
resmy.m@gmail.com28-Nov-06 19:32 
QuestionDo Postback Pin
bmadhura28-Nov-06 19:14
bmadhura28-Nov-06 19:14 
QuestionHow do I get my custom web component look like a a textbox and image button instead of a [xxx "xxx"] in VS 2003 designer? Pin
howardjr28-Nov-06 19:13
howardjr28-Nov-06 19:13 
AnswerRe: How do I get my custom web component look like a a textbox and image button instead of a [xxx "xxx"] in VS 2003 designer? Pin
howardjr28-Nov-06 20:00
howardjr28-Nov-06 20:00 
Questiondownload files Pin
abulhassan_shock28-Nov-06 19:10
abulhassan_shock28-Nov-06 19:10 
AnswerRe: download files Pin
just3ala228-Nov-06 19:32
just3ala228-Nov-06 19:32 
GeneralRe: download files Pin
playout28-Nov-06 19:46
playout28-Nov-06 19:46 
AnswerRe: download files Pin
playout28-Nov-06 19:33
playout28-Nov-06 19:33 
Questioninclude another aspx page Pin
playout28-Nov-06 19:06
playout28-Nov-06 19:06 
AnswerRe: include another aspx page Pin
Mohsen Sajjadi28-Nov-06 19:09
Mohsen Sajjadi28-Nov-06 19:09 
Question[Message Deleted] Pin
Hareesh.P.R28-Nov-06 18:41
Hareesh.P.R28-Nov-06 18:41 
AnswerRe: .resx file and bilingual applications Pin
Mohsen Sajjadi28-Nov-06 19:11
Mohsen Sajjadi28-Nov-06 19:11 
AnswerRe: .resx file and bilingual applications Pin
just3ala228-Nov-06 19:22
just3ala228-Nov-06 19:22 
QuestionValidation question Pin
cheeken2u28-Nov-06 18:33
cheeken2u28-Nov-06 18:33 

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.