I working in application development using ASP.NET
in C#.
I have a Grid View
which I wanted it to load at the very last of the page load.
The page should load the master page first, where all images and other functionality was loaded, then only load the GridView
.
Can this achieve on c# back end code?like the page life cycle event.
Please advice, thank you in advanced.