freelanceprogrammers.org Forum Index » ASP
item in codebehind not declared on .aspx page
Joined: 06 Dec 2005
Posts: 9
item in codebehind not declared on .aspx page
Not sure how to really ask this but the codebehind see`s the stuff on the
.aspx page but can it work the other way around? Can I set a variable in the
codebehind and read it using <% variable %> on the .aspx page?
[Non-text portions of this message have been removed]
Joined: 07 Jan 2006
Posts: 63
item in codebehind not declared on .aspx page
what do you want to do?
<%= Blah %>
will tend to let you grab some property or variable from the code
but
sub page_load(...)
ControlID.Property=blah
end sub
is a better way to do it.
On 9/9/05, Mike Appenzellar <mappenzellar@...> wrote:
>
> Not sure how to really ask this but the codebehind see`s the stuff on the
>
> .aspx page but can it work the other way around? Can I set a variable in
> the
> codebehind and read it using <% variable %> on the .aspx page?
>
>
> [Non-text portions of this message have been removed]
>
>
>
> SPONSORED LINKS
> Basic programming
language<http://groups.yahoo.com/gads?t=ms&k=Basic+programming+language&w1=Basic
+programming+language&w2=Computer+programming+languages&w3=Programming+languages
&w4=Java+programming+language&w5=The+history+of+computer+programming+language&c=
5&s=176&.sig=clJRDppRYABhs6xUhzokKw> Computer
> programming
languages<http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=
Basic+programming+language&w2=Computer+programming+languages&w3=Programming+lang
uages&w4=Java+programming+language&w5=The+history+of+computer+programming+langua
ge&c=5&s=176&.sig=RiWZhYTiihJ1rWfeFgB2sg> Programming
>
languages<http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Basic+pro
gramming+language&w2=Computer+programming+languages&w3=Programming+languages&w4=
Java+programming+language&w5=The+history+of+computer+programming+language&c=5&s=
176&.sig=2BgLsjKfGvxPndstKBMU9g> Java
> programming
language<http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Basic+
programming+language&w2=Computer+programming+languages&w3=Programming+languages&
w4=Java+programming+language&w5=The+history+of+computer+programming+language&c=5
&s=176&.sig=4wWSX5WKx7BCK9SrMVdrxQ> The
> history of computer programming
language<http://groups.yahoo.com/gads?t=ms&k=The+history+of+computer+programming
+language&w1=Basic+programming+language&w2=Computer+programming+languages&w3=Pro
gramming+languages&w4=Java+programming+language&w5=The+history+of+computer+progr
amming+language&c=5&s=176&.sig=iNvYp6cfd9HwtDhK1iV-rg>
> ------------------------------
> YAHOO! GROUPS LINKS
>
>
> - Visit your group
"AspNetAnyQuestionIsOk<http://groups.yahoo.com/group/AspNetAnyQuestionIsOk>"
> on the web.
> - To unsubscribe from this group, send an email to:
>
AspNetAnyQuestionIsOk-unsubscribe@yahoogroups.com<AspNetAnyQuestionIsOk-unsubscr
ibe@yahoogroups.com?subject=Unsubscribe>
> - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------
>
[Non-text portions of this message have been removed]
Joined: 06 Dec 2005
Posts: 9
item in codebehind not declared on .aspx page
I wasn`t putting in the "=" that might make the difference.
On 9/9/05, Charles Carroll <911@...> wrote:
>
> what do you want to do?
>
> <%= Blah %>
> will tend to let you grab some property or variable from the code
>
> but
>
> sub page_load(...)
> ControlID.Property=blah
> end sub
>
> is a better way to do it.
>
> On 9/9/05, Mike Appenzellar <mappenzellar@...> wrote:
> >
> > Not sure how to really ask this but the codebehind see`s the stuff on
> the
> >
> > .aspx page but can it work the other way around? Can I set a variable in
>
> > the
> > codebehind and read it using <% variable %> on the .aspx page?
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> > SPONSORED LINKS
> > Basic programming language<
>
http://groups.yahoo.com/gads?t=ms&k=Basic+programming+language&w1=Basic+programm
ing+language&w2=Computer+programming+languages&w3=Programming+languages&w4=Java+
programming+language&w5=The+history+of+computer+programming+language&c=5&s=176&.
sig=clJRDppRYABhs6xUhzokKw>
> Computer
> > programming languages<
>
http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=Basic+prog
ramming+language&w2=Computer+programming+languages&w3=Programming+languages&w4=J
ava+programming+language&w5=The+history+of+computer+programming+language&c=5&s=1
76&.sig=RiWZhYTiihJ1rWfeFgB2sg>
> Programming
> > languages<
>
http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Basic+programming+l
anguage&w2=Computer+programming+languages&w3=Programming+languages&w4=Java+progr
amming+language&w5=The+history+of+computer+programming+language&c=5&s=176&.sig=2
BgLsjKfGvxPndstKBMU9g>
> Java
> > programming language<
>
http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Basic+programmi
ng+language&w2=Computer+programming+languages&w3=Programming+languages&w4=Java+p
rogramming+language&w5=The+history+of+computer+programming+language&c=5&s=176&.s
ig=4wWSX5WKx7BCK9SrMVdrxQ>
> The
> > history of computer programming language<
>
http://groups.yahoo.com/gads?t=ms&k=The+history+of+computer+programming+language
&w1=Basic+programming+language&w2=Computer+programming+languages&w3=Programming+
languages&w4=Java+programming+language&w5=The+history+of+computer+programming+la
nguage&c=5&s=176&.sig=iNvYp6cfd9HwtDhK1iV-rg>
>
> > ------------------------------
> > YAHOO! GROUPS LINKS
> >
> >
> > - Visit your group "AspNetAnyQuestionIsOk<
> http://groups.yahoo.com/group/AspNetAnyQuestionIsOk>"
> > on the web.
> > - To unsubscribe from this group, send an email to:
> > AspNetAnyQuestionIsOk-unsubscribe@yahoogroups.com<
> AspNetAnyQuestionIsOk-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service <http://docs.yahoo.com/info/terms/>.
> >
> >
> > ------------------------------
> >
>
>
> [Non-text portions of this message have been removed]
>
>
> ------------------------------
> YAHOO! GROUPS LINKS
>
>
> - Visit your group
"AspNetAnyQuestionIsOk<http://groups.yahoo.com/group/AspNetAnyQuestionIsOk>"
> on the web.
> - To unsubscribe from this group, send an email to:
>
AspNetAnyQuestionIsOk-unsubscribe@yahoogroups.com<AspNetAnyQuestionIsOk-unsubscr
ibe@yahoogroups.com?subject=Unsubscribe>
> - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------
>
[Non-text portions of this message have been removed]
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







