Search

You searched for the word(s): userid:368025

Matching Posts

  • Caching with SQL Server 2005

    Hi everyone, I've a question about caching with ASP.NET 2.0 and SQL Server 2005. I'd like to use the non-polling system, so use the Notification Service in SQL 2005. This are the steps I runned: I've 'enabled' the SQL Server 2005 Notification service by running 'SET ENABLE_BROKER' I've insert the command ' System.Data.SqlClient. SqlDependency .Start(connection);' in my Global.asax I've checked my stored procedures to use the right table (like dbo.<tablename>
    Posted to Data Access and ObjectDataSource Control (Forum) by plompd on 10/12/2006
    Filed under: Data Access, Database
  • Re: Infragistics Vs Telerik

    Good choice. I hope you will like the controls and I'm sure you will not be dissapointed regarding the support, as you said :) Daniel
    Posted to Component Discussions (Forum) by plompd on 7/29/2006
  • Re: Infragistics Vs Telerik

    Hi, I'm also recommending the Telerik r.a.d.controls suite. When you have this license you can use all of the controls from the suite: 17 in total! Plus almost every year controls are beeing added to the suite. Of course you can buy them seperate. The support is very good. Always an answer to you questions and a great forum with lots of users that can/will help you if you're stuck with a specific solutions. The controls are very easy to deploy (not with Infragistics) and easy to develop. Easy to
    Posted to Component Discussions (Forum) by plompd on 7/11/2006
  • Betreft: Re: IsOnline

    I'm not sure if I understand that. Sorry. When a user logs in, the LastDateTimeActivity is updated. Then depending on the UserIsOnlineTimeWindow, you can check whether the user is online: e.g. If CurrentDateTime > LastDateTimeActivity + UserIsOnlineTimeWindow Hope you know what I mean. So, how do I update this LastDateTimeActivity? I mean, maybe a user is doing nothing for 15 minutes and the he is going back to do something. So, he clicks on a link etc. Is that the moment I have to update (manually
    Posted to Security (Forum) by plompd on 10/24/2005
  • IsOnline

    I've a question: I'm using a custom membershipprovider against a SQL2000 server. When a user logs on the application, the LastDateTimeActivity and IsOnline are set. Now do I have to manually update this fields when a users logs off? If I set the UserOnlineTimeWindow to e.g. 1 minute, then the user is offline after one minut, even if he is still in a session. That would mean that with every request I have to update the LastDateTimeActivity in the database? And... when do I have to set the IsOnline
    Posted to Security (Forum) by plompd on 10/22/2005
  • Custom Membership Provider question

    Hi there, I've a question: I created a custom membership provider. I use some functions e.g. ValidateUser When I place the Login control on a webform and convert it to a template, I double click on the Login Button. In the code behind I placed this code: protected void LoginButton_Click( object sender, EventArgs e) { if ( Membership .ValidateUser(Login1.UserName, Login1.Password)) { Person p = PersonBLL .GetPersonByUserName(Login1.UserName); FormsAuthentication .RedirectFromLoginPage( Convert .ToString
    Posted to Security (Forum) by plompd on 10/12/2005
  • Betreft: Re: Betreft: web application with application specific user information

    1) Wich providers do we have to create to use the full functionality of this Provider Model Design Pattern? 2) Do we also have to update our own tables with the fields that are used in the ASPNETDB.mdf? Or copy this tables into our own database?
    Posted to Security (Forum) by plompd on 6/16/2005
  • Betreft: web application with application specific user information

    That is exactly what I want to know. I have tried to implement a custom membership provider. That works ok, but I think when you also want to use custom tables for roles, profiles etc. you will have to provide an implementation for each of the providers... I quess. So until now I don't see the benefits of this new Provider Model Design Pattern. But, maybe someone can tell us different? It works fine if you just use the ASPNETDB.MDF but that's not what I want... Help appreciated!
    Posted to Security (Forum) by plompd on 6/16/2005
  • Unable to use Sauce Reader

    I installed Sauce Reader 1.6 to manage my blog offline. When I want to Post or Synchronize my posts, it gives an exception: SERVER RETURNED A FAULT EXCEPTION That's it. No more information. Anyone who knows something about this problem? Do I have to configure something somewhere to use this functionality? I use this RPC path in the Account Properties: /danielsblog/services/metablogapi.aspx Any ideas?
    Posted to .Text (Blogs) (Forum) by plompd on 8/3/2004
  • Problems with seting up my multiple blogging...almost there?

    Hi, I have a question about the configuration of .text blogging. I use as my domain name: danielsblog.damar.nl It doesn't work. How do I have to configure my webconfig and my blog_config table in SQL? I really need some help on this. I first set it up on localhost and that worked ok. Now on my production server it doesn't work with the domain named above. I use the multiple configuration... Thanks Daniel Plomp The Netherlands
    Posted to .Text (Blogs) (Forum) by plompd on 7/30/2004
Page 1 of 2 (13 items) 1 2 Next >