Posted on: 1/2/2013 9:01:43 AM | Views : 745

below is my aspx code:
<asp:GridView ID="grdviewAllUsers"  CellPadding="4" GridLines="None" ForeColor="#333333"  runat="server" AutoGenerateColumns="False" Height="123px" Width="88%"> <AlternatingRowStyle BackColor="White" ForeColor="#284775" /> <Columns> <asp:BoundField DataField="LoginName" HeaderText="Login Name" /> <asp:BoundField DataField="FirstName" HeaderText="First Name" /> <asp:BoundField DataField="LastName" HeaderText="Last Name" /> <asp:BoundField DataField="UserType" HeaderText="User Type" /> <asp:BoundField DataField=&qu ...

Go to the complete details ...