Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
448 views

Rave Reports DataText Left

I'm using Delphi 7 and Rave Reports. How can I set the DataText.Left property (from Rave Reports) dinamicaly according to the size of another DataText that comes before. I tried using the width from ...
2
votes
1answer
156 views

Databind to object parameter that has one or more optional parameters

I have an object, called 'PERSON' This person object has a title, firstName & Surname property as well as many other which are at the moment irrelevant. It also has a read only property called ...
1
vote
3answers
185 views

How to concatenate values in dropdownlist in asp.net

recently while working on the dropdownlist, i came accross a strange issue, i am binding a datatable to dropdownlist, now my datatable contains 3 columns, (Name,Id,Count), in DataTextField i want to ...
1
vote
1answer
1k views

How to bind the ASP.NET drop down list DataTextField property to a nested property

I want to bind the DataTextField property of a ASP.NET drop down control to a property of an object that is a property of the initial data source. How would I accomplish that particular task. Drop ...
0
votes
4answers
378 views

Listbox formatting using DataTextField property

I have a list box in my aspx page: <asp:ListBox ID="lstTreatmentProvider" runat="server" SelectionMode="Multiple" Width="175px" Height="81" ...
0
votes
2answers
381 views

DropDownList DataTextField on Navigation property

i need some help with the following. i get a list of objects from the Entity Framework data context. var list = context.EntityA; the EntityA is the main object (contains the primary key), but has ...
0
votes
2answers
4k views

DataTextField in a ListBox is a combination of 2 fields

I have a listbox containing Users. The datasource is an generic list of the type User (contains, id, firstname, lastname, ...). Now I want to use the id as datavalue (through dataValueField) and I ...
-1
votes
1answer
37 views

problem in DataTextFied

i know that the syntax for usin DataTextField is : VA.DataTextField = "nameofcolum" but if my request is not simple that mean my request return the result in a colum wich not exist in this case ...