473,414 Members | 1,777 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

What happens to the NOT rendered web control?

I added a web control into this.Controls. But I did not render it in the
RenderControl.
This control keeps some information that I need when postback. The
interesting is when the page posts back, I can get the information kept in
the control.
How can this happen? The control was not rendered so the information will
not be sent to the client side and will not be post back. So it must be saved
in the server, but I still can get the information even I made the post back
after restart the IIS by iisreset.
What is really happening here?

I am new to the asp.net. Please help.

Thanks

Eason

Nov 19 '05 #1
1 939
On Fri, 08 Jul 2005 19:43:04 -0700, Eason wrote:
I added a web control into this.Controls. But I did not render it in the
RenderControl.
This control keeps some information that I need when postback. The
interesting is when the page posts back, I can get the information kept in
the control.
How can this happen? The control was not rendered so the information will
not be sent to the client side and will not be post back. So it must be saved
in the server, but I still can get the information even I made the post back
after restart the IIS by iisreset.
What is really happening here?
The information about your control went into VieState where it traversed
to the client and back I am new to the asp.net. Please help.

Thanks

Eason


Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: PokerJoker | last post by:
I have a web control that has a property of UserId. I need to set the userid before rendering the control, because based on who is logged in, it displays something different. If I set the...
3
by: Francois | last post by:
Hi, First of all sorry for the long post but I believe it is quite an interesting as well as advanced and complex problem. I have a problem with the checkbox control I have in my repeater. I...
2
by: Leeor Chernov | last post by:
Hi I am using a <asp:Table> in a user control I created and in the loop of inserting another user control( a custom Calendar) to the TableCell by the code:...
1
by: Mr Newbie | last post by:
I still have a few questions here. Ive been following some examples in a Microsoft Press book on this and have produced a small calculator control which I have written most of the code for. My...
4
by: Michael | last post by:
Hi, When I call Response.Write(), the output message will be the first line in the rendered HTML. Can I make Response.Write() message output after all controls have rendered? Thanks!
5
by: Joey | last post by:
I am attempting to hook the onChange event for a dropdown list with javascript so that I can do some stuff and then initiate a postback with my code. I have not yet learned about how to do...
1
by: Mariella Bakker | last post by:
Hi All, In an ASP.NET project I am trying to improve performance. As it is now there seems to be a huge bottleneck between the end of the Page.PreRender event and the beginning of the...
1
by: John Dalberg | last post by:
What causes a server event to fire when something happens on the client? Say a user changed the gridview's page index, the server side PageIndexChanged event is fires. What makes...
0
by: =?Utf-8?B?bWlrZQ==?= | last post by:
Hi, I am using ASP.NET 2.0. I have a gridview with only one column and it is a Template comuln. Column template contains several different controls some Web Controls some plain HTML controls....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.