Hi, i have on my page a webgrid with loadondemand enabled. I have some links on the Page which no more works.i found a solution for a normal link Dim sLink As String = "Profil_Detail.aspx?CMD=edit&BID=" & BenutzerID.Value Infragistics.WebUI.Shared.CallBackManager.AddScriptBlock(Me, Nothing, "window.location='" & sLink & "';")This work for this link, but i have on the page a LoginStatus (Property LogoutPageUrl) and here the link doesn'nt work. what now ?
Hi,
Is the issue about hyper links or ASP:LinkButtons?
I am not sure what is the relationship between those links and the LoadOnDemand setting.
Could you please provide sample application? It would help to identify actual problem or workaround.