Click here to Skip to main content
15,915,164 members

Comments by dongos931 (Top 3 by date)

dongos931 28-Aug-13 6:33am View    
<asp:GridView ID="grid" runat="server" AutoGenerateColumns="False"
CellPadding="4" ForeColor="#333333" GridLines="None"
onrowdeleting="grid_RowDeleting" onrowediting="grid_RowEditing">
<alternatingrowstyle backcolor="White">
<columns>
<asp:BoundField DataField="userName" HeaderText="user name" />
<asp:BoundField DataField="passWord" HeaderText="password" />
<asp:BoundField DataField="email" HeaderText="email" />
<asp:BoundField DataField="name" HeaderText="name" />
<asp:BoundField DataField="userID" HeaderText="userID" />
<asp:BoundField DataField="phone" HeaderText="phone" />
<asp:BoundField DataField="address" HeaderText="address" />
<asp:BoundField DataField="birthDate" HeaderText="birth date" />
<asp:BoundField DataField="gender" HeaderText="gender" />
<asp:CommandField HeaderText="control" ShowDeleteButton="True"
ShowEditButton="True" ShowHeader="True" ShowSelectButton="True" />

<editrowstyle backcolor="#2461BF">
<footerstyle backcolor="#507CD1" font-bold="True" forecolor="White">
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<rowstyle backcolor="#EFF3FB">
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<sortedascendingcellstyle backcolor="#F5F7FB">
<sortedascendingheaderstyle backcolor="#6D95E1">
<sorteddescendingcellstyle backcolor="#E9EBEF">
<sorteddescendingheaderstyle backcolor="#4870BE">
dongos931 11-Aug-13 8:18am View    
Deleted
there is no database appear i app_data howcan i create that connection
dongos931 13-Jul-13 2:10am View    
realy i you help me thank you very muck