Click here to Skip to main content
15,888,521 members
Home / Discussions / C#
   

C#

 
AnswerRe: help Pin
Richard Andrew x644-Mar-12 6:39
professionalRichard Andrew x644-Mar-12 6:39 
AnswerRe: help Pin
Dave Kreskowiak4-Mar-12 7:21
mveDave Kreskowiak4-Mar-12 7:21 
AnswerRe: help Pin
Shameel5-Mar-12 2:24
professionalShameel5-Mar-12 2:24 
QuestionGridView Delete Row Pin
murali_utr4-Mar-12 3:11
murali_utr4-Mar-12 3:11 
hi,

trying the delete the row in the gridview. delete is handled in the Row_Command event.

C#
 protected void grdLabBill_RowCommand(object sender, GridViewCommandEventArgs e)
{
    try
    {
        int iIndex, iCount;

        if (e.CommandName == "Delete")
        {
            //code for delete
        }
    }

}

i got the following exception

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: The GridView 'grdLabBill' fired event RowDeleting which wasn't handled.

Need help to solve this problem.


Thanks in Advance!
Have A Nice Day!
Murali.M

Blog

QuestionCaller Id via RS232 + C# Pin
jojoba20113-Mar-12 21:33
jojoba20113-Mar-12 21:33 
AnswerRe: Caller Id via RS232 + C# Pin
Richard MacCutchan3-Mar-12 23:17
mveRichard MacCutchan3-Mar-12 23:17 
QuestionHELP!!! Caller Id via RS232 + C# Pin
jojoba20114-Mar-12 17:28
jojoba20114-Mar-12 17:28 
QuestionFree or commercial C# template framework available ? Pin
ngh16883-Mar-12 21:18
ngh16883-Mar-12 21:18 
AnswerRe: Free or commercial C# template framework available ? Pin
Abhinav S3-Mar-12 21:24
Abhinav S3-Mar-12 21:24 
GeneralRe: Free or commercial C# template framework available ? Pin
ngh16884-Mar-12 15:47
ngh16884-Mar-12 15:47 
AnswerRe: Free or commercial C# template framework available ? Pin
RobCroll3-Mar-12 21:40
RobCroll3-Mar-12 21:40 
GeneralRe: Free or commercial C# template framework available ? Pin
ngh16884-Mar-12 15:51
ngh16884-Mar-12 15:51 
GeneralRe: Free or commercial C# template framework available ? Pin
RobCroll5-Mar-12 1:13
RobCroll5-Mar-12 1:13 
GeneralRe: Free or commercial C# template framework available ? Pin
ngh16886-Mar-12 4:37
ngh16886-Mar-12 4:37 
QuestionNeed to convert this SQL Query to LINQ Pin
Paramu19733-Mar-12 19:46
Paramu19733-Mar-12 19:46 
AnswerRe: Need to convert this SQL Query to LINQ Pin
murali_utr4-Mar-12 6:39
murali_utr4-Mar-12 6:39 
AnswerRe: Need to convert this SQL Query to LINQ Pin
thatraja4-Mar-12 6:56
professionalthatraja4-Mar-12 6:56 
QuestionCalling Base Class Constructor - base() Pin
AmbiguousName3-Mar-12 19:39
AmbiguousName3-Mar-12 19:39 
AnswerRe: Calling Base Class Constructor - base() PinPopular
Abhinav S3-Mar-12 21:22
Abhinav S3-Mar-12 21:22 
GeneralRe: Calling Base Class Constructor - base() Pin
BillWoodruff3-Mar-12 23:14
professionalBillWoodruff3-Mar-12 23:14 
GeneralRe: Calling Base Class Constructor - base() Pin
Abhinav S5-Mar-12 1:00
Abhinav S5-Mar-12 1:00 
GeneralRe: Calling Base Class Constructor - base() Pin
ProEnggSoft5-Mar-12 22:21
ProEnggSoft5-Mar-12 22:21 
AnswerRe: Calling Base Class Constructor - base() Pin
DaveyM694-Mar-12 0:35
professionalDaveyM694-Mar-12 0:35 
QuestionCrystal report problem in C# application Pin
Shuaib wasif khan3-Mar-12 4:37
Shuaib wasif khan3-Mar-12 4:37 
GeneralRe: Crystal report problem in C# application Pin
Shameel3-Mar-12 5:08
professionalShameel3-Mar-12 5:08 

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.