loading image
-
hi I need to know how to show the loading image in gridview while loading for each row using javascript. only for that single column getting data from some other db.
-
hi I need to know how to show the loading image in gridview while loading for each row using javascript. only for that single column getting data from some other db.
Something like this?
function LoadDataRow()
{
var img = document.GetElementById("image");
img.style = "visible";// Load data img.style = "hidden";
}
I know the language. I've read a book. - _Madmatt
-
Something like this?
function LoadDataRow()
{
var img = document.GetElementById("image");
img.style = "visible";// Load data img.style = "hidden";
}
I know the language. I've read a book. - _Madmatt
Hi When To Call this JS function.
-
Hi When To Call this JS function.
Are you serious? If you can't figure that out you should not attempt this project. Go to your manager and tell them you are not capable of theis work and ask to be reassigned to the mailroom.
I know the language. I've read a book. - _Madmatt
-
Are you serious? If you can't figure that out you should not attempt this project. Go to your manager and tell them you are not capable of theis work and ask to be reassigned to the mailroom.
I know the language. I've read a book. - _Madmatt
Hi Code Project, I got solution for my problem. Its very easy to show the loading image for each row in grid view. I'l upload the described answer soon.... Thanks, S.Raja