Click here to Skip to main content
15,890,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMasterpage + IFrame Pin
Hemant Thaker27-Jan-10 9:55
Hemant Thaker27-Jan-10 9:55 
AnswerRe: Masterpage + IFrame Pin
Dinesh Mani27-Jan-10 17:57
Dinesh Mani27-Jan-10 17:57 
GeneralRe: Masterpage + IFrame Pin
sweetypie.us27-Jul-10 12:12
sweetypie.us27-Jul-10 12:12 
QuestionConfused by the behaviour of static variable Pin
KittyKit27-Jan-10 9:53
KittyKit27-Jan-10 9:53 
AnswerRe: Confused by the behaviour of static variable Pin
Dinesh Mani27-Jan-10 17:51
Dinesh Mani27-Jan-10 17:51 
QuestionASP.NET CAC (SmartCard) Certificate Dialog Selection Pin
AngeloBestetti27-Jan-10 8:44
AngeloBestetti27-Jan-10 8:44 
AnswerRe: ASP.NET CAC (SmartCard) Certificate Dialog Selection Pin
PFucci17-Sep-11 15:28
PFucci17-Sep-11 15:28 
QuestionProblems while extending gridview [modified] Pin
dan!sh 27-Jan-10 4:19
professional dan!sh 27-Jan-10 4:19 
I am trying to extend the GridView. I am unable to find out the control placed in the template field and its binding. Is there a way to get to know that? For instance I add a template field as below in the gridview:

< asp:TemplateField>
< HeaderTemplate>
< asp:Label ID="lblHeader" runat="server" Text="TemplateColumn">
< /asp:Label>
< /HeaderTemplate>
< ItemTemplate>
< asp:Label ID="lblCol1" runat="server" Text='<%# Bind("col2") %>'>
< /asp:Label>
< /ItemTemplate>
< /asp:TemplateField>


Now, I need to identify
1. the template column from the column collection of the gridview
2. the datafield I use for binding.
3. the control I place inside the template field

"No matter how many fish in the sea; it will be so empty without me." - From song "Without me" by Eminem

modified on Wednesday, January 27, 2010 10:34 AM

QuestionProgress bar , Help Needed Pin
Hema Bairavan27-Jan-10 3:28
Hema Bairavan27-Jan-10 3:28 
AnswerRe: Progress bar , Help Needed Pin
Not Active27-Jan-10 3:41
mentorNot Active27-Jan-10 3:41 
AnswerRe: Progress bar , Help Needed [modified] Pin
Prosanta Kundu online27-Jan-10 17:08
Prosanta Kundu online27-Jan-10 17:08 
GeneralRe: Progress bar , Help Needed Pin
Hema Bairavan27-Jan-10 17:46
Hema Bairavan27-Jan-10 17:46 
Questiondatalist events not firing Pin
praveenkumar_vittaboina27-Jan-10 3:10
praveenkumar_vittaboina27-Jan-10 3:10 
QuestionProgramatically creating dataset Pin
vineesh v27-Jan-10 1:36
vineesh v27-Jan-10 1:36 
AnswerRe: Programatically creating dataset Pin
Not Active27-Jan-10 2:01
mentorNot Active27-Jan-10 2:01 
Questiondropdown Pin
arkiboys27-Jan-10 0:27
arkiboys27-Jan-10 0:27 
GeneralRe: dropdown Pin
J a a n s27-Jan-10 1:07
professionalJ a a n s27-Jan-10 1:07 
GeneralRe: dropdown Pin
Shivendra Pandey27-Jan-10 1:08
Shivendra Pandey27-Jan-10 1:08 
GeneralRe: dropdown Pin
Not Active27-Jan-10 2:03
mentorNot Active27-Jan-10 2:03 
GeneralRe: dropdown Pin
arkiboys27-Jan-10 10:01
arkiboys27-Jan-10 10:01 
AnswerRe: dropdown Pin
DJ Matthews27-Jan-10 10:20
DJ Matthews27-Jan-10 10:20 
GeneralRe: dropdown Pin
arkiboys27-Jan-10 21:46
arkiboys27-Jan-10 21:46 
Questiondocument.selection - not working in firefox Pin
sekannak27-Jan-10 0:21
sekannak27-Jan-10 0:21 
AnswerRe: document.selection - not working in firefox Pin
Prosanta Kundu online27-Jan-10 17:15
Prosanta Kundu online27-Jan-10 17:15 
GeneralRe: document.selection - not working in firefox Pin
sekannak27-Jan-10 17:56
sekannak27-Jan-10 17:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.