how can get cookies data in jquery
i define cookies in c# method but i can not access on page in jquery method and set into textbox
HttpCookie cookie = HttpContext.Current.Request.Cookies["UserInfo"];
Hi SajidHussa,
Refer below article.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.