Welcome to weblogs.com.pk Sign in | Join | Help

Nasir Ali Khan

Believing is easier than thinking. Hence so many more believers than thinkers.

Browse by Tags

All Tags » Web Applications   (RSS)
ASP.NET Session_End and HttpContext
Almost every ASP.NET application uses Server sessions to store some information across the user requests and framework provides various events to let developers use session. In this blog I will share one good experience that came across recently. In my Read More...
Partial Classes, when feature results nightmare
Just to share the recent experience that i had in ASP.NET, i was developing quite a complex ASP.NET 2.0 application having 100 odd pages structured properly into folder hierarchy depending on navigation and logical relation. In application there are few Read More...
Facebook Development with the .NET Compact Framework
Facebook has become a huge phenomenon in social networking. The site exposes a developer API to support Web and desktop applications. In this article we will explore making use of this functionality from a smart device application. The source code to Read More...
AHAH: Asychronous HTML and HTTP
A synchronous H TML a nd H TTP, or AHAH , is a method for updating webpages dynamically using Javascript , similar to Ajax , but with the difference that the response from the request is used directly without parsing on the clientside. This means that Read More...
VS2003/ASP.NET 1.1 Namespace issue
few days ago i faced one ridiculous issue in my web application, when ever i am running the application, site throws " Could not load type '<Application>.Global " error. one first glance it looks that application is not compiled, I tried with rebuild/rebuild Read More...
Client Callbacks in ASP.NET 2.0
Platform : ASP.NET 2.0, Visual Studio 2005 Level : Advance Introduction Client Call back is an interesting feature of ASP.NET which allows call of server code from Client side Java Script through XmlHTTP so called AJAX in this article I will discuss client Read More...
Cross page posting in ASP.NET 2.0
Intended Readers : Person having basic knowledge of ASP.NET 1.1, web applications etc. Platform : ASP.NET 2.0, Visual Studio 2005 Level : Intermediate Introduction Almost every web application inputs data from the user and process it, in ASP.NET this Read More...
Introduction to SiteMapDataSource Control in ASP.NET 2.0
Introduction to SiteMapDataSource Control in ASP.NET 2.0 Intended Readers: Persons having basic knowledge of data binding, xml etc. Platform: ASP.NET 2.0, Visual Studio 2005 Level: Intermediate Introduction SiteMapDataSource Control is another new control Read More...
Introduction to XMLDataSource Control in ASP.NET 2.0
Intended Readers: Persons having basic knowledge of .NET 2.0, Data Binding, XML etc Platform: ASP.NET 2.0, Visual Studio 2005 Level: Intermediate Introduction On continuation of my articles on DataSource Controls in ASP.NET 2.0, its time to look at the Read More...
Cross Page communication
Cross Page communication Imagine a Windows Application where two forms are open and change in one form should update the second form to implement this obviously you need a reference of one form in other and you will change its state directly well quite Read More...
Introduction to Object Data Source in ASP.NET 2.0
Intended Readers : Persons having basic knowledge in .NET 2.0, ASP.NET, data binding etc Platform : ASP.NET 2.0, Visual Studio 2005 Level : Intermediate Introduction In my last article I discussed the notion of data source controls in ASP.NET 2.0, and Read More...
Developer’s Introduction to Data Source controls in ASP.NET 2.0
Intended Readers: persons having basic knowledge of asp.net 1.1, data binding, .net 2.0 Platform: ASP.NET 2.0, Visual Studio 2005 Level: Intermediate Introduction Normally web applications are tends to be data centric and most of the coding efforts consumes Read More...
Introduction to Themes in ASP.NET 2.0
Intended Readers : Persons having knowledge of ASP.NET 1.1, .NET 2.0 Platform : ASP.NET 2.0, Visual Studio 2005 Level : Intermediate Introduction Yet another new feature introduced in ASP.NET is Themes which enables web developers to apply theme on ASP.NET Read More...
Introduction to Master Pages in ASP.NET 2.0
Intended Readers : Persons having some basic knowledge of ASP.NET 1.1, .NET 2.0 Platform : ASP.NET 2.0, Visual Studio 2005 Level : Intermediate Introduction ASP.NET 2.0 addressed most of the issues faced by the developers in ASP.NET 1.1 and contains lots Read More...
Access Session object in ASP.NET, some best practices
Intended Readers : Persons having basic knowledge of ASP.NET, session management etc. Platform : ASP.NET 1.1 Level : Intermediate Introduction In inherently stateless environment of web, we need some special mechanism of maintaining the application/user Read More...
More Posts Next page »