Quantcast
Channel: Altafhussain's Blog
Browsing all 25 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Keeping Session On StateServer

To Save Session in StateServer we can add the following section in the webConig of an application. The <SessionState></SessionState> tag has to be used inside system.web. Also look the...

View Article


Image may be NSFW.
Clik here to view.

Working with Dropdownlist

It quite easy to work with dropdown list. You just need to drag-and drop it. But let just work with it. Suppose, we want to add an datasource which have multiple fields, or coming from database SELECT...

View Article


Image may be NSFW.
Clik here to view.

Table Cell border showing broken in IE 7

When you apply css in table TD the border seems broken for cells where there is no data/empty, you bind the data as null. I used a repeater to show, and it shows like below: After some goggling i found...

View Article

Image may be NSFW.
Clik here to view.

Ensure a button is not a default button: A Case Study

To make a button default button we can use the following C# code. Page.Form.DefaultFocus = txtCprNumber.ClientID;//Setting default focus element Page.Form.DefaultButton = btnSearch.UniqueID;// Setting...

View Article

Image may be NSFW.
Clik here to view.

Get Rid of Viruses >> Turn off Auto Play : For pen drive

You can get rid of lot of viruses by turning off the autoplay option for your removable devices. To turn off auto play on your Windows 7 box use the following steps: 1. Go to Run 2. Type GPEDIT.MSC 3....

View Article


Image may be NSFW.
Clik here to view.

How to Change Login Mode In SQL Server 2005

http://www.facebook.com/widgets/like.php?href=https://altafhussainbd.wordpress.com/2011/06/16/how-to-change-login-mode-in-sql-server-2005/ In Sql server you can login in two mode: 1. Windows...

View Article

Image may be NSFW.
Clik here to view.

Running IIS and Apache in Same Box

http://www.facebook.com/widgets/like.php?href=https://altafhussainbd.wordpress.com/2011/12/22/running-iis-and-apache-in-same-box/ I was facing problem to run IIS and Apache simultaneously. After a few...

View Article

Image may be NSFW.
Clik here to view.

Installing asp.net state service

http://www.facebook.com/widgets/like.php?href=https://altafhussainbd.wordpress.com/2011/12/23/installing-asp-net-state-service/ As some how I got my AspNet State service failed to run, its deleted...

View Article


Image may be NSFW.
Clik here to view.

Developing Message Passing Application (MPI) in Visual Studio: Parallel...

In this I will discuss about how you could make your environment ready for parallel computing to work with MPI in C++. Here are the steps: 1) First download and install Microsoft HPC pack 2008 SDK from...

View Article


Image may be NSFW.
Clik here to view.

Installing RavenDB as Service

http://www.facebook.com/widgets/like.php?href=https://altafhussainbd.wordpress.com/2012/05/23/installing-ravendb-as-service/ For fewdays I was playing with RavenDB, a document database developed in C#...

View Article

Image may be NSFW.
Clik here to view.

Reading Ontology With OWL: IMPORT using JENA

If we want to read an ontology that also import another ontology ( have an OWL: IMPORT), both the ontology URI has to resolve. But, most of the time we may need to load both the ontology from file...

View Article

Image may be NSFW.
Clik here to view.

Play Project Setup in IntelliJ ( Play + Java)

1. Tips: Install your play framework in directory name without white space: 2. Creating a New Project To create a new project in Play you need to follow the following steps: 1. Open CMD and go to your...

View Article

Image may be NSFW.
Clik here to view.

Enabling Bootstrap Templates in ASP.NET Web Sites and Working With Visual Studio

Installing Bootstrap The best way to install Bootstrap and working with VS would be installing it with NUGet 1. Create a new Project, (ASP.net WebForm Project) 2. Open Package Manager Console and type...

View Article


Image may be NSFW.
Clik here to view.

Disabling Foreign Key Constraints In a Table; Enabling them back After Schema...

Some times we may need to change table schema but when there are Foreign Key constraints in any column of that table it won’t allow to change anything. We can Disable Fk Constraints check while...

View Article

Image may be NSFW.
Clik here to view.

Oh! Daddy! GoDaddy’s Shared Hosting: System.Security.SecurityException: That...

Lately, I was deploying an semantic web based application in a  Shared hosting  server in GODADDY.COM. And I was Getting the following error for one of the assembly I was using....

View Article


Image may be NSFW.
Clik here to view.

How to Change Login Mode In SQL Server 2005

http://www.facebook.com/widgets/like.php?href=https://altafhussainbd.wordpress.com/2011/06/16/how-to-change-login-mode-in-sql-server-2005/ In Sql server you can login in two mode: 1. Windows...

View Article

Image may be NSFW.
Clik here to view.

Running IIS and Apache in Same Box

http://www.facebook.com/widgets/like.php?href=https://altafhussainbd.wordpress.com/2011/12/22/running-iis-and-apache-in-same-box/ I was facing problem to run IIS and Apache simultaneously. After a few...

View Article


Image may be NSFW.
Clik here to view.

Installing asp.net state service

http://www.facebook.com/widgets/like.php?href=https://altafhussainbd.wordpress.com/2011/12/23/installing-asp-net-state-service/ As some how I got my AspNet State service failed to run, its deleted...

View Article

Image may be NSFW.
Clik here to view.

Developing Message Passing Application (MPI) in Visual Studio: Parallel...

In this I will discuss about how you could make your environment ready for parallel computing to work with MPI in C++. Here are the steps: 1) First download and install Microsoft HPC pack 2008 SDK from...

View Article

Image may be NSFW.
Clik here to view.

Installing RavenDB as Service

http://www.facebook.com/widgets/like.php?href=https://altafhussainbd.wordpress.com/2012/05/23/installing-ravendb-as-service/ For fewdays I was playing with RavenDB, a document database developed in C#...

View Article
Browsing all 25 articles
Browse latest View live


Latest Images