Tagged Questions

0
votes
5answers
86 views

Getting blank rows after setting DataGridView.DataSource. How to solve this problem?

Hello, Could somebody tell me why I'm getting blank rows after runnign this code?? ... dataGridView.AutoGenerateColumns = false; //must be false, else getting additional coulumns …
1
vote
3answers
32 views

Should the jndi name for a datasource be looked up by a ServiceLocator?

I have a J2EE webapp which is used to upload a file which is then processed by a database procedure. Because we do not want the webapp to have to wait until the database procedure …
0
votes
2answers
43 views

ASP.NET DataSource Control “does not have a naming container” exception

I've been getting this exception in my code and wondered if anyone could help me out. I have a Repeater Control bound to an ObjectDataSource, and the itemtemplate for the repeater …
0
votes
0answers
4 views

Visual Studio DataSource definition does not include the table’s schema

I'm having the following problem and I want to know whether it is a Visual Studio bug or if I'm doing something wrong: I'm using AdventureWorks database in SQL Server 2005 and Vis …
0
votes
4answers
99 views

Is it possible and safe to have multiple TDataSources reffering one TDataSet descendant component ?

Hi there! I'm designing database app with ZeosLib. On one form I have some Lookups that should refer to the same dataset. Is it safe to create one TDataSet descendant and then con …
0
votes
2answers
22 views

How to separate the selected item of two combobox with a single DataSource?

On a form, I have two combobox wich have the same DataSource (their elements list are the same). When the user select an item in one of the control, the other control's selected it …
0
votes
1answer
24 views

Accessing the full DataRow from the DataSource in a ListView ItemDataBound event handler

Is it at all possible within a ListView ItemDataBound event handler to gain access to the full DataRow for that event? I need to do a lot of processing for the entire row on bindi …
0
votes
5answers
35 views

Datatable in ASPX Used As DataSource For Multiple User Controls

In an ASPX page, I have 7 user controls loaded. In each user control there are data bound controls (gridview for example). Currently each user control runs a query to return data …
0
votes
1answer
21 views

How to use PagedDataSource.CopyTo (or otherwise work with the same data I’m sending to my Repeater)

I'm populating a Repeater with a PagedDataSource and after I populate that Repeater, I want to perform some other operations on the subset of data that makes up the page I'm sendin …
0
votes
3answers
784 views

How to make UI Image Picker Controller read a custom source type in iPhone

I have to create a photo gallery app in iPhone. It should function same as the Photos app which is shipped with iPhone. But it should show the images which I package with the app. …
0
votes
0answers
19 views

SSRS Dynamic Shared Data Source

I have an ASP.Net Web site that displays various SSRS reports using the Microsoft Report Viewer Control. I need to be able to specify a data source at runtime. It seems like I shou …
1
vote
1answer
18 views

How to put XML element’s content into XUL template?

Hi, I've gotten trouble with passing XML data into XUL template. Look: For example, we have the datasource XML with the next structure: <people> <person name="Joe"/&gt …
0
votes
1answer
41 views

how to add UITableView to a view based application: iPhone sdk question

I have a View based application that navigates between all views properly. And now I have to add a UITableView to this application, I am unable to do that. I could add a UITableVi …
0
votes
1answer
13 views

How to deploy Crystal Report that uses push method (xsd file dataset datasource).

Can anyone suggest best method for what I want to accomplish? I have an VS 2008 asp.net(MVC) web app and I am using Crystal Reports as my report engine. My app accepts parms from a …
0
votes
1answer
37 views

Change a Dictionary key off a UITableView

I have a simple UITableView (with 1 section), my dataSource is a NSMutableArray of NSMutableDictionaries. I'm trying to change the value of one of the keys inside a dictionnary, bu …

1 2 3 4 5 10 next
15 30 50 per page