Sharepoin List Field Behavior

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Being new to FrontPage, I need help:

I'm trying to design a form to create a new entry for a Sharepoint List.
What I'd like to do is control the visibility of another element (i.e. a
table or a layer) based on the results of a Sharepoint List Field (i.e. if
the user choses an entry in a drop-down, a table's property will be set to
hidden). Not being a programmer, I tried using behaviours and events, which
work fine for regular form controls, but apparently not for Sharepoint List
Fields.

Can someone please point me in the right direction?
 
As this is not a property of a SharePoint list, how are your programming
skills? You could certainly write a custom SharePoint Control that would do
this, assuming that you are conversant with the .Net Framework, SharePoint's
API, and have a copy of Visual Studio.Net.

Otherwise, you'll probably have to forget it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.
 
Back
Top