Ask a Question related to Adobe Dreamweaver & Contribute, Design and Development.
-
dataczarina #1
How To Dynamically Set Selected Item in SELECT List inDW Object
<-- Cross=posted on DW Application Development forum-- >
Hi!
I hope I can explain this situation halfway decently...
I am creating a DW Object that captures specific metadata. In this case, in
the form I have a HTML <SELECT> list of languages. When the language metadata
attribute is first captured in the form, the application adds the metadata
<meta name=language content="EN">
to the DW document correctly.
Now suppose the user wants to update their metadata.in order to change the
language attribute. I would like the metadata form when it redisplays to have
"EN" selected in the language attribute, so that the user knows what the
current value of the language attribute is. If the user changes the language
attribute to,say, Japanese, the next time the metadata form displays, I would
like have "JP" selected in the form, again so the user knows what the current
value of the attribute is.
I looked at several of the well-known metadata extensions for DW, but none of
them exhibit the behavior I am looking for (usually they have English as the
default in the form)
This is probably easy, but I am just not seeing it. Thanks for any help!
Kat---
dataczarina Guest
-
Dynamically setting selected item in control derived from DropDownList
Hello, I wrote a control derived from the ASP.NET DropDownList. I want to be able to automatically databind the derived dropdown list and then... -
Web User Control Drop Down List does not show selected item
Hi, I have a user control that only contains a drop down list. This ddl is filled with countries. In my ASPX page the control displays properly... -
Submitting selected List/Menu Item??
I got Aalphabets A ? Z as links, a Menu with a pre-selected item and a search button The problem is I just cant get to submit the value of the... -
How to set selected item in drop-down list in datagrid
Donald Welker wrote: SelectedValue='<%# DataBinder.Eval(Container.DataItem,"ABCField") %>' -- Jos -
Setting 'selected' item in bound drop down list
You must set the selected index - meaning, you must know the location of the item that needs to be selected in the list. "ctb"...



Reply With Quote

