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

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 


 Microsoft®
 MSDN Links
Communities
ASP.NET Home Page
Downloads
Library
Subscriptions
GotDotNet
Communities Hub

DevASP.Net
Welcome to DevASP.Net, the first place to look for all your ASP.NET, VB.NET, VS.NET, XML, SQL and C-Sharp information needs. Here you will find links to articles and tutorials written by .Net experts, sample .Net code, free programming tools and downloads, sample chapters of new ASP.NET, VB.NET, VS.NET, XML, SQL and C-Sharp reference books and announcements of training courses and conferences where you can sharpen your .Net skills.

Check us out often because we're always adding new features. And before you leave, be sure to subscribe to our DevASP.Net newsletter for a timely "heads-up" when there is important ASP.Net news you should know about. DevASP.Net is here to help you unleash the power of .Net!

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase
Search:
What's New - What's Hot
More Categories for .NET Namespaces .NET Namespaces (1904)
.NET Framework Namespaces
More Categories for Applications Applications (883)
Management, Email, Graphics, Search..
More Categories for Articles & Samples Articles & Samples (37099)
Assembly, Caching, Controls, Reflection..
More Categories for Community Community (94)
Conferences, Chat Rooms, Jobs, Training..
More Categories for Component & Controls Component & Controls (994)
Forums, Management, Email, more..
More Categories for Developers Sites Developers Sites (130)
Sites dedicated to developer community..
More Categories for Developers Training Developers Training (233)
Training CD-ROMs, Videos, Courseware..
More Categories for Downloads Downloads (314)
Service Packs, Code, Msdn Show..
More Categories for Hosting Services Hosting Services (137)
ASP and ASP.Net Hosting sites..
More Categories for Introduction Introduction (334)
ASP, ADO.Net, C#, VB.NET, XML
More Categories for Knowledge Base Knowledge Base (2200)
Knowledge Base Articles, Samples, Tutorials, HowTos...
More Categories for Sample Chapters Sample Chapters (222)
Sample Chapters from Developer Books..
More Categories for Silverlight Silverlight (169)
Silverlight
More Categories for Support WebCasts Support WebCasts (635)
Microsoft's Support WebCasts



What's New at DevASP.Net
11/03  The CPerfTimer timer class
11/03  Excel serial date to Day, Month, ..
11/03  CWeek - A class for getting the w..
11/03  CMultimediaTimer - a periodic tim..
11/03  SystemTime to VariantTime with Mi..
11/03  How to use time-zones in .NET und..
11/03  Y2K Bugs, And Why You Should Stil..
11/03  TaskTimer - an object to monitor ..
11/03  Date and Time in C++
11/03  How to get timings as fine-graine..
11/03  High resolution date and time cla..
11/03  Tray Calendar
11/03  CEstimateTimeStatic - a class for..
11/03  MyDate - A system independent dat..
11/03  Custom ShortDate type (struct: IC..
11/03  Format Date and Time As Per User'..
11/03  Jalali (Shamsi) Calendar Class, S..
11/03  Beating the Daylight Savings Time..
11/03  WinAPI - simple operations with d..
11/03  A Simple Class To Handle Dates
Latest Posts at Dev Forums
displaying an xml file in datagridview
Tory Block
Deploying website to offline and onlin..
Deploying website to offline and onlin..
window service c#
kiossru
Regular expression
asp.net
Very urgent--
submit to the server
load gif image
focus
filter combo boxes in formview control
ASP Composite Control and Position
Caching as a Master DataSource w/t Rea..
Method returning values in Threadpool!
ADVERTISEMENTS USING XML FILE
DATALIST PROBLEM
FTP Downloading using C#
Nested gridview footer total by using ..

How we can use Dynamic Management Views(DMV) using Sql Server 2005   NEW
In This Article I will explain the way in which we can use DMV (Dynamic Management Views).
Data Sets Types Understanding using Visual Studio 2005   NEW
In this article I will explain the kinds of datasets and their use in our programming
Using and Creating properties in visual Studio Dot net 2005   NEW
In this article I want to explain the way in which we can distinguish between different properties and can create properties.
Creating and loading Asp.net Drop Down list using C# in Visual Studio 2005   NEW
In this article I will show you the way in which we can create and load asp.Net Dropdown List. This is the most simple way to do that
Comparing Date Colmumns using PLSQL in Sql Server 2005   NEW
In the article i will show you the better for doing the Comparison.
How we can validate Numeric Box using JavaScript in VS 2005
In this article i will explain the in which we can validate our numeric box on client side of web page of vs 2005 using javaScript. because by using this method or technique we can by pass Post back o
Creating Cursor using PL-Sql in Sql Server 2008
In This article I will explain What is cursor, its Types and the way in which we can create Cursor and use it
Using Microsoft Notification Services using MS Sql Server 2005 (Part 2)
In this article I will Explain regarding Microsoft Sql Server Notification Services this article consists of two parts, this is (part 2) of this article.
Using Microsoft Notification Services using MS Sql Server 2005 (Part1)
In this article I will Explain regarding Microsoft Sql Server Notification Services this article consists of two parts, this is (part 1 ) of this article.
How we can develop database paging using PLSQL in Sql Server 2005
In This article I will explain the way in which we can develop database paging using ROW_NUMBER() OVER keywords.
Implementing and Logging Error handling using PLSql in Sql Server 2005
In This Article I will explains the way in which we can use try catch block like C#.net or VB.Net and also how we can Save Errors with properties to our log tables.
Using Truncate table in Procedure using Sql Server 2005.
In this Article I will explain the best use of truncate table command. Why we should use truncate on the place of delete in Some Circumstances.
How- Client Server Using VB.Net (Part 3)
In This Article we will discuss the server side Methods. This Article is designed to show how to use the .NET Remoting architecture using three types of remote objects.
Using "sys.objects" in Sql Server 2008 using PL-SQL
In This article i will Explain various members or property of Sys.Objects.
Retrieving all databases Name from database server using SMO namespace in C# and VB using .NET 2.0.
In this simple article you will learn that how to get Retrieve all databases Name from database server using SMO namespace
Techniques for Deleting Complex Records Set using Sql Server 2008
This article Explain you 2 techniques for deletion of complex record set. And one of them is recommended.
Import Data from Note Pad Files to Sql Server 2008 using PL-Sql.
In This Simple Article I will Explain the way in which we can Import Data From simple note pad txt Files to Sql Server 2008 Database Table.
Import data From Excel File to Sql Server 2008 Using PL-SQL
In this article I will explain the way in which we can Import Data from Excel file, This technique did not require any Kind of Format file.
Check existence of any table using PL-SQL in SQL server 2008.
In this simple article you will learn that how you can check existence of any table using PL-SQL
Get table create and last modify date time using PL-SQL in SQL server 2008.
In this simple article you will learn that how you can get table create and last modify date time using PL SQL



Online Price Comparison
DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net