Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Christopher Hayes #1
Macromedia Dataset Properties
Using MX2004 and ASP.NET (C#)
What are the properties on the dataset object that is used in Dreamweaver?
Specifically, is there a way to determine how many rows (if any) were
returned ?
Thanks,
Christopher Hayes
Christopher Hayes Guest
-
Dataset.length(), dataset.hasnext() not working.. Why?
I have a dataset that has 3 items, yet when I test for it, it is "undefined". Any ideas why this property would not be available? Thanks Geoff -
Making Custom Control Properties Visible in Visual Studio's Properties Palette
I am learning how to use the System.ComponentModel class in VB.NET so that I can add my ASP.NET controls to Visual Studio .NET 2003. I have managed... -
dataset.Databind error when dataset XML contains attributes...
I've come accross an interesting problem populating an asp.net datagrid. I am trying to bind XML data to a datagrid as I've done in countless other... -
Ccopying a datatable content from an untyped dataset into a table which is inside a typed dataset
Hi All, I am facing problem in copying content of table from a untyped dataset into to a table inside the typed dataset. I wanted to copy the data... -
Missing CODEGEN values from DataSet Web Reference and Properties are not updated
I've created a web service that has a project reference to a library that contains a strongly typed dataset. The web service has a function that... -
Christopher Hayes #2
Re: Macromedia Dataset Properties
Really, what I'd love to know is:
Is there are reference somewhere that lists the properties of all of the
Dreamweaver controls. I'm not having any luck finding a resource like that.
Thanks,
Christopher Hayes
Christopher Hayes Guest
-
Christopher Hayes #3
Re: Macromedia Dataset Properties
Found it:
[url]http://www.macromedia.com/support/dreamweaver/building/aspnet_tags/[/url]
Christopher Hayes Guest



Reply With Quote

