Articles
|
We have started an article series “Customizing Fields in ASP.Net Dynamic Data Website” to customize the fields displayed in ASP.Net Dynamic data website.
In part 1 of this article series, we have seen how to customize an existing field template. We will continue the article series with part 2 to include a new field template for a datatype that can be used only at specific places.
Posted on 1/28/2010 @ 7:22 AM
By Satheesh Babu B
in ASP.Net
|
The next version of .Netframework is 4.0, which is currently in its beta 2 stage includes many new ground breaking features. With ASP.Net 4.0, Microsoft shipped some very new good features that are really helpful to make your pages search engine friendly.
Posted on 1/23/2010 @ 9:29 AM
By Satheesh Babu B
in ASP.Net
|
As I said in my previous articles, a real business world application requires a lot of customization on basic templates of dynamic data website to achieve our final goal. In this article, we will see how to customize a field displayed in the Dynamic Data website.
Posted on 1/8/2010 @ 10:08 AM
By Satheesh Babu B
in ASP.Net
|
There are situations where we need to put our asp.net application files on a network share instead of keeping it in local file system. When we try to execute our application after making the above change, it will throw an error Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.Read more..
Posted on 12/18/2009 @ 11:01 AM
By Satheesh Babu B
in ASP.Net
|
Dynamic Data Website is one of the new features released with ASP.Net 3.5 which simplified building data driven website to a greater extent. In this article, we will see how to build a custom page for a particular database object while the other database objects can still use the default templates.
Posted on 12/11/2009 @ 11:10 AM
By Satheesh Babu B
in ASP.Net
|
Grouping data is one of the most common activities we do with any data driven websites. LINQDatasource control allows us to group data based on one or more columns with the help of GroupBy property and Select property. Moving forward, we will see how to group the data when using LinqDataSource control.
Posted on 12/4/2009 @ 8:28 AM
By Satheesh Babu B
in ASP.Net
|
Most often, we build applications that works on the data stored in the database. Understanding this need, Microsoft shipped a new feature with ASP.Net 3.5 called Dynamic Data Website that enables us to build a data driven websites very easily.
Posted on 10/14/2009 @ 9:40 AM
By Satheesh Babu B
in ASP.Net
|
Routing is a technique which enables us to use a descriptive, search engine and human friendly URL’s for ASP.Net application to access a resource. In this article, we will implement a simple routing mechanism in ASP.Net 3.5.
Posted on 10/11/2009 @ 10:37 AM
By Satheesh Babu B
in ASP.Net
|
At times, it may be required to use stored procedures for the data operations for certain conditions with LINQDataSource control. It is possible to configure the LINQDatasource to use stored procedures instead of the default LINQ to do the database interactions through the LINQ to SQL classes. Read more in this article..
Posted on 10/1/2009 @ 10:39 AM
By Satheesh Babu B
in ASP.Net
|
Building a search page is one of the very common and repeated tasks we do in any data driven websites. To do this, we will build a select query with where clause based on the search parameter suppplied through the input controls on the page. Understanding this need, Microsoft has introduced a new extender control called QueryExtender control with ASP.Net 4.0(Currently in beta) release that works with LINQ.
Posted on 9/8/2009 @ 9:01 AM
By Satheesh Babu B
in ASP.Net
|
|