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 asp.net web pages?
What are the different types of sessions in asp.net?
Can any one explain with the example how to capture the application error in Aplication_Error() method?
What are the uses of list view control in Asp.net?
diffrance between stored procedure & function in sql server?
Name the application folders present in asp.net 2.0?
i want to develope a page for online test using asp.net with c#.net. so, how to insert the questions in the database sqlserver2000 and how to pick the questions randomly when user login for test. plz send the code for this....
3 Answers Chaitanya, Crysalis, CTS, HCL, Sein Infotech, TCS,
how we Creating a Web Service
Explain the difference between an exe and a dll?
Why web api is better than wcf?
Where is ViewState information stored?
What is the difference between a page theme and a global theme?
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)