Tagged Questions
The state of (or ability to) being bound to a data source. For example, data-bound controls are user interface controls having the intrinsic ability to display and (in some cases) edit data from a specified data source.
5
votes
3answers
9k views
How do I find the Client ID of control within an ASP.NET GridView?
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>
...
4
votes
4answers
10k views
Data bound radio button list in WPF
So 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 ...
3
votes
2answers
12k views
How to programmatically insert a row in a GridView?
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.
I ...
2
votes
1answer
194 views
DevExpress: XtraGridView Custom column binding
Lets say that I have the two following classes
public class OtherClass
{
public string OtherName{ get; set; }
}
public class MyClass
{
public string TheName { get; set; }
public int ...
2
votes
2answers
200 views
C# - Setting up data-bound cascading combo boxes at design time
I have what I thought would be a simple problem but cannot find an appropriate example after much searching.
Put simply, it is a windows form application with 2 databound combo boxes on the form with ...
2
votes
1answer
127 views
How to set focus to a databounded TextBox in WPF when the selection change?
I have a TextBox that is databound to a TreeView. If the selected element chnages the TextBox shows me the Name of it. What i want is, set the focus to the TextBox if the selection has changed and ...
2
votes
3answers
715 views
How to handle two-way binding of a SqlDataSource on a ASP.NET ListBox
If I have two listboxes, with a button between them, how do I update the Items of ListBox2 if ListBox2's items are databound?
<asp:ListBox runat="server" ID="ListBox1" DataSourceID="DataSource1"
...
2
votes
2answers
1k views
Anonymous type in Repeater DataBound event
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 ...
2
votes
4answers
8k views
How to dynamically refresh a .NET databound repeater control
I have a .NET repeater control that is data-bound to a List. As part of the Repeater's ItemCollection, I have a "Remove Button" that effectively removes this current List element.
This works, in ...
1
vote
1answer
51 views
Data Binding to a LinkedList?
What Works:
Web service that manipulates an in-memory LinkedList (of strings).
Clients can insert/add/remove/query the contents of the LinkedList.
Web service is started from the command line (no ...
1
vote
1answer
66 views
Making databound ListViewColumns resize when adding an item
I'm making an WPF-application that has a databound ListView. When loading the application, the width of the ListViewColumns will auto-resize, but when adding or changing an item it doesn't ...
1
vote
1answer
46 views
Using ASP.Net Web Databound Controls to create Jquery Sliders tickers type controls
I am working on a B2B portal web app, where i need to display upcoming news , products and company info on regular interval (say as slideshows and tickers).
For example :
Scenario 1. I need to ...
1
vote
2answers
87 views
How to redirect from a grid view with the DataKey
I want the grid view to redirect when a row is clicked, so I have the OnRowCreated for the grid view and I am not able to redirect to the page I wanted
<asp:GridView ID="Grid_Messagetable" ...
1
vote
0answers
123 views
Databound control won't lose focus
I am building a form in which every control databinds to a property of a different class and I have found that there are some controls that simply will not lose focus when I try to leave the control. ...
1
vote
1answer
378 views
ASP.NET Chart - Databound Value, Custom Label
I have a databound chart in ASP.NET C#. One of the databound fields is text and the other is a value. I would like the legend to display the text for the pie chart, and I would like the value to ...
1
vote
1answer
372 views
GridView DataBound Fields - SQL Parameters
When during execution are DataBound GridView fields bound to SQL Parameters? I have a few DataBound fields and UpdateParameters that relate to them. Sometimes my UpdateCommand will execute ...
1
vote
1answer
113 views
How can I show results from 2 query in linq to Listview?
<asp:ListView ID="ListView1" runat="server" GroupItemCount="5">
<LayoutTemplate>
<table runat="server" id="table1">
<tr runat="server" ...
1
vote
2answers
620 views
Set image control image dynamically from server side asp.NET
I have a webforms site where users upload files, the file name etc is saved to DB. These files are then displayed in a datalist. I'm trying to get this datalist to show different images (icons) to ...
1
vote
1answer
422 views
Cannot Re-Bind Databound ComboBox in VB.Net
I have cascading data-bound combo boxes, however, if the second of the two boxes does not have the value, I am trying to change the data source of the original process to the default selection.
...
1
vote
1answer
229 views
Conditional statement in databound expression
I want to display an image if 2 conditions are met.
The data item is not null
The value of the data item is greater than 0
Markup
<img id="Img1" runat="server" visible='<%#IIF( ...
1
vote
3answers
639 views
Disable separator selection in data bound combo box in WPF
I have a Combo Box that is databound. In this list, I need a separator. Since this is databound, I do something very similar to this post. My database returns the list, includes a '-' to mark where ...
1
vote
1answer
433 views
Javascript validation inside gridview cell
I have a single entry master with country name in a gridview . I have to edit the data in a grid view in asp.net c#. I want to validate the textbox inside edit template to see if the user enters ...
1
vote
3answers
876 views
Working with DataGridViewRow.DataBoundItem - transform to Enumerable Object?
I have a DataGridView with
myGridView.DataSource = GetSomeData()
// method called
public IQueryable GetSomeData()
{
var source = from r in records
select r;
return source; ...
1
vote
1answer
2k views
SmartGWT DataSource binding to ListGrid and DynamicForm
First let me warn readers not to pass me off to any links in isomorphic because it is highly probable I have read it and I have scoured the smartgwt showcase running locally here as I ask this ...
1
vote
1answer
575 views
Access 2007 not auto-updating calculation with bound fields
I developed an Access 2003 database with a form that has a number of bound input text fields. As the user update the value in these fields, the table is updated with the changed value. I also have an ...
1
vote
1answer
2k views
Can't find controls in FormView.InsertItemTemplate even on DataBound event
I have FormView in my page markup:
<asp:FormView ruanat="server" ID="FormView1" DataSourceID="SqlDataSource1" OnDataBinding="FormView1_DataBinding" OnDataBound="FormView1_DataBound">
...
1
vote
1answer
413 views
Custom sort xml bound DataGridView
I have a DataGridView bound to xml file. I would like to sort by first column and treat values as integers (not strings).
XmlDataDocument xml = new XmlDataDocument();
xml.DataSet.ReadXml("file.xml");
...
1
vote
1answer
202 views
ASP.NET: Gridview Showing a button on a row, when a row cell vlaue = false in the Bound row from the database
I have a GridView binded to a datasource, i was wondering of how i can check a row cell value (bool) from the database row being bound , and then show a button on the rows where the cell value equals ...
1
vote
1answer
868 views
Unselect Databound Combobox Winforms .NET [closed]
The problem: combobox is databound to a DataView, first item in the dataview is DataRowView whose fields are DBNull.Value; Combo DropdownStyle = ComboBoxStyle.DropDownList
Loads fine, displays fine, ...
1
vote
0answers
256 views
ninject Linfu databound proxy object
I have the following scenario.
I have a ViewModel object (It's just a regular object, that impliments INotifyPropertyChanged). I'm binding this object to a view, written in WPF. When I bind it it ...
1
vote
1answer
808 views
DataBound WPF ListBox Styling on ListBoxItems
I have a ListBox that during development I had the items in the ListBox hardcoded and styled. This is how the items were styled.
<ComboBoxItem Width="Auto" Height="Auto" Content="ComboBoxItem" ...
1
vote
2answers
2k views
WPF ListBox Can you make it cycle? IE not hit hard stops at top and bottom
I have a WPF ListBox bound to a data object. Inside the listbox are a series of images with text. It is layed out in a horizontal fashion, and mousing over the left or right sides of the box scroll ...
0
votes
1answer
20 views
Populate gridview based on databound dropdown list selectedvalue change
I have an asp.net application for membership management. One page needs to have a gridview which is populated based on a dropdown list of statuses. I initially thought about hard-coding with a Select ...
0
votes
2answers
101 views
How to test a DataTable update in RowChanging event handler
I have a WPF DataGrid bound to a DataTable. I fill the underlying DataSet from an arbitrary table in a database. I've attached to both the DataTable RowChanging and RowChanged events. As the user ...
0
votes
1answer
50 views
Create a hierarchy custom server control
I have a self-referencing table and I want to visualize it using:
<ol>
<li>
</li>
</ol>
I want to create a custom server data-bound control with templates, I have ...
0
votes
2answers
59 views
Why I cannot bind a DependencyProperty to an ObservableCollection?
I have a usercontrol done by myself that has a dependency property that is a collection:
private static readonly DependencyPropertyKey VerticalLinesPropertyKey = ...
0
votes
2answers
27 views
Gridview update a column using another column
I have a gridview bound with a database. I would like to add an extra column which has a linkbutton. The intention is that when clicked on the linkbutton, the user could toggle the value of a column ...
0
votes
1answer
39 views
How can I use the ItemCreated event to update the text of a label control contained in a formview?
How can I replace the text of a label control contained in a formview?
I've tried to use the code below:
Protected Sub FormViewNews_DataBound(sender As Object, e As System.EventArgs) Handles ...
0
votes
1answer
41 views
Asp.Net Databound and Sessions Conditional Logic
Hello There I'm trying to set the visibility of button in list view item template based on the session object and databound property
<asp:Button ID="deleteCommentButton" runat="server" ...
0
votes
1answer
54 views
asp.net gridview binding to deeper property of specific type
my webside has a gridview
i bind it to a dataset recived from powershell
in this dataset are a lot of different data types.
everything is working fine but for one field i would like to bind a deeper ...
0
votes
2answers
70 views
Selecting item in databound combobox
I believe this question is kinda new-bie, but I can't solve it in correct way.
Brief description:
I have an inherited from ComboBox class that does some data bindings in constructor:
var mdl ...
0
votes
2answers
37 views
How to restrict a custom databound control to accept my custom collection as datasource?
I have created a custom databound control as per my requirements and now I want to restrict this control should take custom collection as datasource instead of every collection which is impelmented ...
0
votes
2answers
99 views
ListView not calling ItemCreated after postback
I have an asp:ListView where I want to filter the items based on a property of the contained DataItem
I want to set the item invisible unless the specified property (FieldName) has the value I'm ...
0
votes
1answer
57 views
How do I alter the items in my DropDownList in ASP.NET
I have this that gets bound in my code behind:
<asp:DropDownList id="ddlPopulation" runat="server" DataTextField="population" DataValueField="pid" AppendDataBoundItems="True">
...
0
votes
1answer
55 views
Databound Labels not reflecting changes after TableAdapter is filled?
I'm experiencing a strange behavior and I've spent many hours trying to figure out what's going on to no avail. The situation is that I have several labels that are databound to database fields, and ...
0
votes
1answer
61 views
WindowsPhoneDataBoundApplication with web service
I want to merge between my code that contains the Web service and the code of WindowsPhoneDataBound Application.Is it possible? and how?
My Code:
private void button1_Click(object sender, ...
0
votes
2answers
168 views
Setting SelectedValue of a data bound DropDownList
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 ...
0
votes
2answers
212 views
Retrieving data from isolated storage into viewmodel
I am having a serious mental block here and am in departate need for some help. I am using the Windows Phone Databound Application as the starting point of my project and am reasonably happy with how ...
0
votes
2answers
72 views
How do I Catch errors on/before DataBound event
Once the databind is completed, I fire off the databound event.
I wanted to catch any error that might have occurred so I dont run the StoredProc "sp_UpdatePrintQueueToPrinted".
How do I Catch errors ...
0
votes
1answer
37 views
SIP News List not reading databound items?
I simply removed the imgNewsList field from my Intranet.WebPart.NewsList.ascx and now it seems like my News List on the frontpage doesn't read my databound fields properly.
It just looks like this:
...