Questions tagged [data-controls]
20 questions
0
votes
0 answers
Delphi: How to install/enable Data Access Controls (Xmlxform)?
in the my delphi xe5 haven't the palette Data Access Controls, I need the components Xmlxform.TXMLTransform, Xmlxform.TXMLTransformClient,...etc.
I'm tried install a package with the unit corresponding 'Xmlxform.pas' and after build but don't…

Artur_Indio
- 736
- 18
- 35
0
votes
1 answer
binding a tree component to a grid layout in oracle adf
I am currently working on an oracle adf application and stuck in a task.
Actually I have a datacontrol generated through java bean that have two function getAllProductCategories and getProductsByName(String name).I have made a tree through…

Furqan Ahmed
- 159
- 1
- 3
- 17
0
votes
1 answer
Which control should I use to present records from a set one after another without reissueing the query
I have a bank of 100 questions in a database. I T-SQL has been written by someone else to pick 30 unique questions out of the 100 in a random fashion. (the query was tested and result were as expected)
Now, I need those 30 unique records (the random…

Abdul
- 9
- 5
-1
votes
1 answer
I have a question about data controls
I used a few data controls, but I am not experienced enough to know with what controls to stick and with which not to stick..
If gridview has so many events and properties why would I choose to use: ListView, Repeater, FormsView?
When will I choose…

Dmitry Makovetskiyd
- 6,942
- 32
- 100
- 160
-2
votes
2 answers
Is there a way to achieve multiple headers based on row in a gridview in asp.net? If not what control can I use as an alternative?
[I need the form to look like this.][1]

Abhishek Patel
- 9
- 2