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
»
asp.net
(
RSS
)
.net
AJAX
Asp.net AJAX
Blog Engine
c#
CSS Tricks
Entity Framework
Gridview
IIS
Javascript
Membership API
SQL Server
Vb.net
The underlying provider failed on Open
by
aghausman12
The underlying provider failed on Open is an entity framework error and with a simple fix it is little difficult to sort out what is going wrong. 1) if you are using IIS 7 with Integrated Security in connection string. Make sure your IIS user have appropriate...
Filed under:
asp.net
,
Entity Framework
Get Countries Name in .Net
by
aghausman12
Introduction: In this post, I will explain you how can we get the countries name filled in any collection using .net without using any database. It is a regular task, which we all as developers did some past day but the difference is we used database...
Filed under:
asp.net
,
.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
Migrate from WordPress to BlogEngine.net
by
aghausman12
In this post, I will explain how to migrate a blog running on Word Press (Self Hosted) to BlogEngine. But before I start let me say, that Word Press simply rocks. The reason why I plan to switch my blog is customization. Since I am a dotnet geek, I really...
Filed under:
asp.net
,
.net
,
Blog Engine
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
Show images on Grid View from File Stream SQL Server 2008
by
aghausman12
Background : In my last post about SQL Server 2008 new feature File Stream (Saving and Retrieving File Using FileStream SQL Server 2008) , we did an example of saving an image to the file stream and then retrieve it back and make it available for download...
Filed under:
asp.net
,
.net
,
SQL Server
Custom Paging in Grid view
by
aghausman12
So, it takes too long for me to write this post. even though I completed the coding stuff a week back but it is really hard to manage time these days. In this post, I will explain and demonstrate you how to create custom paging in Grid view control. Paging...
Filed under:
asp.net
,
c#
,
.net
,
Gridview
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
Authenticated File Access using HTTP Handler.
by
aghausman12
In this post I will explain you how authenticate the request directly coming to access a file that is downloadable. some thing like *.pdf or *.zip. Mostly, people make it working by creating an *.aspx page and then write binary of that file in Response...
Filed under:
asp.net
,
c#
,
.net
How to pass parameters to the dynamically added user control
by
aghausman12
In this post, I will explain how you can pass parameter to the dynamically added (from code behind) User Control. Most of you might aware of how we can achieve this in web application project. Following is the code for that 1: Dim objCon As Control =...
Filed under:
asp.net
,
.net
,
Vb.net
More Posts
Next page »