User1909155429 posted
<System.Web.Services.WebMethod()>
<System.Web.Script.Services.ScriptMethod()>
Public Shared Function RetrieveSlides() As AjaxControlToolkit.Slide()
Dim dvProduct As DataView = CType(imagesSqlDataSource2.Select(DataSourceSelectArguments.Empty), DataView)
Dim imageid As String = HttpContext.Current.Request.QueryString("ID")
The Web Method does not accept server side code as normal.It first stated that it is not shared and when i instantiate as new class as mention it returned null values ?