Browse by Tags
All Tags »
ASP.NET (
RSS)
I was announced asp.net MVP today... Note: Cross posted from Heartysoft.com .
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...
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...
I’ve answered this question about five times in the last few days at the forums. It’s getting tedious so I thought I’d make a blog post about it. Issue: The FileUpload control has a FileName property. In FireFox (FF) and some other standards compliant...
I’ve been contributing more and more to the asp.net community recently. I had a somewhat dry spell two to three moths back. I completed my graduation in Computer Science and Engineering, moved out of the university dorms, got a new apartment, had a nightmare...
More Posts
Next page »