how to edit gridview control in asp.net2.0
Answer Posted / geetha
Add Edit Button in Gridview's ItemTemplate
GridView1_RowEditing event you can write the code you need
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
In a Repeater control how one can provide an alternating color scheme ?
Can you use c# without .net?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
How to unit test Web API?
Elaborate differentiation between ViewState and SessionState?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
How to handle errors in Web API?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Explain diff between dataset and datareader?
What is asp.net mvc? : asp.net mvc
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Describe how passport authentication works.
When you use Ajax controls in the ASP.NET application?
what is AutoEventWireUp and what is the use of This property explain in details?