CODEDIGEST
Home » 
Search
 

Technologies
 

CodeDigest Navigation
 

Technology News
No News Feeds available at this time.
 

In Community
No News Feeds available at this time.
 
ASP.NET
Articles
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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.
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.
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.
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..
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.
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.
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.
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.
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..
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15