How to pass object from .cs page to .aspx then i need to access this data in jquery script how to do this?
You can only pass string, bool, int, etc type simple variables.
If you are trying to pass an Class object it is only posible via AJAX
Send and receive JavaScript Array to Web Service Web Method using ASP.Net AJAX
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.