Click here to Skip to main content
15,909,091 members

Comments by Member 8589824 (Top 15 by date)

Member 8589824 10-Apr-12 4:39am View    
what should i write in place of #.##?
Member 8589824 24-Feb-12 4:49am View    
okay... it would better for me not to downgrade..
Member 8589824 8-Feb-12 3:15am View    
<asp:TemplateField HeaderText="PartyName">
<itemtemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("Party_Name") %>'>



i want to retrieve "Party_Name" programatically. not the value of "Party_Name".. i just want the field name "Party_Name" which i bound with lable.
Member 8589824 8-Feb-12 3:14am View    
<asp:TemplateField HeaderText="PartyName">
<itemtemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("Party_Name")%>'>



i want to retrieve "Party_Name" programatically. not the value of "Party_Name".. i just want the field name "Party_Name" which i bound with lable.
Member 8589824 8-Feb-12 3:14am View    
<asp:TemplateField HeaderText="PartyName">
<itemtemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("Party_Name") %>'>



i want to retrieve "Party_Name" programatically. not the value of "Party_Name".. i just want the field name "Party_Name" which i bound with lable.