ASP.net gridview design issue
-
Dear all, It is just a small problem, but anyway i have to sort it out.. In my asp.net 2.0 editable gridview I am using background images for header, footer and pager. When I am taking the gridview it is perfect with the images. But when I change into edit mode , all images disappears..:(( ... Please help me... Thanx in advance Ranjith Stephen
-
Dear all, It is just a small problem, but anyway i have to sort it out.. In my asp.net 2.0 editable gridview I am using background images for header, footer and pager. When I am taking the gridview it is perfect with the images. But when I change into edit mode , all images disappears..:(( ... Please help me... Thanx in advance Ranjith Stephen
Pls clear your cookies and clear your browsing history and then run your Application in the Browser and see whether the images are appearing or not.
Regards, Satips.
-
Pls clear your cookies and clear your browsing history and then run your Application in the Browser and see whether the images are appearing or not.
Regards, Satips.
THANKS FOR THE REPLY.. I'VE TRIED IT. BUT NO RESULT :(( THE STYLE I AM APPLYING IS COMPLETELY GONE AFTER COME TO EDIT MODE.. AND IT NEVER COMES UNTIL THE PAGE REFRESH...HELP ME..
RANJITH STEPHEN
-
THANKS FOR THE REPLY.. I'VE TRIED IT. BUT NO RESULT :(( THE STYLE I AM APPLYING IS COMPLETELY GONE AFTER COME TO EDIT MODE.. AND IT NEVER COMES UNTIL THE PAGE REFRESH...HELP ME..
RANJITH STEPHEN
Hey Ranjith i dont know what you have written in ur CSS Class for Edit template in the Grid VIew. So let us know it? So that only we can help you?
Regards, Satips.
-
Hey Ranjith i dont know what you have written in ur CSS Class for Edit template in the Grid VIew. So let us know it? So that only we can help you?
Regards, Satips.
OK.. THIS IS MY CSS .GridViewBar { background-image:url("../../images/offStyle/shiny-DarkSiver.gif"); font-family:Arial; font-weight:bold; color:Black; } .PagerStyle { background-image:url("../../images/offStyle/Vista-Blue.gif"); font-family:Arial; font-weight:bold; color:White; } AND THIS IS MY GRIDVIEW HTML
-
OK.. THIS IS MY CSS .GridViewBar { background-image:url("../../images/offStyle/shiny-DarkSiver.gif"); font-family:Arial; font-weight:bold; color:Black; } .PagerStyle { background-image:url("../../images/offStyle/Vista-Blue.gif"); font-family:Arial; font-weight:bold; color:White; } AND THIS IS MY GRIDVIEW HTML