No announcements
Found 3358615 threads
-
1 Votes
How do you store session variable in C#
The Session class is similar to a dictionary of key type string and value type object.Answered | 3 Replies | 124182 Views | Created by frogeyedpeas - Monday, July 9, 2012 6:46 PM | Last reply by Gachu16 - Monday, July 9, 2012 8:41 PM -
2 Votes
How to use Azure Table Storage to store Sessions ???
Hi wely_live, I have not stored any objects in the session.Answered | 7 Replies | 8698 Views | Created by MBytes - Wednesday, August 17, 2011 12:02 PM | Last reply by MBytes - Thursday, August 18, 2011 8:40 AM -
0 Votes
DataServiceContext stored in session - cannot serialize
I have Page1.aspx get an object from the database that has children objects of various types.Answered | 5 Replies | 5724 Views | Created by mschumacker - Wednesday, October 28, 2009 6:40 PM | Last reply by Peter Qian - MSFT - Thursday, November 5, 2009 7:24 PM -
2 Votes
storing session in memory
Well - you lose the ability to load balance your WFEs unless your load balancer supports sticky sessions.Answered | 1 Replies | 3107 Views | Created by ghostme - Wednesday, February 1, 2012 9:00 PM | Last reply by ieDaddy - Wednesday, February 1, 2012 9:03 PM -
0 Votes
where is State server session stored
The only thing you can do is put objects and variables into session and read them from session.Answered | 3 Replies | 1150 Views | Created by prince23 - Tuesday, April 16, 2013 9:27 AM | Last reply by Christopher84 - Tuesday, April 16, 2013 11:19 AM -
1 Votes
How to get Bing Map Session Key
- On Page B load event, i am getting list from session and dynamically creating java script function and push points from code behind and showing them on Map.Answered | 14 Replies | 2886 Views | Created by MUAR - Wednesday, October 15, 2014 10:33 AM | Last reply by MUAR - Saturday, October 18, 2014 6:46 PM -
1 Votes
How get shape's type
How may I convert PresetGeometry (Open XML SDK) into MsoShapeType (Microsoft.Office.Core)?Answered | 3 Replies | 641 Views | Created by adamShakhabov - Saturday, March 10, 2018 2:19 PM | Last reply by adamShakhabov - Tuesday, March 13, 2018 9:08 PM -
0 Votes
Official guidance on Session State stored in SQL Database
Hi Terrence_, As far as I know, Microsoft doesn't officially support SQL Azure for Session State.Answered | 3 Replies | 2562 Views | Created by Terrence_ - Wednesday, March 20, 2013 9:51 PM | Last reply by Carlos Sardo - Thursday, March 21, 2013 10:52 PM -
0 Votes
How to get current store?
Every ModelElement has a Store Property: http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.modeling.modelelement.store.aspxReturn to the source, learn the way!Answered | 1 Replies | 4436 Views | Created by Tim Zhong - Wednesday, November 3, 2010 7:56 AM | Last reply by FengChen - Wednesday, November 3, 2010 9:05 AM -
0 Votes
asp.net session object get the store info to second page
[i].selected) { ...Answered | 1 Replies | 1237 Views | Created by Nabi12 - Wednesday, June 5, 2013 3:34 PM | Last reply by Just Karl - Tuesday, April 14, 2015 7:45 PM -
1 Votes
Add any type of object to the session
How did you implement the IEquatable interface?Answered | 4 Replies | 1431 Views | Created by r3plica - Wednesday, November 7, 2012 5:14 PM | Last reply by Louis.fr - Monday, November 12, 2012 10:23 AM -
0 Votes
Step into a SQL Stored Procedure from a CLR Stored Procedure debugging session
SQL forum where you will get more professional support.Answered | 6 Replies | 535 Views | Created by JayW06 - Tuesday, February 27, 2018 6:15 PM | Last reply by JayW06 - Monday, March 5, 2018 3:06 PM -
1 Votes
Getting most_recent_sql_handle from prior session?
sys.dm_exec_connections is only able to tell you that the last query run was in a particular stored procedure, not which query in the stored procedure it was.Answered | 14 Replies | 3695 Views | Created by Randy in Marin - Friday, February 1, 2013 1:52 AM | Last reply by Randy in Marin - Wednesday, February 6, 2013 3:51 PM -
1 Votes
How to get login session info in webpart
Hi, You can use below snippet: To use HTTPContext add using System.Web; How to Check if user has a ...Answered | 3 Replies | 2403 Views | Created by damon2012 - Wednesday, May 29, 2013 10:02 AM | Last reply by Nadim Sayyed - Wednesday, May 29, 2013 11:03 AM -
0 Votes
why the value types are stored in stack and reference types are stored in heap
Their value must be stored at class level to allow other methods to access them.Answered | 7 Replies | 9489 Views | Created by chintalapudi - Thursday, March 3, 2011 6:58 AM | Last reply by Cor Ligthert - Friday, March 4, 2011 10:41 AM -
0 Votes
Set Session options when creating a stored procedure.
I am still getting used to developing in VSTS DB.Answered | 4 Replies | 5183 Views | Created by Barry Hostead - Tuesday, March 16, 2010 5:11 PM | Last reply by Barry Hostead - Friday, March 19, 2010 8:30 AM -
0 Votes
How to get the session state from velocity cache?
can we retrieve the session state information like logged in username,ID etc?Answered | 2 Replies | 5153 Views | Created by Srinat - Thursday, July 30, 2009 4:53 AM | Last reply by Srinat - Thursday, August 6, 2009 8:15 AM -
0 Votes
How to get the type stored in session
Unfortunately, didn't solve my issues. let say I have stored List<Some.Foo.FooClass> in session variable.Answered | 7 Replies | 341 Views | Created by Anonymous - Friday, December 16, 2016 12:56 PM | Last reply by Anonymous - Thursday, January 12, 2017 6:49 AM -
0 Votes
Document types stored in SharePoint
In the table, Type is An integer identifier specifying the document's Document Store Type.Answered | 1 Replies | 933 Views | Created by The real Slartibartfast - Thursday, October 8, 2015 12:25 PM | Last reply by Wendy DZ - Friday, October 9, 2015 3:39 AM -
0 Votes
How can I store and retrieve "any type" of objects in database?
This is typically referred to as "object graph serialization" and it is really tough to get right.Answered | 5 Replies | 7016 Views | Created by breceivemail - Sunday, April 10, 2011 6:34 PM | Last reply by Scott Waletzko - Sunday, April 10, 2011 7:54 PM - Items 1 to 20 of 3358615 Next ›
No announcements