Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~439 People Reached
Favorite Forums
Favorite Tags
Member Avatar for nmpgaspar

Hey. I'm using System.Web.Caching in my .asmx webservice in order to save some information about multiple users requests. I insert that data like this: cache.Insert(Unique_token, MySessionObjectForThatUserToken, null, Cache.NoAbsoluteExpiration, new TimeSpan(0, 15, 0)); And then retrieve it like this: MySessionObjectForThatUserToken obj = (MySessionObjectForThatUserToken)cache[token]; As you can see, i have a slidding …

0
80
Member Avatar for nmpgaspar

Hey. Ok, i already asked this question on asp.net and sqlteam forum, but without any luck. Hope it will be diferent here :) So, here the thing: I have created some users to my site using the WAT tool. Therefore, the users information was automatically stored in ASPNETBD.mdf file. When …

Member Avatar for majestic0110
0
252
Member Avatar for znetweb

well guys please help me,first of all its a course projects,well in the home page i need to create a login form for both normal users and administrator.Because after logging administrator will come on a page where they can update a database,whereas normal users wont have this function on ther …

Member Avatar for nmpgaspar
0
107