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 are the difference between function and stored procedure in .net programming language?
Explain the use of view state?
Why is the standalone environment only useful during the development process?
How is it possible for .NET to support many languages?
What is the difference between a default skin and a named skin?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How does a content page different from a master page?
Define tracing.
What is the difference between a page theme and a global theme?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
How do we implement bundling in MVC?
Explain the flow of processing of the request? : asp.net mvc
What is custom events? How to create it?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?