Anyway to make Web Parts in Frontpage 2003?

K

kishore_patel2

Looking for instructions on how to do it.

I just need a simple web part that reads a value from a database and
based on the value displays one of two pictures.

I was able to use Data Catalog and Data View to get the right data (1
row / 1 column) to display. I am not sure how to substitute a picture
for each of the values (i.e. If YES -> show Happy face, NO -> show sad
face - or something like it).

Ultimately, I hope to make this into a Web Part that can be imported
into Sharepoint Services.

Thanks
 
C

clintonG

You can learn a lot about Web Parts by reading the MSDN documentation [1]
and if you need more help developing a Wep Part there are several other
microsoft.public.* newsgroups you should peruse. You need skills using
VisualBasic.NET and better yet IMO C# which makes for easier mastery of
client-side Javascript most controls need to emit at runtime.

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

[1] http://msdn.microsoft.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top