NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<tr>
<td colspan="6">
<asp:GridView ID="gvWORKINGEXP" runat="server" AutoGenerateColumns="False" CellPadding="4"
Width="100%" ForeColor="#333333" HeaderStyle-CssClass="headerStyle" OnRowDeleting="gvWORKINGEXP_RowDeleting "
CssClass="VCStable6">
<Columns>
<asp:TemplateField HeaderText="Experience Type">
<ItemTemplate>
<asp:Label ID="lblmonth" runat="server" Text='<%# Eval("MONTHS") %>' Visible="false"></asp:Label>
<asp:Label ID="lblyear" runat="server" Text='<%# Eval("YEARS") %>' Visible="false"></asp:Label>
<%--<asp:Label ID="lblExamName" runat="server" Text='<%# Eval("InstitutionName") %>'></asp:Label>--%>
<asp:Label ID="lblExpType" runat="server" Visible="false" Text='<%# Eval("ddlExpType") %>'></asp:Label>
<asp:Label ID="Label5" runat="server" Text='<%# Eval("ddlExpTypeDisplay") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Organization Name">
<ItemTemplate>
<asp:Label ID="lblOrgName" runat="server" Text='<%# Bind("OrgName") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Designation">
<ItemTemplate>
<asp:Label ID="lblDesignation" runat="server" Text='<%# Bind("Designation") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="From Date">
<ItemTemplate>
<asp:Label ID="lblFromDate" runat="server" Text='<%# Bind("FromDate") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="To Date">
<ItemTemplate>
<asp:Label ID="lblTotalMarks" runat="server" Text='<%# Bind("ToDate") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Description">
<ItemTemplate>
<asp:Label ID="lblDescription" runat="server" Text='<%# Bind("Description") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Months">
<ItemTemplate>
<asp:Label ID="lblObtainMarks" runat="server" Text='<%# Bind("Period") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField ShowHeader="False">
<ItemTemplate>
<asp:LinkButton ID="LinkButton1" runat="server" CausesValidation="False" CommandName="Delete"
Text=""><img src="/portal/services/RGPVTET/Images/delete.png" alt="Delete" title="Delete Record" /></asp:LinkButton>
</ItemTemplate>
<HeaderStyle HorizontalAlign="Left" Width="5%" />
</asp:TemplateField>
</Columns>
<%-- <HeaderStyle CssClass="headerStyle" />--%>
</asp:GridView>
</td>
</tr>



//fhfiuhguighughrfughrf

<tr>
<td colspan="5">
<label style="font-weight:normal;">
Do you have 3 Years Experience in Ms Office and Database Software?<strong><span style="color: #ff0000; font-weight:bolder">*</span></strong> (Experience Letter is compulsory to attach)
</label>
</td>
<td colspan="2">
<div class="col-md-20 form-control form-horizontal">
@foreach (var i in ViewBag.ISmsoffice)
{
<input type="radio" id="[email protected]" name="ISPreExp" value="@i.value" required="required" onchange="return popupgrad('This is required for filling the form!!', '[email protected]');" />@i.text
}
</div>
</td>
</tr>

<table class="table table-bordered table-hover table-striped form-inline">
<tr>
<td>
<div class="form-horizontal form-inline">
<label style="font-weight:normal; font-size:small">
Experience Type
</label>
</div>
</td>
<td>
<div class="form-horizontal">
<label style="font-weight:normal; font-size:smaller">
Organization Name
</label>
</div>
</td>
<td>
<div class="form-horizontal">
<label style="font-weight:normal; font-size:small">
Designation
</label>
</div>
</td>
<td>
<div class="form-horizontal">
<label style="font-weight:normal; font-size:small">
Working From
</label>
</div>
</td>
<td>
<div class="form-horizontal">
<label style="font-weight:normal; font-size:small">
Working Till
</label>
</div>
</td>
<td>
<div class="form-horizontal">
<label style="font-weight:normal; font-size:small">
Description
</label>
</div>
</td>
<td colspan="2">
<div class="form-horizontal">
<label style="font-weight:normal; font-size:small">
Duration
</label>
</div>
</td>
</tr>

<tr>
<td>
<div class="col-md-20 form-horizontal">
@Html.DropDownListFor(model => model.expType, new SelectList(ViewBag.exp, "value", "text"), " Select", new { @id = "ExpType", @class = "form-control" })
</div>
</td>
<td>
<div class="col-md-10">
@Html.TextBoxFor(model => model.name_org, new { @id = "org", @class = "form-control ", maxlength = 30 })
</div>
</td>
<td>
<div class="col-md-10">
@Html.TextBoxFor(model => model.designation, new { @id = "Designation", @class = "form-control ", maxlength = 20 })
</div>
</td>
<td>
<div class="col-md-12">
@Html.TextBoxFor(model => model.working_from, new { @type = "date", @class = "form-control datepicker", @id = "txtFromDate", maxlength = 10})
</div>
</td>
<td>
<div class="col-md-12">
@Html.TextBoxFor(model => model.working_till, new { @type = "date", @class = "form-control datepicker", @id = "txtToDate", maxlength = 10})
</div>
</td>
<td>
<div class="col-md-10">
@Html.TextBoxFor(model => model.description, new { @id = "Description", @class = "form-control ", maxlength = 50 })
</div>
</td>
<td>
<div class="form-horizontal">
<label style="font-weight:normal; font-size:smaller">
(months)
</label>
</div>
</td>
<td>
<div style="align-items:center;">
<div style="align-content:center; display:flex; justify-content:center; font-size:small;">
<input type="submit" id="addbutton" name="Submit" value="Add" class="btn arrow" />
</div>
</div>
</td>
</tr>

<tr>
<td colspan="8">
Total Experience:<strong>
<asp:Label ID="lbltotalexp">0</asp:Label> (Months) </strong>
</td>
</tr>
</table>
     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.