hi all,
can we sort the data set without using the gridview sort method
Answer Posted / chnd147
Yes we can sort data in dataset by using dataview or by
datatables.There is a "select" method to filter or to sort
data in data tables
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Write a code for sending an email from asp.net application.
Explain security types in asp.net?
Explain the difference between asp & asp.net.
Can one dll file contains the compiled code of more than one .net language?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is HTTPModule and HTTPcontext? What is the use of each?
Can I read the hard disk serial # of the client computer using asp.net?
What can we do with asp.net?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What does it mean your session has timed out?
How do you implement sql caching in asp.net?
How do you declare static variable?
What is the best Macanism to clear the Cache in asp.net
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain how do you deploy your asp.net application?