Questions tagged [data-controls]

20 questions
8
votes
3 answers

Always show FooterTemplate, even no data

Is there a short way to make a FooterTemplate (in a GridView) always visible, even when DataSource is empty?
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
8
votes
26 answers

Who actually uses DataGrid/GridView/FormView/etc in production apps?

Curious if others feel the same as me. To me, controls such as datagrid/gridview/formview/etc. are great for presentations or demo's only. To take the time and tweak this controls, override their default behavior (hooking into their silly events…
public static
  • 12,702
  • 26
  • 66
  • 86
3
votes
1 answer

How do I create a user control for this kind of display with databinding?

I have css. But I don't know how to create a user control for this kind of display. Title is the department name and the below mentioned radio buttons are statuses for each department. Now department can be multiple depending on the values in the…
Shantanu Gupta
  • 20,688
  • 54
  • 182
  • 286
2
votes
0 answers

saving dynamic gridview textbox values and selection values to database in 3 tier architecture

i have a page where a gridview is generated dynamically based on dropdown selections, i was able to generate textbox controls in desired column and insert data to it and able to display data in same textbox on postback/save button click i am facing…
bkc
  • 21
  • 2
2
votes
1 answer

Can't get Delphi ADOQuery to update or insert into Excel Worksheet

I am currently working on a program which function is to read data from a Excel Spreadsheet, where the user should be able to edit the amount of stock and generate a separate report of only stock used, this I have done. My problem occurs when trying…
Zorog
  • 33
  • 5
1
vote
0 answers

how to add custom swing components to data controls palette in Jdeveloper 12c?

Can someone please help me to add JDateChooser in swing components data controls palaette in jdeveloper 12c? I tried to search in Oracle documents but got no help from them.
0
votes
1 answer

sample program that views the records

Hi guys... I'm trying to make a sample program that views the records from the database like the output above. I am using visual basic 6.0 and Access... With DataControl, I'd like to view the next records of the specific ID Number, by clicking on…
Aaron
  • 1,969
  • 6
  • 27
  • 47
0
votes
1 answer

Generate datalist at runtime with fixed assigned templates

I have to generate DataLists at runtime according to the items selected by the user. How can this be done from the .aspx code-behind? I have a fixed HeaderTemplate and ItemTemplate format for each of the DataList that will be…
Cipher
  • 5,894
  • 22
  • 76
  • 112
0
votes
3 answers

Addicted to Rich Data Controls

I learned .NET via the compulsory texts and resources. Almost all of them spend all of their time using rich data controls to display and work with data. I'm in a job situation now where this is being discouraged. Could someone provide some…
John Kinane
  • 366
  • 2
  • 8
  • 17
0
votes
1 answer

cannot find EJB reference while deploying ADF Fusion Webapp into oracle weblogic server

I created a Fusion Webapplication project with Oracle jdeveloper 11g (11.1.5 but the same problem occours with the 11.2.1 version). Then I created a jsf page and I deployed the project to an external weblogic server (WL 10.3) with the ADF runtime…
0
votes
2 answers

not able to find usercontrol in edittemplate of datalist

i have a webusercontrol in the edittemplate of the datalist. in the code behind, in the itemCommand, when i try to find it using findcontrol, i get null object. what is it that i am doing wrong? WebUserControl cntrl =…
0
votes
1 answer

How to control data repeatation in Laravel?

I have a quiz. The quiz has 10 questions. First time I saved 7 questions of the quiz using the below code.In the second case I wanted to save the quiz questions again. But in this case the data is being duplicated. I want the question that have been…
0
votes
0 answers

Consuming ADF BC Rest Services using the ADF Date Control causes Date field type conversion

I have created some REST services using Oracle ADF 12.2 and I am trying to consume them in another ADF Fusion Application. One of the exposed VO has a date field, I have left this field with the default UI hints and no Date formatter configured. The…
0
votes
1 answer

ItemCommand in repeater in ASP.net

I want to click on a hyperlink in a row in the repeater that will navigate me to another page pls let me know how to use ItemCommand in the ASP.net repeater control
Shomaail
  • 493
  • 9
  • 30
0
votes
1 answer

How to Conditionally determine Number of Data Items of a Nested Repeater Control!

I can use nested repeater to show my grouped data on a page (according to this: http://goo.gl/sH6g). In my case I have Category-Products structure and want to show each category and its products under it. But here are my problems: How can I limit…
Mehdi
  • 5,435
  • 6
  • 37
  • 57
1
2