Answer Posted / tutu
Another difference is, DataView can not be serialized, where as DataTable can be serialized. So DataTable can be stored in ViewState but DataView can not.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is s2s tracking?
What is the difference between response.redirect and server.transfer?
What is the function of the ViewState property?
What is viewstate? In which event of the page life cycle, is the viewstate available?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What websites use asp.net?
Can you explain the importance of finalize method in .net?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Why we are using mvc instead of asp.net? : Asp.Net MVC
How do u declare static variable and how it is declared and what is its lifetime?
What is base class of button control in .net?
Is global asax mandatory?
What are the advantages of asp.net?
What are resource file and how do we generate resource file?
Explain weak typing and strong typing.