Click here to Skip to main content
15,894,546 members

Comments by Nagaraju Kukkudala (Top 5 by date)

Nagaraju Kukkudala 29-Sep-16 3:35am View    
Yea..It works... :) Tq
Nagaraju Kukkudala 4-Mar-16 1:24am View    
<%--Department--%>
<asp:TemplateField HeaderText="Compliance" HeaderStyle-Width="10%">
<itemtemplate>
<asp:Label ID="lblDepartment" runat="server" Text='<%#Eval("Compliance") %>'>

<edititemtemplate>
<asp:DropDownList ID="DropDownListDepartment" runat="server"
Width="60" AutoPostBack="true" >

<footertemplate>
<asp:DropDownList ID="DropDownListAddDepartment" runat="server"
Width="60">
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="*"
ControlToValidate="DropDownListAddDepartment"
ValidationGroup="valGrp">



<asp:TemplateField HeaderText="Marks Alloted" HeaderStyle-Width="10%">
<itemtemplate>
<asp:Label ID="lblMarks" runat="server" Width="50px" Text='<%#Eval("Marks") %>' >
Nagaraju Kukkudala 24-Nov-15 7:48am View    
Thank you Guys.. For ur support... Problem Solved... :)
Nagaraju Kukkudala 24-Nov-15 7:33am View    
its taking exam id as 1
when coming to next line
exam=null
examid=1
Nagaraju Kukkudala 24-Nov-15 7:20am View    
Sorry , I didnt get u.. Can u please tell me in detail