| Strongly Typed DataTables aren't serializable (2 replies) |
| ASPFriends.com 'aspngescalate' list |
| Original Message From: Dan Green [mailto:dan@dotnetdan.com] Sent: Wednesday, 26 June 2002 7:26 PM To: aspngdata Subject: [aspngdata] Not ans: Strongly Typed DataTables aren't serializable DataTables contained within strongly typed dataset aren't marked with the SerializableAttribute. Is this by design? How are they best used with remoting? My experimentation with getting this to work has been unsu... |
|
| Forms Authentication ReturnURL (2 replies) |
| ASPFriends.com 'aspngescalate' list |
| Originally posted in aspngsec In Forms Authentication the location of the originating page where access was requested is placed in the query string using RETURNURL as the key. In beta 1 this contained the entire URL. In the release this contains the path but not the web site. If you are using forms authentication across multiple websites. How do you know where the originating page is? p.s. the req... |
|
| session image caching (4 replies) |
| ASPFriends.com 'aspngescalate' list |
| I've been trying to get this to work for a couple of days now... hope you guys can help! What i want to do is to put an image into a Session Variable and then bring it back out and display it to a page at a later stage. The problem i am having i gettng the image back out of Session. I don't care what format it is presented back to the page in (.bmp is fine) The only way i have managed to do it mys... |
|