| Thread | Last Post | Replies |
|
| Cacheing reference free-for-all ? | 16 Sep 2003 02:49 GMT | 2 |
It seems when I cache an object the cache doesn't copy it, just stores the reference. So I can change the object after storing it, then retrieve it from the cache and I'll get the changed object back. If another thread in my
|
| onbeforeunload | 13 Sep 2003 00:03 GMT | 6 |
To prevent accidental loss of lengthy text entry when a user abruptly closes or navigates away from a page, we're using <body onbeforeunload="SaveTextEntry()">
|
| Getting output of a control or page as text | 11 Sep 2003 06:10 GMT | 1 |
How do I write the output of a user control to an html file, rather than rendering it onto the parent page? I was thinking of overriding the render method of the user control??? Any ideas,
|
| Passing references to VB.Net objects from cached objects | 09 Sep 2003 07:12 GMT | 2 |
Can I do this and is there anything special I should know? I noticed I could not get the name space in my VB classes.
|
| NEWBIE - How to survive the postback. | 04 Sep 2003 07:42 GMT | 3 |
I load a table and a textbox on the initial pageload. The value in the textbox survives the postback, the values in the table do not. Is there a way for the values in the table control to survive a postback? Thanks in advance.
|
| Caching a CustomControl | 01 Sep 2003 17:38 GMT | 1 |
I have made a custom control programaticly and compiled it into a DLL. Is there anyway to cache this control on a aspx page? I know how to do it on a UserControl site with the
|