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 |
“~” means in asp.net application?
What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?
Give some salient points of difference between request processor and request dispatcher.
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What kind of programming language is ASP.NET?
What is global.asax file used for?
Why do we need Web Services?
I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i want the validator run only when i click save button, don't validate cancel button , what to do?
7 Answers eMids, Infotech, Integra, TCS, Wipro,
What is work flow gen? how can it will work with .Net?
Disable Mouse right click on web page in asp.net?
Whats the use of @ Register directives ?
How to authenticate users using web.config ?
2 Answers Accenture, Amazon, BirlaSoft, Cap Gemini,
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)