Ask a Question related to Dreamweaver AppDev, Design and Development.
-
blitzed2010 #1
Assigning a table value from a dataset to a variable
I have been trying to do this for some time and have had no success.
Now I can spit out something from the table by putting the control
<%# Dataset.FieldValue("nameF", Container %>
My question is how do I assign that value from "nameF" into a variable? And
will I be able to use that variable in a Repeater?
Please any help will prevent me from kicking a hole through my monitor.
blitzed2010 Guest
-
Assigning a AS variable to the return value of a webservice
Subject: Re: Assigning a AS variable to the return value of a web service Here is what I have so far...(see 3 paragraphs below this) no more... -
assigning variable values in tk
I'm trying to create a series of buttons in tk using a loop similar to this (metacode): sub create_buttons { for ($x = 1..3) { create button... -
explicitly assigning a variable
$databname =$seriesname; The above code assignes a value from a previous page to seriesname, and then ultimately to databname, which I pass on... -
Assigning instance name to variable
Hi all, I have a movie with 65 buttons. When you click on a button, it calls data from an external .txt file. My question is, how can I assign... -
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... -
blitzed2010 #2
Re: Assigning a table value from a dataset to a variable
Here is what I need to to
dim previousID
If currentID = previousID then
Print a headline <BR>
previousID = currentID
Else
Print name <BR>
Print headline <BR>
End IF
How do I write this out in dreamweaver? This is a simple if statement and for
some reason getting the values of any particular item in a dataset is
impossible. Why did macromedia make this so difficult to accomplish? Maybe I
am being to hard on them, but for something as simple as this it seems
ridiculous that they wouldn't keep such simple functionality.
blitzed2010 Guest



Reply With Quote

