Advertisement

1 - 10 of 14 containing alltags:("rowdatabound") (0.001 seconds)
In a Gridview I have a column with a Templetfield that has an imaige of a floppy disk. In the RowDataBound event I have e.Row.Cells(0).Attributes.Add(.... stuff. What I would like to do is, if t...
Zones: ASP.Net ProgrammingDate Answered: 07/06/2006 Grade: A Views: 29
Hello, I'm using ASP.net 2.0 in  VB I have two ButtonFields in my datagrid. (one in each column) How can I disable a ButtonField (the whole column)  at run time using the "RowDataBound event...
Zones: ASP.Net ProgrammingDate Answered: 12/06/2005 Grade: A Views: 47
I've been fiddling wtih this for a couple hours.  I know it's probably something stupid simple but I'm just not sure. I have a checkbox on my aspx page. If my checkbox is checked, I should in...
Zones: ASP.Net ProgrammingDate Answered: 05/06/2007 Grade: A Views: 0
I am trying to create an online application survey, as the number of questions, and answer options in the survey can change periodically, i have put all the questions and their options in a databas...
Zones: C#, ASP.Net ProgrammingDate Answered: 06/27/2007 Grade: B Views: 0
I'm not that familiar with C# and trying to modify some code written by a former employee. I'm using this code to display a popup when the mouse is move over one of the cells in my GridView. It...
Zones: ASP.Net Programming, Web Development, C...Date Answered: 11/29/2007 Grade: A Views: 0
How can I find the value of a cell in a gridview? I'm getting an error for strLP below in the row databound event? Dim strLP As String = ""   Protected Sub gridReviewer_RowDataBound(ByVal send...
Zones: MS Visual BasicDate Answered: 01/04/2007 Grade: A Views: 166
ASP.NET 2.0 datagrid HyperLinkField in datagrid I'm using a formatting trick to turn negative numbers red with a combination of DataTextFormatString="{0:##.#0;(##.#0);0}" - for the field in...
Zones: ASP.Net ProgrammingDate Answered: 03/08/2007 Grade: A Views: 0
Is it possbile wiht the gridview to show or hide an hyperlink based on the value in the field. show the hyperlink if their is a value and hide if their is no value.
Zones: ASP.Net ProgrammingDate Answered: 08/13/2007 Grade: A Views: 205
Hi Experts, Inside a button click event I run the following code: this.gvMain.DataSource = value; this.gvMain.DataBind(); and in the same page my gvMain_RowDataBound event gets fired but...
Zones: ASP.Net Programming, .NET, C#Date Answered: 08/27/2007 Grade: A Views: 43
I have a table that returns a column with 1 and 0. I wish to display a redx.gif if the column returns a 0, and a greencheck.gif if the column returns a 1. I have determined I can use the rowdata...
Zones: ASP.Net ProgrammingDate Answered: 11/07/2006 Grade: A Views: 8