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 CSS? What is the advantage os using CSS in ASP.NET Web Applications?
You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?
Define view state.
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
what is the differance between native code & managed code?
Explain Factory pattern?
Is a dll file an executable?
What are directives in asp.net? List down all the important directives.
How do you secure your connection string information?
How can we prevent browser from caching an aspx page?
what is the assembly?
What is the difference between application object and session object?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)