all groups > asp.net announcements > august 2004
New .NET Portal
Posted by Christian Arnold at 8/31/2004 11:23:47 AM
Hi,
you are welcome to try our new .NET Portal:
http://www.entwicklerbasis.de
Thanks!
Bye,
Christian
... more >>
Session data is being shared across multiple sessions
Posted by Shankar Reddy at 8/23/2004 12:09:26 PM
Hi All,
Problem: Data is being shared across multiple sessions in ASP.NET!
Does anybody come across this kind of situation where session data or view
state data is being shared across different sessions? is it a bug in
ASP.NET? or is it some thing i have to take care programatically when ... more >>
Beta Testers Invited - Xavier's DNS Client .NET Component
Posted by Xavier Jefferson at 8/20/2004 4:23:28 PM
Hi all,
I'm in the beta stage of distributing an inexpensive .NET component with
which to do DNS queries. Looking for suggestions and to see how well this
performs in some other-than-my-own real world situations. The current beta
will run until 9/3/2004 after which I'll be selling this item ... more >>
ObjectSpaces - Alternative
Posted by rob at 8/8/2004 11:25:15 PM
Dear All,
As you know MS has again delayed ObjectSpaces, i.e. it will not become
available until Longhorn which is still far away. I am starting a big new
project and eventually want to use ObjectSpaces. Until ObjectSpaces becomes
officially available as a release version I need an alternative... more >>
OnItemCommand not working
Posted by chitien chiu via .NET 247 at 8/4/2004 5:52:12 AM
(Type your message here)
Hi,
I had a page with OnItemCommand working. Later I created a new page from which I passed a session variable and redirected to the orignal page.
FullName = NameID.SelectedItem.Value
Session("FullName") = FullName
Response.Redirect("WebDat... more >>
|