How to display loading image while page is loading in asp.net ?
how to display loading imag while page is loading in asp.net
Please give suggestions for this task as early as possible ...,
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
hothorasman panjaitanPosted Dec 2, 2014, 5:48 AM
hi mr
how display image to another page loads in asp.net
LinkButton lb = (LinkButton)e.CommandSource;
int index = Convert.ToInt32(lb.CommandArgument);
string pkey;
pkey = gvDetails.Rows[index].Cells[0].Text;
Response.Redirect("details_view.aspx?id_plp=" + pkey);
Sunny SharmaPosted Jun 14, 2013, 3:02 AM
Below are the sample codes for you to achieve this purpose:
------------------------------------------------------------
-------------------------------------------------------------------
Please don't forget to accept this as answer if it helps!
Happy Coding :)
Thanks.
Riyaz AkhtarPosted Jun 14, 2013, 2:52 AM
http://jquerybyexample.blogspot.com/2012/06/show-loading-image-while-page-is.html