Click here to Skip to main content
16,020,990 members

Comments by Harpreet Singh (Top 6 by date)

Harpreet Singh 3-Jul-15 5:13am View    
Please Elaborate the problem with some code
Harpreet Singh 15-Jun-15 6:39am View    
detials you have given is not appropriate
Harpreet Singh 15-Jun-15 1:12am View    
Deleted
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false"
ShowHeaderWhenEmpty="True" Width="100%">
<columns>
<asp:BoundField DataField="EmployeeId" HeaderText="Employee Id" />
<asp:BoundField DataField="FirstName" HeaderText="First Name" />
<asp:BoundField DataField="LastName" HeaderText="Last Name" />
<asp:TemplateField>
<itemtemplate>
<table width="100%" cellpadding="2" cellspacing="2">
<tr>
<asp:TextBox ID="TextBox1" runat="server">
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" ForeColor="red" runat="server" Text="*" ControlToValidate="TextBox1" SetFocusOnError="true" ErrorMessage="Please Enter Amount ">

</tr>
<tr>
<asp:TextBox ID="TextBox2" runat="server">
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" ForeColor="red" runat="server" Text="*" ControlToValidate="TextBox2" SetFocusOnError="true" ErrorMessage="Please Enter Amount ">

</tr>

</table>



Harpreet Singh 23-May-15 2:38am View    
https://blueimp.github.io/jQuery-File-Upload/
go through this link and reach your goal
Harpreet Singh 15-May-15 4:00am View    
Deleted
<asp:TemplateField HeaderText="s_no" >
<itemtemplate>
<%#Container.DataItemIndex+1 %>