databound Questions

6

Solved

I have a asp:GridView which contains a asp:TextBox within a TemplateField. I would like to obtain it's ID for use in javascript. Something like this: <asp:TemplateField> <ItemTemplate&gt...
Burnoose asked 15/7, 2009 at 0:11

4

I am trying to dynamically create a GridView. One of the columns is the user who created the row. JobDebrief jd = new JobDebrief(JobID); Job jb = new Job(JobID); DataGrid db = JobClass.Job_Piece....
Summertree asked 17/7, 2015 at 10:36

5

Solved

I have a .NET repeater control that is data-bound to a List. As part of the Repeater's Item Collection, I have a "Remove Button" that effectively removes this current List element. This works, in...
Frau asked 20/1, 2009 at 22:0

7

Solved

I have a list of options in a data object, and I want to make the equivalent of a radio button list to allow the user to select one and only one of them. Functionality similar to a databound combo ...
Bounds asked 30/4, 2009 at 1:27

2

Solved

I have an asp.net dropDownList which is automatically bound to a sqlDataSource to values of client type on page load. On page load I am also creating a Client object, one of it's properties is Clie...
Tachylyte asked 19/7, 2011 at 11:57

2

Solved

I'm setting the DataSource of an ASP.NET repeater as follows: rptTargets.DataSource = from t in DB.SalesTargets select new { t.Target, t.SalesRep.RepName }; Now, in the repeater's OnDataBound ev...
Bootleg asked 31/7, 2009 at 12:13

1

Solved

This Textblock, defined below, shows when the window first loads because it has no Datacontext (and hence the converter code is not run) until an item has been selected from another control e.g. Tr...
Tradeswoman asked 11/11, 2009 at 13:32

2

Solved

i have a databound GridView in asp.net 2.0 with a row-selection link. When a row is selected, I want to programmatically add a table row below the selected row, in order to nest another grid et al....
Intramural asked 8/10, 2008 at 2:42
1

© 2022 - 2024 — McMap. All rights reserved.