<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Going Nutz!!!</title> </head> <body> <form id="form1" runat="server"> <div> <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White" BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px" CellPadding="4"> <Columns> <asp:BoundField DataField="RecordID" HeaderText ="ID" SortExpression="RecordID" /> <asp:Hyperlinkfield HeaderText ="CaseNo" sortexpression="CaseNo" datatextfield ="CaseNo" NavigateUrl="CLink" /> <asp:BoundField DataField="Status" HeaderText ="Status" sortexpression="Status" > <ItemStyle Wrap="False" /> </asp:BoundField> <asp:BoundField DataField="Type" HeaderText ="Type" sortexpression="Type"> <ItemStyle Wrap="False" /> </asp:BoundField> <asp:BoundField DataField="Staff" HeaderText ="Staff" sortexpression="Staff" > <HeaderStyle HorizontalAlign="Center" /> <ItemStyle Wrap="False" /> </asp:BoundField> <asp:BoundField DataField="WClass" HeaderText ="WClass" sortexpression="WClass" > <ItemStyle Wrap="False" /> </asp:BoundField> <asp:BoundField DataField="First" HeaderText ="First" sortexpression="First" /> <asp:BoundField DataField="Last" HeaderText ="Last" sortexpression="Last"/> <asp:BoundField DataField="DOB" HeaderText ="DOB" sortexpression="DOB" > <ItemStyle Wrap="False" /> </asp:BoundField> <asp:BoundField DataField="Emails" HeaderText ="Emails" ItemStyle-Width="400px" FooterStyle-Width="400px" sortexpression="Emails" > <FooterStyle Width="400px"></FooterStyle> <HeaderStyle Width="200px" Wrap="False" /> <ItemStyle Width="400px"></ItemStyle> </asp:BoundField> </Columns> <FooterStyle BackColor="#99CCCC" ForeColor="#003399" /> <HeaderStyle BackColor="#003399" Font-Bold="True" ForeColor="#CCCCFF" /> <PagerStyle ForeColor="#003399" HorizontalAlign="Left" BackColor="#99CCCC" /> <RowStyle BackColor="White" ForeColor="#003399" /> <SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" /> <SortedAscendingCellStyle BackColor="#EDF6F6" /> <SortedAscendingHeaderStyle BackColor="#0D4AC4" /> <SortedDescendingCellStyle BackColor="#D6DFDF" /> <SortedDescendingHeaderStyle BackColor="#002876" /> </asp:GridView> </div> </form> </body> </html>
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE