CODEDIGEST
Home Articles CodeDigest Tutorials FAQs
Skip Navigation LinksHome » Article   Submit Articles and Win Geeky Prizes!!   You are not logged in.
Search
 

Product Spotlight
 

Technologies
 

CodeDigest Navigation
 

Technology News
No News Feeds available at this time.
 

In Community
No News Feeds available at this time.
 
Skip To Page: 1 2 3 4 5 6 7 
ASP.Net
The Calendar control is one of the primarily used controls when we build applications that deal with dates. For example, a ticket booking system, attendence registers, etc.
It is obvious that any website we develop will have multiple pages and requires a navigation feature to move or browse between pages. This is a beginner level article that discusses various options for pasing values between pages and its pros and cons.
In Part 1 of this article series, we have seen some of the basic usages of ADRotator control in a webpage. In Part 2, we will see how to track an adverstisement performance by adding a hit counter for each adverstisement.
Passing values from server to client side for some javascript manipulation and it’s vice versa is one of most recurring tasks we will come accross when developing web applications. Well, this can be done through so many ways and this article will elaborate on some of the techniques which we can use to access the javascript variable or value in server and vice versa.
ADO
My Previous articles discussed about the new features that was packed in ADO.Net 2.0. In this article, we will understand how to implement asynchronous operation in ado.net. Using this feature, we can execute bulk database operations asynchronously against a database.
The Part IV of this article series - ADO.Net 2.0 Features, will help us understanding 2 more new features that are packed with ADO.Net 2.0, Connection Statistics and TransactionScope Object.
The Part III of this article series - ADO.Net 2.0 Features, will help us understanding 2 more new features that are packed with ADO.Net 2.0, MARS and Generic Data Access.
The Part 2 of this article will help us understanding ToTable() method that was introduced newly in .Netframework 2.0. It creates and returns a new DataTable based on rows in an existing DataView. Read more on this article.
ASP.Net Ajax
In my previous article Using Authentication Services in ASP.NET AJAX for Forms Authentication we have understood how to use the authentication service to provide forms authentication in ajax applications. Most of the times, we will also have number of roles to provide different set of permissions to different users. The ASP.Net AJAX Extensions 1.0 released for ASP.Net 2.0 does not have an inbuilt service like authentication service that provides roles support. The next version of ASP.Net AJAX th
Debugging AJAX using Microsoft AJAX Library, Internet Explorer and Mozilla Firefox,Developing AJAX applications that involve complex client-side programming and communication with the server side raises the need for equally complex debugging tools and techniques.
Caching,It’s nothing but a thought kind of memory. Application,Its nothing but similar to Session with a bit difference that is Session objects have scope within a particular session while application objects having scope within entire application.
In Part 1, we have seen how to make AJAX calls through POST and GET method using JQuery library. , In Part 2 of this article series, we will see some of the advanced usages of JQuery with ASP.Net AJAX application.