|
|
|
.NET Namespaces (1905) .NET Framework Namespaces | Applications (893) Management, Email, Graphics, Search.. | Articles & Samples (37383) Assembly, Caching, Controls, Reflection.. | Community (94) Conferences, Chat Rooms, Jobs, Training.. | Component & Controls (1005) Forums, Management, Email, more.. | Developers Sites (130) Sites dedicated to developer community.. | Developers Training (234) Training CD-ROMs, Videos, Courseware.. | Downloads (314) Service Packs, Code, Msdn Show.. | Hosting Services (137) ASP and ASP.Net Hosting sites.. | Introduction (334) ASP, ADO.Net, C#, VB.NET, XML | Knowledge Base (2203) Knowledge Base Articles, Samples, Tutorials, HowTos... | Sample Chapters (223) Sample Chapters from Developer Books.. | Silverlight (183) Silverlight | Support WebCasts (638) Microsoft's Support WebCasts |
|
|
|
|
Total Hits: 3 | Today: 3
|
Author: Suprotim Agarwal
|
Rating:
|
|

I wrote this article sometime ago in response to a query asked by a dotnetcurry.com viewer. The user had a requirement where he had two dropdownlist in the GridView and the second one was to be populated at runtime based on the selected value of the first dropdownlist – A case of cascading dropdownlists. I wrote this article sometime ago in response to a query asked by a dotnetcurry.com viewer. The user had a requirement where he had two dropdownlist in the GridView and the second one was to be ...
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Kalyan Bandarupalli
|
Rating:
|
|

Using the ASP.NET ListView Control we can insert,edit, or delete records without writing any code. This post explains how to display and update data using the ListView control. We will use SqlDataSource control to retrieve results from the data source and act as the data source for the ListView control....
|
|
|
|
Total Hits: 3 | Today: 3
|
Author: Kalyan Bandarupalli
|
Rating:
|
|

This post speaks about basics of URL Routing and how URL Routing related to building a ASP.NET MVC Application. You can also use the URL Routing with the ASP.NET Web application if install the Visual Studio 2008 service pack1. This post specifically speaks about how URL Routing is used in ASP.NET MVC Application. * URL Routing is critical element in the ASP.NET MVC Application. * The reason for this is URL Routing determines incoming request to get mapped to the MVC Controller....
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Suprotim Agarwal
|
Rating:
|
|

In the past we have often used the combination of the GridView and DetailsView to display Master-Detail data. Similarly, developers have used pop-ups to depict similar scenarios where a user clicks on a ‘master’ row and the details are displayed in a pop-up window. I was recently exploring the ModalPopup extender control which allows a page to display content to the user in a "modal" manner. I thought of trying out the Master-Details scenario using the ModalPopup Extender. This article discusses...
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Kalyan Bandarupalli
|
Rating:
|
|

This post gives you the basic overview on ASP.NET Models, Views and Controllers. It explains how all parts in MVC Application work together and discuss how the Architecture of an ASP.NET MVC application differs from an ASP.NET Web Forms application....
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: shiju
|
Rating:
|
|

jQuery is now part of the ASP.net development platform and it is going to ship with Visual Studio in the future and will also be the part of ASP.NET MVC installation. ASP.NET MVC will be the first product to include jQuery. Guru Gu’s blog entry has the full details regarding this. This is a great decision from Microsoft and I hope that the community would be happy about the great decision taken by Microsoft. And this is another good step for web development after the ASP.NET MVC technology. jQue...
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: ProgrammingHelp
|
Rating:
|
|

In this article, we will be looking at how we can use Visual Studio to create a comment form, or guestbook to allow visitors of our web site to leave messages, in ASP.NET with the added functionality of AJAX. This means that the comments will almost immediately by added to a SQL database and displayed on the page without postback - the whole page will not be reloaded. We are using Server Intellect and have found that by far, they are the most friendly, responsive, and knowledgeable support team ...
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Suprotim Agarwal
|
Rating:
|
|

The Repeater control is truly amazing. Being template driven, it gives you a lot of flexibility to manipulate and render the final output. In this article, we will exploit this flexibility of the ASP.NET Repeater and build a sample to demonstrate how to use the templates to group and display data. We will also use a little code to ‘total’/sum up our data and display it on the fly. At the end, we will apply css to design a beautiful report from the Repeater control. I have borrowed the css from t...
|
|
|
|
Total Hits: 3 | Today: 3
|
Author: ServerIntellect
|
Rating:
|
|

This tutorial will show you how we can extend the LINQ to SQL Class and create methods that will allow us to page data from a SQL database. C# version. I just signed up at Server Intellect and couldn't be more pleased with my Windows Server! Check it out and see for yourself....
|
|
|
|
Total Hits: 4 | Today: 4
|
Author: ajaxtutorials
|
Rating:
|
|

This tutorial was created with and aimed toward users of Visual Studio.NET 2008. 2005 can be used, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this location, must be installed. Also, if using 2005, some additional steps may be required that are not listed in this article. Microsoft have a Control Toolkit that is not included with the .NET Framework, but can be downloaded from www.codeplex.com/AjaxControlToolkit. This Toolkit is constantly being updated and consists mainly...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Raja
|
Rating:
|
|

In my previous article (http://www.dotnetfunda.com/articles/article114.aspx), I described how to work with forms authentication, that was the basic description about Forms Authentication. In this article, I am going to explain how to Role based security using Forms Authentication. For the demo purpose, I have create a xml file and stored UserName, Passwod, and Roles in xml file and I will validate the user using that xml file data. In real scenario, you can use database to store username, passwo...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Brian A. Randell
|
Rating:
|
|

Team Foundation Server (TFS) is about teams. Sure, a team of one can use it, but TFS is really all about collaboration with other humans on your development projects. Build automation is not F5. Build automation is about collecting, assembling, validating, and auditing. The idea is that you will collect all of the artifacts that comprise your solution and assemble said artifacts based upon a well-defined integration plan. Compilation is a typical task defined in the assembling phase. You use var...
|
|
|
|
|
|