Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Monday, October 13, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP.NET 2.0 > Server Controls
Search:
What's New - What's Hot
Listings for Data Control Data Control (189)
Listings for HTML Control HTML Control (18)
Listings for Login Control Login Control (15)
Listings for Navigation Control Navigation Control (27)
Listings for Standard Control Standard Control (38)
Listings for Validation Control Validation Control (25)
Listings for Web Parts Control Web Parts Control (29)
 


Retrieving the Just-Inserted ID of an IDENTITY Column Using a SqlDataSource Control        
Total Hits: 2  |  Today: 1 Author: Scott Mitchell       Rating:  
Read Reviews | Write Review |   Your Rating: 

ASP.NET offers a variety of tools and mechanisms for working with database data, including a number of data source controls, such as the SqlDataSource, ObjectDataSource, and LinqDataSource, among others. The SqlDataSource is one of the most basic data source controls as it operates directly against a configured database. Using the SqlDataSource control, an ASP.NET developer can retrieve, insert, update, or delete data by simply setting a few properties. Little to no code is needed. While the Sql...

LinqDataSource Control in ASP.NET 3.5        
Total Hits: 1  |  Today: 1 Author: Raj Beniwal       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article I will show you how to Select, Insert, Update, Delete data using LinqDataSource control. Language-Integrated Query (LINQ) is a query syntax that defines a set of query operators that enable traversal, filter, and projection operations to be expressed in a declarative way in any .NET-based programming language. The data object can be an in-memory data collection or an object that represents data from a database. You can retrieve or modify the data without having to write SQL comma...

Working with SiteMapDataSource Control in ASP.NET 3.5        
Total Hits: 2  |  Today: 1 Author: Raj Beniwal       Rating:  
Read Reviews | Write Review |   Your Rating: 

The SiteMapDataSource control is a data source to the site map data that is stored by the site map providers that are configured for your site. The SiteMapDataSource enables Web server controls that are not specifically site navigation controls, such as the TreeView, Menu, and DropDownList controls, to bind to hierarchical site map data. You can use these Web server controls to display a site map as a table of contents or to actively navigate a site. Alternatively, you can use the SiteMapPath co...

Building a DataNavigator Control        
Total Hits: 8  |  Today: 0 Author: msdn.microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

The list of ASP.NET rich data-bound controls is a long one, but it's not all-encompassing. You won't find any Microsoft® .NET counterpart for the Data controlâ€"a scrollable and updateable binding context that data-bound controls could rely on to refresh their user interface. The original Data control allowed for simple movementsâ€"first, next, previous, and last. It worked on top of a Recordset object and exposed the UpdateRecord method to save changes according to the capabilities o...

ListView Control in ASP.Net 3.5        
Total Hits: 16  |  Today: 1 Author: Satheesh babu       Rating:  
Read Reviews | Write Review |   Your Rating: 

ListView is a new databound control that is shipped with ASP.Net 3.5. ListView control is similar to GridView, Repeater, and DataList which helps us to display a table of data with awesome additional features. We can use repeater control whenever we need to display the data in a custom format, as opposed to only tabular view in GridView control. The Repeater control lacks in certain features like edit, update and paging. Using GridView control it is possible to Edit/Update/Delete data but with ...

Working with LINQ to SQL Classes and LinqDataSource Controls        
Total Hits: 8  |  Today: 0 Author: SheoNarayan       Rating:  
Read Reviews | Write Review |   Your Rating: 

As you all know LINQ (Language Integrated Query) is the new way to communicate with database that has been introduced in .NET Framework 3.5. In this article, I am going to explain you how to work with LINQ to SQL Classes and LinqDataSource control. For this, you will need .NET Framework 3.5, Visual Web Developer 2008, and SqlServer Express Database....

Resizable GridView Column        
Total Hits: 17  |  Today: 1 Author: Deysomnath       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article will help us to implement resizable gridview column
There's four important points to remember about it all.
1.Based on how the code is written, the Grid that has resizable columns must be contained in some other element (in these examples I use a DIV) and that element must have a style set of "position: absolute;". You need this to size the black vertical bar that attaches to the mouse correctly when performing an actual resize.
2.Based on how the code is written, you can o...

Generating Ms Excel file from GridView with ASP.NET and C#        
Total Hits: 20  |  Today: 0 Author: Sheonarayan       Rating:  
Read Reviews | Write Review |   Your Rating: 

I was having one requirement of giving an option to the user to generate the Ms Excel sheet from the report that was given to the user in GridView. Initially it seems difficult but when I worked around, I found really easy way to do that....

Convert HTML tables to a DataSet        
Total Hits: 18  |  Today: 0 Author: Suhailnabi       Rating:  
Read Reviews | Write Review |   Your Rating: 

I recently needed to do some "screen scraping" from a locally installed 3rd party web application and then do some data manipulation based on the results. The application in question wrote the results out to the page inside table tags and there were several of these tables on the page. I decided that the approach I would take would be to read all of these HTML tables, identifying them with a Regular Expression, and then convert them into one DataSet where I could then perform the required manipu...

Character Set used for HTML, XSLT, XML        
Total Hits: 11  |  Today: 0 Author: Chinnu21       Rating:  
Read Reviews | Write Review |   Your Rating: 

Following is the table containing entities or characters used for referencing in HTML, XSLT, and XML as a complete reference. In HTML, you can use specific code references to display special characters. As example   is used to place a space in your text, in other words, a non-breaking space; and © is the equivalent of placing a copyright sign on the page, i.e., ©
However, in XSLT you are not allowed to use these types of characters, you need to use the ISO-8859-1 character set. So, ...

Using LinqDataSource with ASP.NET data controls [Part II]        
Total Hits: 10  |  Today: 0 Author: abhigad       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is part II of this article. Part I is available here. We will continue with the sample project we have started in Part I. Now we will add a Dropdown list to our project and will use it as a filter. One can complete this task in 15/ 20 minutes. Important point covered in this part includes DataContext class, writing LINQ in C# 3.0 and parameter zing LINQ queries....

XmlDataSource Control        
Total Hits: 6  |  Today: 1 Author: Bean Software       Rating:  
Read Reviews | Write Review |   Your Rating: 

Do you have idea of data format which can bypass strong firewalls, Independent of all platforms and doesn't require special software to interpret? Yes, you are correct. It's XML, the popular standard data exchange format over internet. You might be all hearing buzz words like RSS feeds and XML based Web services. Suppose, if you want to know latest updates in sports, you will subscribe to popular RSS feeds which gives latest updates. So, XML is forming an inseparable component in application dev...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net