ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
i have one gridview contains edititemtemplate(which 
contains update and cancel buttons) and i have one item 
template (contains edit button)
i want the code for update and cancelbuttons in edit item 
template and  i want the code for edit button in 
itemtemplate. please help me
 Question Submitted By :: Mercyjesus
I also faced this Question!!     Rank Answer Posted By  
 
  Re: i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me
Answer
# 1
I can help you Can you explain your question in detail.So
that i can give the perfect Answer..Mail me on
akash_1311@yahoo.co.in
 
Is This Answer Correct ?    2 Yes 2 No
Akash
 
  Re: i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me
Answer
# 2
Row Command Event of Grid view to be fired, where you can
call the edit, update, insert quires
 
Is This Answer Correct ?    1 Yes 0 No
Gagan
 
 
 
  Re: i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me
Answer
# 3
write the following code

  protected void GVAdvrtDetail_RowEditing(object sender, 
GridViewEditEventArgs e)
    {
        GVAdvrtDetail.EditIndex = e.NewEditIndex;
      
    }
protected void GVAdvrtDetail_RowCancelingEdit(object 
sender, GridViewCancelEditEventArgs e)
    {
        GVAdvrtDetail.EditIndex = -1;
         }

  protected void GVAdvrtDetail_RowUpdating(object sender, 
GridViewUpdateEventArgs e)
    {

    }


use findcontrol to update the recoed..
 
Is This Answer Correct ?    2 Yes 3 No
Vishwaraj Malik
 
  Re: i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me
Answer
# 4
I can help you Can you explain your question in detail.So
that i can give the perfect Answer..Mail me on
suneetsharma@gmai.com
 
Is This Answer Correct ?    1 Yes 1 No
Suneet Sharma
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What command line used to generate Runtime callable wrapper. CTS2
To match the two different controls which control would we use ?  2
Is There any Third party tools are using in .Net Technologies? Can u Explain? HCL2
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?  1
Different type of validation controls in asp.net ? Keane-India-Ltd1
About dataset and data mining ? Cognizent1
How to send auto matic emails based on scheduled tasks to several of my clients  6
How do you relate an aspx page with its code behind Page? Accenture2
What is the method used to load generated dataset with data on the DataAdapter control ?  3
what does membership class provide?  1
To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?  1
What is the difference between application and cache variables? Astadia2
Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks  1
Features of a dataset ? Accenture3
Explain current thinking around IClonable.  1
WHAT IS BOXING? HOW WE CAN USE IT? Seion-Infotech4
Where on the Internet would you look for Web services? IBM2
How many types of validation controls are provided by ASP.NET?  4
How many types of session in asp.net2.0 HCL17
Does the following statement executes successfully: Response.Write(?value of i = ? + i); TCS4
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com