जिस दिन मंदिर की घंटी से स्वर मिल गया अज़ान का
उस दिन रूप बदल जायेगा अपने हिंदुस्तान का
Please, oh Google-gods, rank this blog prominently, and let's save some poor, misguided souls who might be searching for some code on formating a query string in C# or merely grazing for urdu shayaris.... If just one person sees the light, then I've done my job! .... Yes, I am not above shamelessly begging the search engines for relevance .... it's called SEO, right?)
<asp:TemplateField HeaderText="Acceptance">
<ItemTemplate>
<asp:Label ID="Acceptance" runat="Server" Text='<%# calcAcceptance((int) Eval("acceptance")) %>' />
</ItemTemplate>
<EditItemTemplate>
<asp:DropDownList ID="ddlAcceptance" runat="server" SelectedValue='<%# Bind("acceptance") %>' AppendDataBoundItems="true">
<asp:ListItem Value="0">Acceptable</asp:ListItem>
<asp:ListItem Value="1">Required</asp:ListItem>
</asp:DropDownList>
</EditItemTemplate>
</asp:TemplateField>
<table class="sofT" style="width: 100%">
<tr>
<td class="SubClass">
Course #
</td>
<td class="SubClass">
Course Title
</td>
<td class="SubClass">
Hours
</td>
<td class="SubClass">
Grade
</td>
<td class="SubClass">
Grade Pt.
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblCrNo5" runat="server"></asp:Label>
</td>
<td>
<asp:TextBox ID="tbCrNo5" runat="server" Width="300"></asp:TextBox>
</td>
<td>
<asp:TextBox ID="tbHrs5" runat="server" Width="30" Text="0.00"></asp:TextBox>
</td>
<td>
<asp:DropDownList ID="ddlHrs5" runat="server">
</asp:DropDownList>
</td>
<td>
<asp:TextBox ID="tbGPA5" runat="server" Width="30" Text="0.00" Enabled="false"></asp:TextBox>
</td>
</tr>
<asp:PlaceHolder ID="plCols" runat="server"></asp:PlaceHolder>
</table>
<asp:Label ID="lblCounter" runat="server" Visible="false"></asp:Label>
<hr />
<asp:Button ID="btnAdd" runat="server" CssClass="btn" Text="Add More Classes"
onclick="btnAdd_Click" />