mardi 17 février 2015

Jqgrid : how to Call Jqgrid in Page_load event after page security check completes


Vote count:

0




I wan to load the Jqgrid, once i the user security check completes in my page.


For example if i have a user who i don't want to show this page content and i have redirect to NO_Access page.





if (IsUserVerified())
{
//Load Jqgrid

}
else
{
//Show NO_Access page
}



I tried this like i have added entire Jqgrid binding into a method and called it in the pageload like ClientScript.RegisterStartupScript(Me.GetType(), "LoadData", "loadData();", False) But this doesn't like a good idea.


Any other things that i need to added for this ?


Thanks



asked 54 secs ago







Jqgrid : how to Call Jqgrid in Page_load event after page security check completes

Aucun commentaire:

Enregistrer un commentaire