Hello...
I have a simple page (Principal.aspx) with several links... Each link load a Aspx page on right, like that:
My Test.aspx has a RadListView, and I have a pageLoad to get it on client :
The problem is sometimes that pageLoad is not fired at all... So I cant get the RadListView on client...
If I try to get that on my Principal.aspx , I always got a Null...
I´m using last 2012 Q2 and .NET 4.0 (VS 2012) ... With VS210 and .NET 3.5 its working fine...
Any idea?
Thanks
I have a simple page (Principal.aspx) with several links... Each link load a Aspx page on right, like that:
$('#myRightdiv').load('Test.aspx', function () { });My Test.aspx has a RadListView, and I have a pageLoad to get it on client :
function pageLoad() { listView = $find("myRadListView"); alert(listView);}The problem is sometimes that pageLoad is not fired at all... So I cant get the RadListView on client...
If I try to get that on my Principal.aspx , I always got a Null...
I´m using last 2012 Q2 and .NET 4.0 (VS 2012) ... With VS210 and .NET 3.5 its working fine...
Any idea?
Thanks