S
Sagaert Johan
Hi
How do i get the session object from within a static method ?
The system seems to call this method when binding to the objectdatasource.
I have a dataobject class with the dataobject attributte set.
[DataObjectMethod(DataObjectMethodType.Select, false)]
public ICollection<CartOrderLine> GetCart()
{
....
how do i get the session object here ?
....
}
johan
How do i get the session object from within a static method ?
The system seems to call this method when binding to the objectdatasource.
I have a dataobject class with the dataobject attributte set.
[DataObjectMethod(DataObjectMethodType.Select, false)]
public ICollection<CartOrderLine> GetCart()
{
....
how do i get the session object here ?
....
}
johan