No announcements
Found 14488 threads
-
2 Votes
ASP.NET GridView TemplateField not stored in ViewState
I believe the original question is in regards to TemplateFields defined in the ASPX file losing their viewstate on postback when the grid also has dynamic BoundField columns.Answered | 2 Replies | 8827 Views | Created by mcmise - Wednesday, April 18, 2012 11:37 AM | Last reply by Mike McGuinness - Tuesday, January 28, 2014 6:29 PM -
0 Votes
GridView / HyperLinkField
Hi, i'm having a problem with my HyperLinkField in my GridView, in this HyperLinkField i need to put the value of this field in the navigateUrl of this field but i don't know how.Answered | 3 Replies | 3923 Views | Created by Vinicius Oliverio - Saturday, June 14, 2008 11:37 PM | Last reply by Vinicius Oliverio - Sunday, June 15, 2008 12:21 AM -
0 Votes
what is the uses of CheckBoxField,HyperLinkField, ImageField, ButtonField, TemplateField
CheckBoxField HyperLinkFieldImageField ButtonField TemplateField & ...Answered | 2 Replies | 42 Views | Created by Anonymous - Thursday, April 10, 2008 12:54 AM | Last reply by Anonymous - Thursday, April 10, 2008 4:33 AM -
0 Votes
TemplateField - as HyperlinkField
nbsp; <asp:Label ...Answered | 17 Replies | 120 Views | Created by Anonymous - Wednesday, November 21, 2007 1:50 PM | Last reply by Anonymous - Monday, November 26, 2007 5:23 AM -
2 Votes
Losing TemplateField Controls in Gridview After Postback
I am dynamically creating the child Gridviews in the RowDataBound event of each parent row, adding controls to TemplateFields.Answered | 2 Replies | 8795 Views | Created by WPUOssman - Monday, May 21, 2012 12:37 PM | Last reply by WPUOssman - Monday, May 21, 2012 2:13 PM -
0 Votes
GridView AlternatingRowStyle (ForeColor) is not correct on a TemplateField
The TemplateField always uses the same foreground color - even on the alternating rows.Answered | 1 Replies | 1097 Views | Created by JellicleMime - Tuesday, June 9, 2015 8:18 PM | Last reply by Fred Bao - Wednesday, June 10, 2015 6:43 AM -
0 Votes
Is it possible to have a HyperLinkField inside a TemplateField ?
User-331904504 posted Hi all I have a gridview with the following TemplateField: <asp:TemplateField ...Answered | 9 Replies | 40 Views | Created by Anonymous - Thursday, February 28, 2013 5:05 AM | Last reply by Anonymous - Thursday, February 28, 2013 10:42 PM -
0 Votes
HyperLinkField and FindControl
User2032526919 posted Exaclty, that's why using TemplateField is good since column order doesn't matter.Unanswered | 3 Replies | 145 Views | Created by Anonymous - Saturday, April 8, 2006 11:52 AM | Last reply by Anonymous - Saturday, April 8, 2006 2:12 PM -
0 Votes
HyperLinkField
User-1635004338 posted Hi netnew, I think you can use HyperLink instead of HyperLinkField: public void ...Answered | 2 Replies | 48 Views | Created by Anonymous - Tuesday, August 26, 2008 4:43 PM | Last reply by Anonymous - Sunday, August 31, 2008 4:01 PM -
0 Votes
HyperLInkField
User-1995538749 posted You don't have to change over to a TemplateField, but it may be easier for you.Answered | 10 Replies | 87 Views | Created by Anonymous - Friday, August 24, 2007 10:43 AM | Last reply by Anonymous - Monday, August 27, 2007 1:49 PM -
0 Votes
Grid view and hyperlinkfield
User1224194097 posted Use a TemplateField instead hyperlink to be disabled when there are no values for catalog and ...Answered | 2 Replies | 22 Views | Created by Anonymous - Monday, February 7, 2011 11:43 AM | Last reply by Anonymous - Monday, February 7, 2011 12:20 PM -
0 Votes
how templatefield works in gridview
Someone said that it is possible through templatefield.Unanswered | 1 Replies | 56 Views | Created by Anonymous - Friday, February 16, 2007 7:14 AM | Last reply by Anonymous - Friday, February 16, 2007 3:09 PM -
0 Votes
Sub-Object in HyperLinkField
Edit : I found a solution using the TemplateField : <asp:TemplateField> <ItemTemplate> ...Answered | 4 Replies | 52 Views | Created by Anonymous - Thursday, April 18, 2013 12:34 PM | Last reply by Anonymous - Friday, April 19, 2013 2:46 AM -
0 Votes
hyperlinkfield in gridview
Is that possible in hyperlink or hyperlinkfield?Answered | 10 Replies | 126 Views | Created by Anonymous - Wednesday, December 28, 2011 10:09 AM | Last reply by Anonymous - Tuesday, January 3, 2012 10:45 AM -
0 Votes
Add HyperLinkField to GridView
User3690988 posted My Code should only produce 3 columns, the second BoundField (Name) is commented out: Name - BoundField HyperLink - ...Answered | 6 Replies | 130 Views | Created by Anonymous - Thursday, August 15, 2013 10:20 AM | Last reply by Anonymous - Friday, August 16, 2013 8:02 PM -
0 Votes
HyperLinkField Colour
User942311321 posted Instead of having a hyperlinkfield, convert it to a TemplateField.Unanswered | 3 Replies | 65 Views | Created by Anonymous - Tuesday, February 6, 2007 9:10 AM | Last reply by Anonymous - Tuesday, February 6, 2007 9:37 AM -
0 Votes
GridView dynamic HyperLinkField
User-584621790 posted I am trying to add a dynamic HyperLinkField to a GridView control but keep getting the following errors on line 12.Unanswered | 2 Replies | 68 Views | Created by Anonymous - Monday, July 31, 2006 10:20 AM | Last reply by Anonymous - Monday, July 31, 2006 12:47 PM -
0 Votes
How to enable TemplateField in Grid view when drop down selected index changed
Hi, If you want to add new template field to the gridview, the following code snippet for your reference: TemplateField customField = new ...Answered | 2 Replies | 893 Views | Created by Reddy416 - Monday, August 24, 2015 9:32 AM | Last reply by Dennis Guo - Tuesday, August 25, 2015 10:31 AM -
0 Votes
HyperlinkField
User-1267218547 posted Hi ganesh_dabhade, Why did you add a button for your HyperLinkField url binding You can add ...Answered | 3 Replies | 82 Views | Created by Anonymous - Friday, July 17, 2009 3:44 PM | Last reply by Anonymous - Sunday, July 19, 2009 11:28 PM -
0 Votes
HyperLinkField
User1690675763 posted Add TemplateField instead of HyperLinkField in Gridview send a value with querystring. and bind it like ...Answered | 5 Replies | 67 Views | Created by Anonymous - Thursday, January 15, 2009 5:41 AM | Last reply by Anonymous - Saturday, January 17, 2009 10:23 PM - Items 1 to 20 of 14488 Next ›
No announcements