Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

This is a link to a different site Simple country dropdown component
Total Hit (684) How to create a simple country dropdown component
Rating
This is a link to a different site Paging of Large Resultsets in ASP.NET
Total Hit (651) An article about optimization and performance testing of MS SQL Server 2000 stored procedures used for paging of large resultsets in ASP.NET
Rating
This is a link to a different site Letter/Alphanumeric Based Paging in ASP.NET
Total Hit (685) Explains one approach to adding letter-based paging to an ASP.NET datagrid control.
Rating
This is a link to a different site Designing and implementing a versatile data access tier for an ASP.NET application
Total Hit (681) In this article, we will drill down deeper in to the design of a n-tier architecture and our focus will be on the data access tier (DAT)
Rating
This is a link to a different site ASP.NET Optimistic Concurrency Control
Total Hit (1013) How to implement the optimistic concurrency control without the DataSet
Rating
This is a link to a different site Accessing ODBC data sources using a web service
Total Hit (1941) A web service for your simple database queries and updates.
Rating
This is a link to a different site An introduction to a post-relational database for .NET: Matisse - Part 6
Total Hit (946) ASP.NET programming with a post-relational database.
Rating
This is a link to a different site Creating Search Pages with Index Server and .NET
Total Hit (939) Combine the ADO.NET techniques you know - and perhaps some you don't know - with the power and flexibility of Microsoft Index Server and ASP.NET to create easy - yet powerful - custom search pages for your Web site.
Rating
This is a link to a different site Two way data binding in ASP.NET
Total Hit (942) How two use the design time services to provide 2 way data binding in ASP.NET
Rating
Sorting XML Data using the .NET DataGrid
Total Hit (2368) Sorting different data types of XML Data in a DataGrid
Rating
This is a link to a different site Dynamically access a database through a Web Application
Total Hit (973) Using an ASP.NET Web application to access your database remotely
Rating
This is a link to a different site Showing and hiding details in a datagrid row
Total Hit (961) This article demonstrates how to show and hide query details in a datagrid
Rating
Using the AutoGenerateColumns attribute to control column rendering
Total Hit (2362) A beginners guide to the use of the AutoGenerateColumns attribute in the DataGrid control
Rating
Creating Guestbook using XML and ADO.NET
Total Hit (3702) Demonstrate capabilities of ADO.NET to deal with XML by creating a guestbook
Rating
This is a link to a different site Adding a CheckBox Column to a DataGrid
Total Hit (942) Shows how to add a checkbox column to a datagrid
Rating
This is a link to a different site Display a SQL row vertically and column horizontally
Total Hit (973) This article demonstrates how to flip and display rows and columns of a DataSet table.
Rating
This is a link to a different site Using Character Encoding in ASP.NET
Total Hit (890) Submit your data to the OS or database server which does not support the character set.
Rating
This is a link to a different site Data Set Sorting on Generated Columns
Total Hit (663) This article covers Sorting Calculated columns in a Datagrid via a Dataset
Rating
This is a link to a different site Maintain hierarchical information using XML and TreeView control
Total Hit (743) This article is about developing a system that allows maintaining hierarchical data on the web. In this arrticle, we would talk about Patterns usage (MVC) in web applications and usage of IE web controls.
Rating
This is a link to a different site Custom Data Paging in ASP.NET
Total Hit (669) How to do data paging using Repeater control and some T-SQL programming.
Rating
This is a link to a different site Data paging in the database (an ASP.NET approach)
Total Hit (834) This article presents a data paging solution in the database. The paging operation was moved on the data layer.
Rating
This is a link to a different site Introduction to some basic classes of ADO.NET
Total Hit (676) If you want to begin ADO.NET,start it from here
Rating
This is a link to a different site How to get list of tables in a database
Total Hit (766) A tip on how you can get list of tables in your database
Rating
This is a link to a different site List Control Data Binding using XML
Total Hit (636) Walks you through various alternatives to data-bind list controls, with focus on using XML
Rating
Download HTML page from a given URL and then clean HTML tags, Comments, Script blocks.
Total Hit (5601) Sometimes we need to retrive only HTML text from a given URL (i.e. http://msdn.microsoft.com/vbasic/) In this article I have used Regular Expression to perform this complex task. To do this we nned to perform following steps 1) Download HTML page from given URL 2) Grab Body of HTML 3) Perfor ....Read More
Rating
How to group Radio Buttons
Total Hit (1624) To group Radio Buttons use name property if you are using HTML Control. For Web Radio Control of ASP.net you can use GroupName property. «code LangId=4»<input id="RadioButton1" type="radio" name="g1" value="RadioButton1" checked="checked" /> <input id="RadioButton2" type="radio" name="g1" value= ....Read More
Rating
This is a link to a different site Getting Started with ObjectSpaces
Total Hit (2114) ObjectSpaces is one of the exciting features coming in the new version of .NET Framework, codename "Whidbey". This article will explain what ObjectSpaces are and will provide a step-by-step guide to a first experience with ObjectSpaces.
Rating
This is a link to a different site One click ASP.NET export button control for Excel/CSV file
Total Hit (657) An extended ASP.NET button control for exporting/downloading Excel or CSV file
Rating
This is a link to a different site WebTimer - a server control, (setTimeout made easy)
Total Hit (668) Auto postback after n millisecs, generates a little bit of client side code
Rating
This is a link to a different site ASP.NET Tree Control
Total Hit (595) ASP.NET tree control is a Custom Control (.ascx) that builds a tree structure. All you have to do is to use two methods of the control. The AddNodeDiv which will add the Node and BuildTree which will build it.
Rating


(Page 25 of 133) 3968 Result(s) found  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 ...

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.