January 2009 - Posts

1
Comments

Event Bubbling in Javascript by aghausman12

Today, while creating some javascript popup I had a condition in which I place onclick function on body tag. I had an other button which also implement onclick. So the code looks like as follows 1: < body onclick ="disappearPopup()" >...
Filed under:
2
Comments

Long Waited Task in Asp.net by aghausman12

Yesterday, one my my friend ask me a query about sending some 500+ emails using an asp.net page. Sending bulk email using asp.net is obviously an issue. I mean, You cannot keep the page on the post back state for the five minutes. Your page will get expired...
Filed under: , ,
13
Comments

Get Primary key on Row Command (GridView) by aghausman12

Some days back I got a query from one of my fellow, regarding a very normal situation I mean that’s the day to day task that we as a developers are doing. Here is the scenario Scenario: Consider you have a data grid view which show a list of products...
Filed under: , , ,
4
Comments

Backup Failed : System.Data.SqlClient.SqlError: Failed to pause catalog for backup. Backup was aborted. by aghausman12

This morning when I was taking backup of the database located on one of our dedicated server. I hunt the following error. System.Data.SqlClient.SqlError: Failed to pause catalog for backup. Backup was aborted. In short, you are no more able to take backups...
Filed under:
0
Comments

Beta Components Detected on SQL Server 2005 Installation by aghausman12

This weekend, I was in Morgan Technologies as they were facing some installation problem in SQL Server 2005 enterprise edition. So they called me up with relation to the community work. So the error was Errors occurred during the installation: Beta components...
Filed under:
0
Comments

CLR Integration and Lightweight Pooling Conflict by aghausman12

I thought I am CLR Integration Guru in Sql Server but this morning I came to know that there are lots of things left to grab. While I was moving the local database on the new live server I run some CLR Procedure which Says these procedures required CLR...
Filed under: ,
6
Comments

Prevent .js caching in asp.net by aghausman12

This is like a very common issue, specially for those who are working on public site which is live and they have to release the builds every week or month and if the new build contain JS files then your change will not reflect on the client browser until...
Filed under: , ,
0
Comments

Different Style for IE7 and Firefox in CSS by aghausman12

Well, I with my designer Atiq was trying to set the a div which is working fine in IE7 but when it comes to Firefox, it was asking us to give the margin-top:10px. when we put that, the div comes down in IE7. So, in this situation we need to specify two...
Filed under:
4
Comments

How to change default button of a form by aghausman12

Often, we have condition when we have multiple forms on a page which have multiple submit buttons as well. Whenever, you press enter on any text box it will call the command button which is at top most sequence of command buttons. So, to overcome this...
Filed under: ,
5
Comments

Validate username using custom validation (AJAX) by aghausman12

In this post, I will explain you how to have an ajax call on custom validator control and check for the username in the database. This task will include two pages one is the form page (default.aspx in our case) in which we have the custom validator and...
Filed under: , , ,
More Posts Next page »