I am trying to implement sorting facility from client side
code in GridView Control.

So how can I fill up an Array inside client side code
(using JavaScript), i want to assign my DataSet object
declared and filled up on Server side(in code behind) to
the array (on client side)


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What is a session government?

0 Answers  


How many Directives r in ASP.NET?

8 Answers  


what are the security certificates used in webservices?

0 Answers  


How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?

3 Answers   CoreObjects,


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

0 Answers   Hexaware, Infosys,






What is viewstate in asp net with example?

0 Answers  


How to disable SOAP1.2 in Web Services?

1 Answers  


How to deploy/publish webservices?How many ways?Plz explain me

0 Answers   TCS,


Difference between Active Exe and Activex dll ?

1 Answers   DELL,


In the context of a comparison, what is object identity versus object equivalence?

1 Answers  


What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?

3 Answers   TCS,


When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?

1 Answers  


Categories