Click here to Skip to main content
15,897,518 members

Comments by sreeCoderMan (Top 66 by date)

sreeCoderMan 30-Mar-15 5:42am View    
yeah i have only one sitemap for these domains
sreeCoderMan 18-Jun-13 2:40am View    
Deleted
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">



<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<contenttemplate>
<asp:Panel ID="Panel1" runat="server" Style="float: left;" ScrollBars="Both" Width="940px">
<asp:GridView ID="Grid"
runat="server" OnSelectedIndexChanged="Grid_SelectedIndexChanged" OnRowCommand="Grid_RowCommand"
AutoGenerateColumns="False" OnRowCancelingEdit="Grid_RowCancelingEdit"
OnRowEditing="Grid_RowEditing" DataKeyNames="ID" OnRowUpdating="Grid_RowUpdating"
GridLines="Horizontal" OnRowDeleting="Grid_RowDeleting" AllowPaging="True"
OnPageIndexChanging="Grid_PageIndexChanging"
EmptyDataText="No Records Found">
<PagerSettings FirstPageText="First" LastPageText="Last" Mode="NumericFirstLast"
Position="TopAndBottom" />
<rowstyle horizontalalign="Center">
<PagerStyle BackColor="#DF5321" Font-Bold="True" Font-Names="Tahoma" ForeColor="White" />
<SelectedRowStyle BackColor="LightGreen" />
<columns>
<asp:TemplateField ControlStyle-Width="30px">
<edititemtemplate>
<asp:ImageButton ID="imgbtnUpdate" ValidationGroup="g" CommandName="Update" runat="server"
ImageUrl="../images/update.png.png" ToolTip="Update" CssClass="edstyl" />
<asp:ImageButton ID="imgbtnCancel" runat="server" CommandName="Cancel" ImageUrl="../images/4.png"
ToolTip="Cancel" CssClass="edstyl" />

<itemtemplate>
<asp:ImageButton ID="imgbtnEdit" CommandName="Edit" runat="server" ImageUrl="../images/5.png"
ToolTip="Edit" CssClass="edstyl" />
<asp:ImageButton ID="imgbtnDelete" ValidationGroup="g" CommandName="Delete" Text="Edit"
runat="server" ImageUrl="../images/3.png" ToolTip="Delete" CssClass="edstyl" />

<footertemplate>
<asp:ImageButton ID="imgbtnAdd" ValidationGroup="g" runat="server" ImageUrl="../images/1.png"
CommandName="AddNew" CssClass="edstyl1" ToolTip="Add new Product" />

<controlstyle width="30px">

<asp:TemplateField HeaderText="Name">
<edititemtemplate>
<asp:TextBox ID="txtPNm" runat="server" Text='<%# DataBinder.Eval (Container.DataItem, "Name") %>'>
<asp:RegularExpressionValidator ValidationGroup="g" ID="RegularExpressionValidator1636"
ControlToValidate="txtPNm" runat="server" ErrorMessage="Only 50 Characters allowed"
ValidationExpression="^[\s\S]{1,50}$">

<itemtemplate>
<asp:L
sreeCoderMan 17-Jun-13 5:30am View    
update panel covers full gridview i need it like that... please help me ..
sreeCoderMan 17-Jun-13 5:29am View    
i am using fileupload in footertemplate
sreeCoderMan 31-May-13 6:35am View    
actually u are correct one more thing i have to tell u .
the aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
is not static actually that value is entered by user in textbox.

i need only maximum 20 letter in one line and the rest letter in next line how that possible