Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 Posted / vishwaraj malik

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 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How tooltip is set through code-behind in ASP.NET?

1075


In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?

1047


Any disadvantages in Dataset and in reflection ?

3237


What are directives in asp.net? List down all the important directives.

924


What is postback request?

962


What is data control in asp.net?

1005


What is the concepts of globalization and localization in .net?

935


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

975


Demonstrate Render and PreRender?

1081


How many types of validators are there in asp net?

944


What does asp.net stand for?

1104


What are Master Pages in ASP.NET?

1055


What should you do is you want to remove an existing component but would like to make some funtionalities?

1925


Explain the advantages of caching?

979


What is inproc and outproc?

979