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
Gridview
IIS
Javascript
Membership API
SQL Server
Test Driven Development
TSQL
Vb.net
WMI
Sponsors
advertise here
Navigation
Home
Blogs
Archives
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
»
Javascript
(
RSS
)
.net
AJAX
asp.net
c#
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
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:
Javascript
Get Current Time Using JavaScript
by
aghausman12
Here is the quick code to get the current time in 12 hours format using JavaScript. 1: <script language= "javascript" > 2: function getTime() { 3: var dTime = new Date(); 4: var hours = dTime.getHours(); 5: var minute = dTime.getMinutes...
Filed under:
Javascript
More Posts