Rating:
2 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 1/5/2009,
in category "ASP.NET 2.0 & 3.5"
Views:
this article has been read 104 times
Abstract:
We at times come across a requirement where a feature in a web application is supposed to behave similar to that of its windows counterpart. One such requirement is to either maintain the focus on the control that caused a postback or to shift focus to the next control after a postback. In this article, we will use ASP.NET and LINQ to do so.
|
Rating:
0 user(s) have rated this article
(Not rated)
Posted by: Suprotim Agarwal,
on 1/3/2009,
in category "Silverlight 2"
Views:
this article has been read 227 times
Abstract:
The SyndicationFeed class in Silverlight 2 makes it easy to parse the feed response. The process of reading a feed is as simple as reading a RSS/ATOM feed using the WebClient class, load the stream into the SyndicationFeed class and bind it to a Silverlight UI. The parsing is done by the SyndicationFeed class.
|
Rating:
0 user(s) have rated this article
(Not rated)
Posted by: Suprotim Agarwal,
on 1/1/2009,
in category "General Topics"
Views:
this article has been read 200 times
Abstract:
A very Happy New Year 2009 to all of you! I plan to start the first post of this year with a recap of what we achieved in 2008. I will also share a few plans that we have for 2009.
|
Rating:
3 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 12/30/2008,
in category "jQuery and ASP.NET"
Views:
this article has been read 600 times
Abstract:
In one of our previous articles, we had seen how to highlight a row in GridView using JavaScript without causing a postback. In this article, we will simplify the approach using jQuery, without the need of handling any of the GridView events.
|
Rating:
1 user(s) have rated this article
Posted by: Minal Agarwal,
on 12/28/2008,
in category "Expression Web"
Views:
this article has been read 472 times
Abstract:
This article assumes that you have a basic knowledge of CSS. CSS is the best approach of web design. This article would teach you how to create a CSS layout with the help of div tags and CSS elements and why is it such a preferred option.
|
|
|
Rating:
0 user(s) have rated this article
(Not rated)
Posted by: Suprotim Agarwal,
on 12/26/2008,
in category "LINQ"
Views:
this article has been read 765 times
Abstract:
In this article, we will see how to create Generic List(T) collection of Anonymous Types using LINQ in C# and VB.NET. We will also explore Extension Methods and see how to call them using AnonymousTypes
|
Rating:
2 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 12/24/2008,
in category "jQuery and ASP.NET"
Views:
this article has been read 977 times
Abstract:
In this article, we will see how to use ASP.NET and jQuery to pass multiple values of a GridView row to another page.
|
Rating:
4 user(s) have rated this article
Posted by: Alan S Fisher,
on 12/22/2008,
in category "Product Articles"
Views:
this article has been read 802 times
Abstract:
Iron Speed Designer builds database, forms, and reporting applications for .NET – without hand-coding. The tool enables you to quickly create visually stunning, feature-rich Web 2.0 applications that are easy-to-customize and ready-to-deploy. In this article, we will explore the key features of the Iron Speed Designer tool.
|
Rating:
5 user(s) have rated this article
Posted by: Minal Agarwal,
on 12/20/2008,
in category "Outlook 2007"
Views:
this article has been read 1080 times
Abstract:
This article will familiarize you with the User Interface of Outlook 2007.
|
Rating:
0 user(s) have rated this article
(Not rated)
Posted by: Suprotim Agarwal,
on 12/18/2008,
in category "Windows Forms 2.0"
Views:
this article has been read 956 times
Abstract:
The List(T) represents a strongly typed collection of objects which is highly optimized for providing maximum performance and can be accessed using an index. This class provides methods to loop, filter, sort and manipulate collections.In this article we will see some common operations like search, sort, loop and manipulating lists.
|
|