try doing HttpContext.Current.Session. Vishal http://openreferals.com/~vishalg.aspx[^]
vishalg_gupta
Posts
-
Static property of class -
Static property of classyou can keep the properties in session variables. Vishal http://openreferals.com/~vishalg.aspx[^]
-
linq join statement help reqddidn't the blog http://openreferals.com/blogs/post/How-to-use-LINQ.aspx[^] helped you. You can write up comment there also if you want direct help from me. you can try something like var x = from x in (from person in Accounts join p in AccountPermissions on person.AccountID equals p.AccountID select new { userID = person.AccountID, per = p.PermissionID} ) where x.AccountID == 5 select x;
-
selecting data from view using datacontextur welcome.
-
linq query erroryou have to use a.model_id== id rather than a.model_id=id Vishal Gupta http://openreferals.com/Profiles/Profile.aspx?AccountID=14[^]
-
selecting data from view using datacontextHi haseeb, you can use the keyword join for inner join. For details check out at http://openreferals.com/blogs/post/How-to-use-LINQ.aspx[^]
-
Upload & cropping image Like Orkut?Hi Reddy, You can use the jscropper tool. If you want to check how it looks like check www.OpenReferals.com Vishal Gupta http://www.openreferals.com/~vishalg.aspx[^]