What is the method used to load generated dataset with data
on the DataAdapter control ?
Answer Posted / anil
if sqldataadapter=sda;
and ds=dataset
then use sda.fill(ds);
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Who generates session id?
What is the difference between page directive include and action tag include?
What is Razor View Engine
What are tuples?
What is loop in asp.net?
How tooltip is set through code-behind in ASP.NET?
How to sign out from forms authentication?
How many types of file extensions for razor views in ASP.Net MVC?
What are the elements of a website?
How can we register exception filter globally?
Define the term Web Garden?
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?
How can we access static variable?
Can you use c# without .net?
What is jade template engine?