I have a Gridview, a label and a Button in ASP.net.
If the total number of records in the gridview is more than 500 and if the user clicks on the button, a message “You cannot print more than 500 records at one time”.
How can I do this in ASP.net. If it is less than 500 it is currently generating a PDF.
Thanks
Like this:
If this doesn’t answer your question, please provide more detail.