Jquery – Session value not working in SelectCommand of SqlDataSource for DetailsView
i have a webapplication in .net and use a DetailsView. im control this DetailsView with a SqlDataSource. i set a session with jquery. <script > var baseUrl = (window.location).href; var clubid = baseUrl.substring(baseUrl.lastIndexOf('=') + 1); sessionStorage.setItem("se", "13801"); var ses =…