hi,
i have used scrollbar but it display on top of grid, i want it on bottom of grid..
here is code i have used..
<table style="min-height:450px;">
<div style ="width:970px; overflow-x :scroll;" >
<asp:GridView ID="gvPendingWebsite" runat="server" Width = "965px" HeaderStyle-BackColor ="LightYellow" AlternatingRowStyle-BackColor = "Azure" HeaderStyle-Height ="50px" RowStyle-Height = "30px ">
</asp:GridView>
</div>
(and plz can anyone tell me how to rate for the answer i liked in this forum)
regards,
yashvant
Answers (1)
0
hi
use below code
var objDiv = document.getElementById("divExample");
objDiv.scrollTop = objDiv.scrollHeight;
you can checked check box on top of answer. once you select then answered
party will get rate.
Don't forget to Mark Do you like this Answer that solved your problem!
Accepted