how to pass a value from code behind to aspx page using inline code?

D

dotnet

I am trying to make a page that is changing
the page schema(colors and graphics)
depends on the specific value (for example, test.aspx?page=1)

I have so far achieved accepting page values
(with c# code behind, request["page"]).

Now I need to pass back to all the schema values to aspx page;
however, it doesn't seem to work by using inline code(<%=value1>,
value1 was assgined in code behind) in my aspx page.

Anybody could help?

Thanks in advance.
 

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