Agha Usman
Lives in Riyadh(Saudia Arabia) belong from Karachi (Pakistan)
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.net
AJAX
asp.net
Asp.net AJAX
Blog Engine
c#
CSS Tricks
Entity Framework
Gridview
IIS
Javascript
Membership API
SQL Server
Test Driven Development
TSQL
Vb.net
WMI
Sponsors
advertise here
Navigation
Home
Blogs
Archives
September 2012 (1)
February 2011 (1)
August 2009 (1)
July 2009 (3)
May 2009 (5)
April 2009 (2)
March 2009 (4)
February 2009 (8)
January 2009 (12)
December 2008 (2)
Browse by Tags
All Tags
»
AJAX
(
RSS
)
.net
asp.net
Asp.net AJAX
c#
CSS Tricks
Javascript
Vb.net
Show Loading Message in Asp.net AJAX
by
aghausman12
In this post, I will explain you how can we show Loading message in asp.net ajax without using Update Progress. Now some one may asked, why do I want to skip Update Progress ? Well, there can be several reasons for this, fist of all you have to work on...
Filed under:
asp.net
,
AJAX
,
Asp.net AJAX
How to show and select month/year in Calendar Extender
by
aghausman12
In this post I will explain you, How to make calendar extender control to show month / year view by default and instead of selecting dates how can we use calendar extender to select months. Before I start, let me say that I got extensive support from...
Filed under:
asp.net
,
Javascript
,
AJAX
Datatable to JSON
by
aghausman12
In this post I will explain you, how can we serialize Datatable to JSON. So that, it can easily pass to JavaScript to get the AJAX done. First of all fill a Datatable with some results. DataTable dt = new DataTable(); SqlConnection objSqlCon =...
Filed under:
asp.net
,
c#
,
.net
,
Javascript
,
AJAX
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:
asp.net
,
.net
,
AJAX
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:
asp.net
,
.net
,
AJAX
,
CSS Tricks
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:
asp.net
,
AJAX
,
Vb.net
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:
asp.net
,
c#
,
.net
,
AJAX
More Posts