help.net


Musing on .Net

News

Windows Phone Apps

FotoBank


FotoIreland

Windows 8 Apps




hit counters






Open source CMS


My blog

Irish blogs

Locations of visitors to this page Get Chitika eMiniMalls

.Net useful

Blogs I read

PocketPC

SQL

Usability

April 2008 - Posts

Search Ajax control

 Highrise and other new Ajax enabled tools have this feature that when you type in a search query, it automatically updates the search results below. It's almost like a Auto-Complete Box, but with full results on the page instead of a drop down list below the control. Unfortunately I didn't find anything like this in the Microsoft ASP.NET Ajax Toolkit.

DelayedSubmitDemo

 

Read more...

 

Posted: Apr 13 2008, 11:22 AM by help.net | with no comments
Filed under:
Windows Mobile 6.1 Emulator Images

The Windows Mobile 6.1 Emulator Images package adds emulator images to Visual Studio 2005 or Visual Studio 2008 that let you test applications for Windows Mobile 6.1.

Read more and downlaod here...

 

Error logging techniques using Database

Nowadays error logging becomes mandatory and there has been lots of techniques/API's to log the errors. We develop a ASP.NET application and it works fine on your development machine, and when we deploy the application to the production we set the <compilation debug="false" ...> element in your web.config , of course it is the best practice, which makes the error not visible to the end users.
Well, now, we got some exception and we wonder what is that error and you don't have any clue about error since we have not logged the exception and we were left at no man’s land and makes the developer job very tough without any clue about the error and hence we expect is to log the error and a notification mail to sent to the development so that we make the developer job much easier which is even best practice.

In following article we are going to cover the topics on how to log the error in a simple way and of course in a efficient manner.

Read more...

 

ASP.NET/Silverlight component development

Almost all of the Silverlight demos you see out there are completely client-side, and invoke Web services to post/get data. This approach makes sense, but when you want to use Silverlight to functionally enhance your existing website, you may want to have some kind of integration between Silverlight objects and your server-side controls.

You may also want to enable some kind of Silverlight object composition.

Read more...

 

Scrolling Data Pagination using Ajax

Tired of continuously clicking next page, next page, next page to find the data you are looking for? I always thought this was just something you had to deal with when viewing data on the Internet, that was until I took a look at the new Microsoft live image search. Instead of forcing the user to click next page to paginate the data the page catches the scroll event and fetches the next page of data and adds it to the output asynchronously. In this project I will expand upon my previous project Using Linq to paginate your ObjectDataSource, replacing the standard grid with a scrolling paginated grid. This example works by first creating an Ext JS grid, making a call to a custom json rpc handler to retrieve data, and by adding an event listener to the scrolling event of our grid. This article will focus primarily on the AJAX portion of this project to read more on the underlying data pagination technique please take a look at the previous version of this project.

Topics covered in this project:

  • Singleton Collections
  • Querying objects using Linq
  • Using Skip() and Take() with Linq
  • Custom Data Pagination
  • Creating a custom Json RPC handler using Jayrock
  • Using the Ext JS with asp.net and Json RPC
  • Working with javascript events and asynchronous javascript

Read more...

 

Posted: Apr 12 2008, 04:51 PM by help.net | with 1 comment(s)
Filed under:
Using JQuery to perform Drag and Drop operations

In this video tutorial Mohammad Azam demonstrates how to perform drag and drop operations using the JQuery library. He steps through the process of creating some simple drag and drop behavior.

Read more...

 

Posted: Apr 12 2008, 04:08 PM by help.net | with no comments
Filed under:
Useful Extension methods

In this article, Brian examines extension methods and how they can be used with .NET Framework applications. He begins with a short introduction and then provides a detailed explanation of the application of extension methods with the help of source code in C#.

Read more...

 

Posted: Apr 12 2008, 04:06 PM by help.net | with no comments
Filed under:
Role Based Forms Authentication

Using Role based forms authentication, we can restrict users of the site to accessing certain resource if they are not part of a particular role. In this article, Satheesh demonstrates how to build sites with this type of authentication. He provides a short overview of various Login Controls and Providers and then discusses a scenario with detailed explanation of various aspects of the sample application with screenshots and source code.

Read more...

 

Posted: Apr 12 2008, 04:03 PM by help.net | with no comments
Filed under:
Implementing a Session Timeout Page

In this article, Steve walks through the steps required to implement a Session Logged Out page that users are automatically sent to in their browser when their ASP.NET session expires. He examines each step with the help of detailed explanation supported by relevant source code.

Read more...

 

Posted: Apr 12 2008, 04:01 PM by help.net | with no comments
Filed under:
Adding Filter Action to FileUpload Control
In this article, Soyuj explains the logic to implement the ASP.NET 2.0 FileUpload Control for adding the ability to filter files. After a brief introduction, he discusses both the client and server side approaches with the help of source code. At the end of the article Soyuj also provides a few useful references to learn more about the discussed topic.

Read more...

 

Posted: Apr 12 2008, 04:00 PM by help.net | with no comments
Filed under:
More Posts Next page »