Click here to Skip to main content
15,796,333 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Constant timer in asp.net Pin
Sandesh M Patil4-May-10 1:57
Sandesh M Patil4-May-10 1:57 
GeneralRe: Constant timer in asp.net Pin
lvq6844-May-10 1:59
lvq6844-May-10 1:59 
GeneralRe: Constant timer in asp.net Pin
Brij4-May-10 2:23
mentorBrij4-May-10 2:23 
GeneralRe: Constant timer in asp.net Pin
Sandesh M Patil4-May-10 3:29
Sandesh M Patil4-May-10 3:29 
GeneralRe: Constant timer in asp.net Pin
Ashfield4-May-10 3:58
Ashfield4-May-10 3:58 
GeneralRe: Constant timer in asp.net Pin
Sandesh M Patil4-May-10 4:28
Sandesh M Patil4-May-10 4:28 
AnswerRe: Constant timer in asp.net Pin
Estys4-May-10 1:14
Estys4-May-10 1:14 
QuestionDependent grid problem Pin
bigphish3-May-10 23:23
bigphish3-May-10 23:23 
I am new to .net developement..stuck with an issue..
I have 2 grids in a page...Maingrid( key:- EmpID) and a Childgrid (key:- EmpID,PeriodID)

For Each Maingrid details there will be one or more corresponding Childgrid details. When user selects a Maingrid detail record (ie, when selecting a row), corresponding Childgrid detail will be loaded in the Childgrid …(same as dependent grid.)

How to load the 2nd grid according to the 1st grid row selection?

protected void rdg_Maingrid_ItemCommand1(object source, GridCommandEventArgs e)

    {
        if (e.CommandName.ToString().ToUpper() == "RowClick")
        {

            //code for retrieving corresponding data in the budget grid..
 
        }
    }


and I have delete ,edit options in both the grids.
Anyhelp will be appreciated.
AnswerRe: Dependent grid problem Pin
Brij4-May-10 0:22
mentorBrij4-May-10 0:22 
GeneralRe: Dependent grid problem Pin
bigphish4-May-10 1:17
bigphish4-May-10 1:17 
GeneralRe: Dependent grid problem Pin
Brij4-May-10 1:40
mentorBrij4-May-10 1:40 
QuestionProblem with checkbox binding in DetailsView Pin
lvq6843-May-10 22:37
lvq6843-May-10 22:37 
AnswerRe: Problem with checkbox binding in DetailsView Pin
Paramhans Dubey4-May-10 0:58
professionalParamhans Dubey4-May-10 0:58 
GeneralRe: Problem with checkbox binding in DetailsView Pin
lvq6844-May-10 1:00
lvq6844-May-10 1:00 
GeneralRe: Problem with checkbox binding in DetailsView Pin
Paramhans Dubey4-May-10 1:15
professionalParamhans Dubey4-May-10 1:15 
GeneralRe: Problem with checkbox binding in DetailsView Pin
lvq6844-May-10 1:43
lvq6844-May-10 1:43 
GeneralRe: Problem with checkbox binding in DetailsView Pin
Paramhans Dubey4-May-10 2:08
professionalParamhans Dubey4-May-10 2:08 
GeneralRe: Problem with checkbox binding in DetailsView Pin
lvq6844-May-10 2:20
lvq6844-May-10 2:20 
GeneralRe: Problem with checkbox binding in DetailsView Pin
michelle sollicito14-Dec-11 7:12
michelle sollicito14-Dec-11 7:12 
Question"Sys.WebForms.PageRequestManagerParserErrorException" while using AJAX Pin
AnandDesai193-May-10 20:23
AnandDesai193-May-10 20:23 
AnswerRe: "Sys.WebForms.PageRequestManagerParserErrorException" while using AJAX Pin
Peace ON3-May-10 22:31
Peace ON3-May-10 22:31 
Question"Sys.WebForms.PageRequestManagerParserErrorException" error is solved. Now another issue. Pin
AnandDesai193-May-10 23:01
AnandDesai193-May-10 23:01 
AnswerRe: "Sys.WebForms.PageRequestManagerParserErrorException" error is solved. Now another issue. Pin
Peace ON3-May-10 23:24
Peace ON3-May-10 23:24 
NewsFree Windows Azure pass via Virtual Boot Camp III starting May 3rd [modified] Pin
GoAzure3-May-10 10:48
GoAzure3-May-10 10:48 
GeneralRe: Free Windows Azure pass via Virtual Boot Camp III starting May 3rd Pin
Brij3-May-10 18:58
mentorBrij3-May-10 18:58 

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.