Tuesday, October 21, 2014

finding a control in gridview

Posted by Unknown  |  No comments


 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  

 <asp:GridView ID="gvExcParts" runat="server" AutoGenerateColumns="False" BorderStyle="None" BorderWidth="0px" CellPadding="4" CellSpacing="2"  
 UseAccessibleHeader="False" Width="950px" onrowdatabound="gvSelectedItems_RowDataBound" Visible="False" OnRowEditing="gvExcParts_RowEditing"   
           OnRowCancelingEdit="gvExcItems_RowCancelingEdit" OnRowUpdating="gvExcItems_RowUpdating" OnRowDeleting="gvExcItems_RowDeleting"  
           onrowcommand="gvExcItems_RowCommand" AllowSorting="true" AutoGenerateEditButton="true">  
           <RowStyle BackColor="#EEEEEE" BorderColor="White" BorderStyle="Solid"  
             BorderWidth="2px" />  
           <Columns>  
   <asp:TemplateField HeaderText="Part Quantity" >  
             <ItemTemplate > <%#Eval("RMAPartQty")%>  
             </ItemTemplate>  
               <EditItemTemplate>  
                 <asp:TextBox ID="txtRMAPartQuantity" runat="server" width="60px" Text='<%#Eval("RMAPartQty")%>'></asp:TextBox>  
                 <asp:FilteredTextBoxExtender ID="ftbeQtyEdit" runat="server" TargetControlID="txtRMAPartQuantity" ValidChars="1234567890" />  
               </EditItemTemplate>  
             </asp:TemplateField>  
 </Columns>  
           <HeaderStyle BackColor="#CCCCCC" BorderColor="Black" BorderStyle="Solid"  
             BorderWidth="1px" Font-Bold="True" />  
           <EditRowStyle BackColor="#EEEEEE" />  
           <AlternatingRowStyle BackColor="#EFEFEF" />  
         </asp:GridView>  

 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  


7:11 AM Share:

0 comments:

Get updates in your email box
Complete the form below, and we'll send you the best coupons.

Deliver via FeedBurner
Proudly Powered by Blogger.
back to top