Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:140215
More Search Options
RSS Available
Matching Posts
Re: Sharing session info between users.. is it possible
This is GREAT... I even wrapped it with a lock and unlock to make sure that multiple people are not writing at the same time. Where would I find the events to place this code. having never done anything like this I am at a loss where the hooks are. is there an application log in event somewhere and an application log out event somewhere? Thanks again. Bryan
Posted to
State Management
(Forum)
by
bryankia
on 3/6/2008
Re: Sharing session info between users.. is it possible
This is great information to have. I have not every used the application object so have no idea on how to best use it. I played around a bit and figured this out Application.Add( "UserID" , Membership .GetUser().ProviderUserKey); which adds the userid but not the info. I also just kept adding then every time I ran the app. where\how do I hook in so that as a person logs on it checks and as the log off\ close their browser they are taken out. Thanks again.
Posted to
State Management
(Forum)
by
bryankia
on 3/5/2008
Sharing session info between users.. is it possible
I am trying to tack if users are sharing passwords. some users will be behind firewalls so they will have the same ip address. it would be nice to loop through all the sessions and check to see if the current users userid is being used and not let them log in. any suggestions. Thanks, Bryan
Posted to
State Management
(Forum)
by
bryankia
on 3/5/2008
Re: ExecuteNonQuery requires an open and available Connection. The connection's current state is closed
Figured it out (well a co-worker did). csb.IntegratedSecurity = true ; == wrong csb.IntegratedSecurity = false ; == correct Thanks for the advice, Bryan
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
bryankia
on 11/7/2007
Re: ExecuteNonQuery requires an open and available Connection. The connection's current state is closed
That is the strange part... it does not break when run from my workstation. it only breaks when it is run from the web server.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
bryankia
on 11/6/2007
ExecuteNonQuery requires an open and available Connection. The connection's current state is closed
I am getting the above error message. I get no error from my local machine but from the web server I get the connection string erorr above. Any idea what I might be missing? Thanks, Bryan // Build connection string SqlConnectionStringBuilder csb = new SqlConnectionStringBuilder (); csb.DataSource = "xxx" ; csb.InitialCatalog = "xxx" ; csb.IntegratedSecurity = true ; csb.Password = "xxx" ; csb.UserID = "xxx" ; using ( SqlConnection cn = new SqlConnection (csb
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
bryankia
on 11/6/2007
RoundedCornersExtender delayed on page load
I just added this and the the rounded part of the pane shows after the rest of the page is rendered. With the rounded pane at the top of my page it makes everything shift down once they are drawn. After a little research I found a comment about the extender forcing the whole page to be re-drawn. Is there a simple way to use this simple control or should I just chuck it and go in a different direction. Thanks, Bryan
Posted to
ASP.NET AJAX UI
(Forum)
by
bryankia
on 10/22/2007
Re: Having difficulty getting the menu control to behave the way I want it to.
Thanks Amanda. I have been working a couple of different issues with this and now I am back. I talked to my boss and he is okay with just a small delay on when the mouse moves over the menu. the example page you gave me has a small delay but I can not see how they did it. I have looked in the menu control and I see no delay for the mouse over. is this in the style sheet? If so could you point me in the correct direction? Thanks, Bryan
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
bryankia
on 9/11/2007
I need some help with delaying the menu control
When the user drags their mouse over the menus the drop down is activated immmediately. how do I delay this for a very short period of time. Thanks, Bryan PS this has got to be easy but will be darned I can not find it.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
bryankia
on 9/10/2007
Having difficulty getting the menu control to behave the way I want it to.
so here are my issues 1. the users would like the menu to drop down only when the highest level is clicked. 2. The only part of the drop down menu that is selectable is where the letters are so if I have a long menu item next to a short one the selectable area is small. below is how my menu is set up Thanks, Bryan < asp : Menu ID ="MainMenu" runat ="server" Orientation ="Horizontal" MaximumDynamicDisplayLevels ="1" DataSourceID ="SiteMapDataSource1"
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
bryankia
on 9/5/2007
Page 1 of 13 (125 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online