SQL ASP Question

SQL ASP Question

am 27.12.2006 22:22:00 von RalphGustavsen

Very newbie question.
I've been using Dreamweaver for my development.
To write a record to a page, here is the code:

<%# DataSetMyDataSet.FieldValue("MyField", Container) %>

Using Visual Studio 2005 i have plenty of options to get data to my page,
but i cant seem to figure out how to simply write a field to a page, (ie
dynamic text)

Please help...

Thanks!

Re: SQL ASP Question

am 31.12.2006 17:27:22 von Jon Paal

http://msconline.maconstate.edu/tutorials/ASPNET20/ASPNET08/ aspnet08-05.aspx


"Ralph Gustavsen" wrote in message
news:5BB07BEE-F6DF-412A-A0DC-A3696951E501@microsoft.com...
> Very newbie question.
> I've been using Dreamweaver for my development.
> To write a record to a page, here is the code:
>
> <%# DataSetMyDataSet.FieldValue("MyField", Container) %>
>
> Using Visual Studio 2005 i have plenty of options to get data to my page,
> but i cant seem to figure out how to simply write a field to a page, (ie
> dynamic text)
>
> Please help...
>
> Thanks!
>

Re: SQL ASP Question

am 05.01.2007 18:47:00 von RalphGustavsen

THANKS!

Exactly what i was looking for :)

"Jon Paal" wrote:

> http://msconline.maconstate.edu/tutorials/ASPNET20/ASPNET08/ aspnet08-05.aspx
>
>
> "Ralph Gustavsen" wrote in message
> news:5BB07BEE-F6DF-412A-A0DC-A3696951E501@microsoft.com...
> > Very newbie question.
> > I've been using Dreamweaver for my development.
> > To write a record to a page, here is the code:
> >
> > <%# DataSetMyDataSet.FieldValue("MyField", Container) %>
> >
> > Using Visual Studio 2005 i have plenty of options to get data to my page,
> > but i cant seem to figure out how to simply write a field to a page, (ie
> > dynamic text)
> >
> > Please help...
> >
> > Thanks!
> >
>
>
>