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

Answers were Sorted based on User's Feedback



which is best possible way to add data source to data grid when the data is huge(10 lack recored)h..

Answer / sasi

ans:-Dataset,B'se dataset stores collection of tables,etc.

Is This Answer Correct ?    0 Yes 2 No

which is best possible way to add data source to data grid when the data is huge(10 lack recored)h..

Answer / suja

Using sqlDataReader is the best way to access the single
record from Huge records.

suja

Is This Answer Correct ?    5 Yes 8 No

which is best possible way to add data source to data grid when the data is huge(10 lack recored)h..

Answer / 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

More ASP.NET Interview Questions

What is the difference between and ActiveX dll and control?

2 Answers   Microsoft,


What is the use of ASP.NET routing?

0 Answers  


Differentiate the session object and application object?

0 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

1 Answers   Patni,


Explain what a diffgram is, and a good use for one?

2 Answers  


How does asp page work?

0 Answers  


Explain the difference between singleton and single call?

0 Answers  


To add a hyperlink column to the DataGrid which tag is used ?

0 Answers   Siebel,


Can the unique key be null?

0 Answers  


main difference between asp.net2.0,asp.net1.1,asp.net1.0

15 Answers   Inflexion, Infosys, iSoft, Microsoft, Prakruthi,


Explain the differences between Server-side and Client-side code?

3 Answers  


Explain about the Class view window?

0 Answers  


Categories