Getting All Users Information from Domain in ASP.NET

Step #1: Disable “Anonymous Access” of Virtual Directory Open Internet Information Service (IIS) Go to “Properties of your Virtual Directiory” Go to “Directory Security” tab Click “Edit” button of “Anonymous access and autherntication control” Uncheck “Anonymous access” Step #2: Enabled…

Custom Javascript Dialog

Screenshot Source Code : http://michaelsync.net/demo/ComfirmDialogTest.zip Introduction This article describe how to create a Custom Javascript Dialog in ASP.NET. And also, I’m gonna tell you about my experience that I got when I was implementing this dialog in my project. I’d…

Using Yahoo.UI.Calendar in PageTemplate and Master Page – Part II

Downloads ~ Using YU.Calendar in BasePage (ASP.NET 1.1) Using Yahoo.UI.Calendar in MasterPage (ASP.NET 2.0) UPDATE: Using Popup ASP.NET Calendar in MasterPage (ASP.NET 2.0) Introduction This article is a part II of my previous article “Using ASP.NET Calendar and Yahoo.UI.Calendar in…

ASP.NET Calendar Control and Yahoo.UI.Calendar

ASP.NET Calendar Control and Yahoo.UI.Calendar

Note: You can also see this article in codeproject. Using ASP.NET Calendar and Yahoo.UI.Calendar in ASP.NET 1.1 DEMO Project can be downloaded from the link above. Introduction The Calendar control becomes an essential control for business application developments since the…

ASP.NET 1.1 Training Materials for Beginner

Note from Me: As I’m posting this thread in very limited time, I couldn’t write anything about how these materials are useful for beginner. Anyways, this is the materials that I used for training junior people in my Office. And…

Using Cookie

Posted in ASP.NET, JavaScript.