which is best possible way to add data source to data grid
when the data is huge(10 lack recored)how to edit a
perticular row
Answer Posted / vyas pyk
by using the sqldatasource bind the datagrid obviously we
will be having a primarykey for that particular table, and
after that put a tick mark on the "Allow Editing" option on
tha grid smart tag.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is application Object?
What are merge modules?
How do you hide the columns?
What is globalization and localization in asp net?
What asp.net control can embed xaml into asp.net pages?
What is asp.net? How is it different from asp?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Define page output caching?
What is the size of Get method and how much data it can store?
What is sql data source control in asp.net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Which type of state management is provided by Query String in ASP.NET?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Where code pages are used?