M
mazdotnet
Hi everyone,
I have placed a simple Web User Control (Response.Write("hello")) on
my page which uses a Master Page to test this problem that we have.
Every time I run the web app it displays
the word "hello" at the top of the Master Page. Why is that? Why
doesn't it display it where you want it to display it? Isn't a Web User
Control sort of like place holder?
Example. Default.aspx contains
1
2
3
Reference to my Web User Control to display 'hello'
When I execute it I get
hello
1
2
3
Instead of hello appearing at the end.
Thanks
MA
I have placed a simple Web User Control (Response.Write("hello")) on
my page which uses a Master Page to test this problem that we have.
Every time I run the web app it displays
the word "hello" at the top of the Master Page. Why is that? Why
doesn't it display it where you want it to display it? Isn't a Web User
Control sort of like place holder?
Example. Default.aspx contains
1
2
3
Reference to my Web User Control to display 'hello'
When I execute it I get
hello
1
2
3
Instead of hello appearing at the end.
Thanks
MA