----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: senthilkumard Message 2 in Discussion Hi Karthi I have done a similar control as your requirement using ascx file (user control). I will give you hints how you can acheive the functionalities you have listed Paging: Keep the logic of fetching the number of records in the stored procedure. For example you can send the folowing input param to stored procedure No of records per page Page Required Write the stored procedure which can return the number of records required based on the page requested. This way you can acheive paging. Sorting: This can be done on the client side by using the HTML component files which containd the javascript coding to sort a table column. If you use javascript the sorting will done in the client side only based on the available records in the current ... and this will be done without post back. If you need it with post back. then you can include one more input parameter to the stored procedure which send the column name on which the out put should be sorted. You can achieve these functionalites in the above ways. regards senthil kumar d ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
