June 2009 - Posts
In this article, Ashic Mahtab shows you how to set up a very simple username / password authentication system without using a Membership provider.
Read the article at
Heartysoft.com.
In this article, Ashic Mahtab shows how to control how a validator is displayed on an asp.net page.
Note: Cross posted from
Heartysoft.com.
Permalink
In this article, Ashic Mahtab shows how to create a cool bing search like search box using css.
Note: Cross posted from
Heartysoft.com.
Permalink
If you’re using the Membership API in asp.net and need to retrieve a user’s password, you can do so by doing this:
MembershipUser user = Membership.GetUser("username"); ...
Note: Cross posted from
Heartysoft.com.
Permalink
There may be the need to programmatically logout the user in an asp.net application. If you’re using Forms authentication, this is very simple to do...
Note: Cross posted from
Heartysoft.com.
Permalink
It’s finally happening…we’re having an MS dev (and IT) event here in Dhaka, Bangladesh. This is the first one ever and marks a significant landmark for the software industry here. It’s going to be held on June 20, at IDB Bhaban Auditorium. You can find details and register (mandatory) for the event here:...
Note: Cross posted from
Heartysoft.com.
Permalink
Note: Cross posted from
Heartysoft.com.
Permalink
In this article, I've looked at a few CMSes for my site. I've looked at Graffiti, Umbraco, Dnn, AxCMS and BlogEngine.Net. I've found the last one to fulfil most of my needs. This article explores how.
Note: Cross posted from
Heartysoft.com.
Permalink
More Posts