No announcements
Found 2879298 threads
-
0 Votes
How to find control of boundfield in gridview
error BoundField lbluserlogin = (BoundField)row.FindControl(userlogin); How to i find control of boundfield ?Unanswered | 2 Replies | 7256 Views | Created by Xiao_Nerd - Wednesday, June 27, 2012 9:07 AM | Last reply by Bob Shen - Thursday, June 28, 2012 8:34 AM -
0 Votes
Gridview BoundField header text should display always
I want to display the Header part of the Grid always. I am specifying the HeaderText in BoundField of gridview. My second problem is I have check boxes ...Proposed | 4 Replies | 3943 Views | Created by Tvs Kumar - Monday, June 25, 2012 2:13 PM | Last reply by Tvs Kumar - Tuesday, June 26, 2012 6:55 AM -
0 Votes
Accessing Boundfield Value by Findcontrol Method
)row.FindControl("lbl_Sn"); where row is selected row.....Now i am using Boundfield for gridview ...is there any similar method like Findcontrol to get selected ...Answered | 3 Replies | 3651 Views | Created by Bibek Gautam - Friday, May 11, 2012 4:59 AM | Last reply by Annabella Luo - Thursday, May 17, 2012 11:35 AM -
0 Votes
GridView, TemplateField, EditItemTemplate, and parameter values
I have a GridView that enables the user to edit items. Several of the fields in these items are DateTime fields, and I want to use the EditItemTemplate of the TemplateField ...Answered | 1 Replies | 3643 Views | Created by Nathan Sokalski - Monday, September 27, 2010 12:11 AM | Last reply by Sheng Jiang 蒋晟 - Monday, September 27, 2010 12:32 AM -
0 Votes
Gridview sorting and paging issues
Hello, I have a gridview in an updatePanel. I am trying to use the MVC architecture to present web information. I am running into some issues sorting ...Answered | 1 Replies | 14845 Views | Created by Bluelightning2000 - Tuesday, October 14, 2008 1:37 PM | Last reply by Shrikant Maske - Friday, October 17, 2008 7:09 AM -
0 Votes
Static templatefield in gridview disappears on second postback
I have a gridview in which i have declared one static templatefield (with some button ctrls inside) in design itself. I add the remaining columns ...Unanswered | 1 Replies | 9776 Views | Created by Karthik Jegan - Wednesday, December 29, 2010 1:03 PM | Last reply by Geert van Horrik - Wednesday, December 29, 2010 1:16 PM -
2 Votes
Losing TemplateField Controls in Gridview After Postback
Yeah, the kicker is I can't create the child grids until I know the data in the parrent row, plus some checkboxes may have been checked off, so have to remember those ...Answered | 2 Replies | 8031 Views | Created by WPUOssman - Monday, May 21, 2012 12:37 PM | Last reply by WPUOssman - Monday, May 21, 2012 2:13 PM -
0 Votes
How to add hyper text link to a gridview with TemplateField?
TemplateField txtTemplateFieldDesc = new TemplateField(); txtTemplateFieldDesc.HeaderText = ...Answered | 1 Replies | 3700 Views | Created by Tommy2008 - Thursday, May 7, 2009 4:29 AM | Last reply by sh4 - Thursday, May 7, 2009 7:07 AM -
1 Votes
Gridview TemplateField: How do i split it in 2?
, Description, Price and a button under each other (look at the code below). Now i really would like this GridView TemplateField to display two "TemplateField ...Answered | 5 Replies | 5802 Views | Created by Poku - Wednesday, April 15, 2009 1:08 PM | Last reply by Poku - Wednesday, April 15, 2009 2:47 PM -
0 Votes
Problem with getting a hyperlink on boundfield datafield on ascx
http://msdn.microsoft.com/en-us/library/aa479353.aspx to see examples of how to use the ...Answered | 2 Replies | 5915 Views | Created by gujames4 - Wednesday, November 24, 2010 2:36 AM | Last reply by Alan_chen - Monday, November 29, 2010 2:03 AM -
0 Votes
DateTimeControl in a TemplateField in a SPGridView does not appear ?
Hi all I want to add a DateTimeControl as a column in an SPGridView. So I created a custom TemplateField as follows class DateControlTemplate:ITemplate ...Answered | 1 Replies | 5252 Views | Created by Mina Samy - Tuesday, November 10, 2009 11:51 AM | Last reply by Aaron Han - MSFT - Thursday, November 12, 2009 9:28 AM -
0 Votes
Problem Convert BoundFields into a TemplateField to Programmatically
Hi, Thanks for your post, but it is tend to get quicker and better response/support in httpUnanswered | 2 Replies | 7825 Views | Created by mohsendeveloper - Friday, December 11, 2009 11:52 AM | Last reply by mohsendeveloper - Monday, December 14, 2009 11:26 AM -
0 Votes
Textbox comes in boundfield after clicking save button outside grid
bound field, also new button named update & cancel are rendered. how update textboxvalue to database and show bound field after save ...Unanswered | 2 Replies | 1931 Views | Created by anbu jeremiah - Thursday, April 25, 2013 5:46 AM | Last reply by anbu jeremiah - Friday, April 26, 2013 10:48 AM -
0 Votes
GridView AlternatingRowStyle (ForeColor) is not correct on a TemplateField
. What needs to be done to get the TemplateField to properly change the foreground color on alternating rows?Answered | 1 Replies | 689 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
how to make a gridview Templatefield column invisible in asp.net 2.0
Hi, I am using a ASP.Net 2.0 GridView Control in my website. I wanted to store the OrderId in the Gridview and it ...Unanswered | 1 Replies | 12583 Views | Created by rm_Moorthy - Wednesday, July 16, 2008 11:09 AM | Last reply by Lucian Baciu - Thursday, July 17, 2008 9:59 AM -
0 Votes
[ASP.net]Text with resources and HTML in TemplateField
Hi Shinobi86, You are more likely to getUnanswered | 2 Replies | 1356 Views | Created by Simone Coppini - Thursday, April 4, 2013 9:16 AM | Last reply by Bob Shen - Friday, April 5, 2013 5:59 AM -
0 Votes
Bind a control at onclick of dynamic templatefield
Hi All, I have successfully created dynamic gridview with a templatefield column. This templatefield column has LinkButton as a child control. ... -
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 = ...Answered | 2 Replies | 647 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
GridView still doesn't correctly restore TemplateField columns from ViewState
On SP2013 I have problems with the viewstate of the gridview after Postback. The viewstate behaviour is like create dynamic controls, but they are NOT dynamicly created. It looses input ... -
0 Votes
How to embed a text box in a footer of a GridView's boundfield column to get data prior to a row insert ?
Hi ! I need to embed a text box in a footer of a GridView's boundfield column to get data prior to a row insert. ...Answered | 1 Replies | 9935 Views | Created by Donzo Collier - Thursday, October 16, 2008 5:24 PM | Last reply by Shrikant Maske - Friday, November 7, 2008 5:53 AM
No announcements