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
Answers were Sorted based on User's Feedback
Answer / gagan
Row Command Event of Grid view to be fired, where you can
call the edit, update, insert quires
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / akash
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 ? | 3 Yes | 3 No |
Answer / suneet sharma
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 ? | 2 Yes | 2 No |
Answer / 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 |
What is application variable and when it is initialized ?
How many types of validation are there?
How many validators do ASP.NET have?
What is asp.net and ado net?
What is full trust in asp.net?
Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?
What are the different types of validation controls in asp.net?
What is the concepts of globalization and localization in .net?
Explain the benefits of viewstate?
hi ans dis qstn. "what is d max size of query string. If it exceeds does it give error. if yes wt error it gvs, if no gv the reason" thnx in advance
Can a master page inherit another master page?
13 Answers Emphasis, IBM, NIIT, Sebiz Square,
What are the events that happen when a client requests an asp.net page from iis server?