Wednesday, March 21, 2012

HTML and ASP.NET

I am a newbie with internet development. I feel pretty
comfortable developing codebehind in the .aspx pages.

Can anyone direct me to some solid sources on the
intranet in how to implement the code behind in with
HTML. I am having a really hard time dynamically
displaying data or positioning things where I need them.

I finally figured out how to display variable info in a
page globally declaring a variable and displaying it with
<%= variable name%
Please advice or direct me.

Thanksuse an
<asp:Label...></asp:Label
and then populate it from the codebehind
yourLabel.Text = "hello world";

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com

"brians" <bshannon@.lbrspec.com> wrote in message
news:073401c3d167$eef5f900$a001280a@.phx.gbl...
> I am a newbie with internet development. I feel pretty
> comfortable developing codebehind in the .aspx pages.
> Can anyone direct me to some solid sources on the
> intranet in how to implement the code behind in with
> HTML. I am having a really hard time dynamically
> displaying data or positioning things where I need them.
> I finally figured out how to display variable info in a
> page globally declaring a variable and displaying it with
> <%= variable name%>
> Please advice or direct me.
> Thanks
http://www.google.com/search?hl=en&...sp.net+tutorial

"brians" <bshannon@.lbrspec.com> wrote in message
news:073401c3d167$eef5f900$a001280a@.phx.gbl...
I am a newbie with internet development. I feel pretty
comfortable developing codebehind in the .aspx pages.

Can anyone direct me to some solid sources on the
intranet in how to implement the code behind in with
HTML. I am having a really hard time dynamically
displaying data or positioning things where I need them.

I finally figured out how to display variable info in a
page globally declaring a variable and displaying it with
<%= variable name%
Please advice or direct me.

Thanks

No comments:

Post a Comment