Hello Sir,In my application I am using pagination.Using pagination i bind the records with listview control.
I generate the buttons dynamically according to the number of pages which is calculated from number of records returned from dataSource.when i click on a dynamically generated button its corresponding event handlers methods should get evaluated.Since asp.net page is stateless I can't keep the state of that dynamic controls after any postback.
Just Now I have seen the Article "How to get the Id of Control that cause postback in asp.net?".I got some idea from that article.Can u give me an example for "Creating link buttons dynamically and handling its corresponding event handler in Asp.Net".
Thank You for your time and Consideration