February 2009 - Posts

11
Comments

Configure SQL Server 2008 for File Stream by aghausman12

Well, from past two days I am working on SQL Server 2008 new feature called File Stream. In the period of SQL Server 2005 when we want to store some files to the database we can have that using varbinary(max) but that approach is not either smart nor...
Filed under: ,
0
Comments

How to Group by Just Date Portion Of DateTime Field by aghausman12

There are times when we need to group by the table with the date. But Datetime field also contain time part which is very deep. So, there is no way you can group by datetime field and see correct records because it will group by including the time portion...
1
Comments

Installing SQL Server 2008 Express by aghausman12

Currently, by the time I am posting this stuff SQL Server 2008 is in CTP. And off course, it has several installation issues. For the very first time, when I sit for the installation of SQL Server 2008 Express believe me I run the setup up to four times...
Filed under:
0
Comments

Google Can Do Mistakes So Why People Don't by aghausman12

  Finally Google Analytics rectifies its spell mistake. For detail please see this post. For detail please see this post .
6
Comments

Prevent Request Timeout in Asp.net by aghausman12

In one of our application we want our user to upload data up to 1GB and the most interesting part is we want this uploading via HTTP. I mean, we have plan to use FTP but that is for future. For now we need to make it with HTTP. Off course, uploading data...
Filed under: , ,
5
Comments

Passing Parameter To User Control On A Modal Popup by aghausman12

This is the most demanded scenario for the one who are using Asp.net AJAX Control Toolkit, I mean I have seen most of the people asking for this feature on asp.net forum. Unfortunately, we have no such functionality provided in Modal Popup because the...
Filed under: , ,
6
Comments

Disable Control When Asp.net AJAX is in progress by aghausman12

If the AJAX call to the server take too much time, then there is a possibility that user might press some other buttons or some other event occurred which will cause your AJAX call to stop and make a new request. To overcome this situation, I decided...
Filed under: , , ,
1
Comments

Send Welcome email to user using Membership API by aghausman12

While using Membership API, It is a very normal task to send user a registration or verification email. We can achieve that using two ways one is using the default email setting of Create User Control and other is by implementing CreateUserWizard.CreatedUser...
Filed under: ,
More Posts