| Thread | Last Post | Replies |
|
| Session being lost. No application restart | 11 Nov 2003 11:44 GMT | 3 |
After executing the Page_init event of a page, the session is being lost. When I put a breakpoint in the Session_end event of the global.asax file, I verify that Session_end is being called. Of course, I'm not calling session.abandon, the timeout is 20 minutes,
|
| Collection of pointers | 10 Nov 2003 16:10 GMT | 1 |
i want to maintain a collection of pointers ( the pointers should point to session variables, hidden fields in an ASP.NET page). The collection should be generated once for a session. Within a session a user can access multiple pages. I do not want to keep all the
|
| upgrade to ASP.NET | 06 Nov 2003 03:24 GMT | 2 |
Currently i using the ASP Component which is Server Objects ASP Bundle, Software Artisans ASPStudio and Persits ASP Component for our the web site. If i using ASP.Net to develop our new web site. Can the ASP Component
|
| sorting composite control data on postback | 06 Nov 2003 00:41 GMT | 1 |
I can't seem to figure out how to make this work. I need some sort of design for a composite control that will allow the following things to happen in the order listed. -------------------------------
|
| how to send mail via SMTP server with authority in .NET | 04 Nov 2003 06:38 GMT | 1 |
|
| RemoveOutputCacheItem question | 04 Nov 2003 01:27 GMT | 5 |
Can you tell me how to use this function? Can't find an example ANYWHERE. I don't understand the input parameter to this function. For example, if I've enabled page output caching for
|
| HttpContext cache vs HttpRuntime Cache | 03 Nov 2003 19:43 GMT | 3 |
I want to know, - the difference between both the caching mechanism. - Where is the caching data stored in each situation. - Will HttpRuntime cache better than Context Cache for
|
| Can cached control be expired on parameters | 03 Nov 2003 16:54 GMT | 1 |
I would like to know is there any way I can expire the cached version of a page depending on parameter? My requirement is I am caching pages for user profile depending on uid. Now if user changes its profile through Edit profile, I need to flush the
|
| Someone help me.. Caching after reloading the page | 02 Nov 2003 22:06 GMT | 4 |
I have a site where it allows user to login with ID and pin to access there information. After navigating various aspx pages, when the user click logout, we send to global.asax.vb file to fire session_end. I remove all the
|