Search - Articles - Dev Forums - Favorites - Member Login
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009


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

DevASP.Net Articles and Samples
 ASP.NET (329)  VB.NET (195)
 C# (215)  Web Services (2)
 SQL Server (53)
 
  • Master pages in Asp.net 2008
      In this simple article you will know advantages of master pages in asp.net 2008 projects

  • Working with asp.net FormView control using C# in asp.net 2.0
      In this simple article you will learn to working with asp.net FormView control

  • Working with asp.net Repeater control using C# in asp.net 2.0
      In this simple article you will learn to working with asp.net repeater control

  • Working with asp.net DetailsView control using C# in asp.net 2.0
      In this simple article you will learn to working with asp.net datailsView control

  • Working with asp.net datalist control using C# in asp.net 2.0.
      In this simple article you will learn to working with asp.net datalist control

  • Configuring asp.net datasource control and access record in asp datagridview using asp.net 2.0.
      In this simple article you will learn to working with asp.net datasource control and datagridview

  • Working with SESSION variable in code behind using asp.net 2.0.
      In this simple article you will learn to work with session variables.

  • Sending and getting value of query string in same page using asp.net 2.0.
      In this simple article you will learn to working with query string.

  • Upload image to ftp with file uploader using asp.net 2.0.
      In this simple article you will learn to upload image to ftp using file uploader.

  • Access Html Div Control in code behind using asp.net 2.0.
      In this simple article you will learn to access div control in code behind using server side tag.

  • Find control in code behind and change its properties dynamically using asp.net.
      In this simple article you will learn to find control in code behind and change its properties dynamically.

  • Write cookies using Response Object in code behind asp.net.
      In this simple article you will learn to write cookies.

  • Read cookies using Response Object in code behind asp.net.
      In this simple article you will learn to Read cookies.

  • Change Page Meta tags dynamically in asp.net using C#.
      In this simple article you will learn to change title of web page dynamically.

  • Change Page title dynamically in asp.net using C#
      In this simple article you will learn to change title of web page dynamically.

  • Data Sets Types Understanding using Visual Studio 2005
      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
      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
      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
      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

  • Send an E-Mail from Client to Server in ASP.net 2.0
      Sometimes We need To Add Send Mail Link To Our Forms which helps to mail the Current Reports or Information to Destination Mail Address.

  • Working with XMLDocument Class using VB.Net
      In this article I Will shows how to take advantage of the XMLDocument class built-in to System.Xml.dll. This class exposes the XML Document Object Model, or DOM, which can be used to manipulate XML da

  • Checking Active Windows of Operating System using VB.net
      This Article helps to check the active windows of Your Operating System. In many professional applications we need this kind of services. which very helpful and interesting.

  • Working with Client-Server Error Handling using VB.net
      This Article Error Handling Between Client and Server using VB.net because in client server Application Error Handling is different from normal routine.

  • Working with Date Time & Time Span types in Asp.net.
      In this article I will try to show the way in which you can use DateTime & TimeSpan types in useful and Exact manner for for which it is made.

  • Save and read file from server in Asp.Net using .Net 2.0.
      In this article I will try to explain, how you can save and read file from server i.e. ‘wwwroot’ and access file attributes that resides on server in ASP.Net

  • Creating User Controls without Interface
      In this sample article I will try to explain you how you can create user controls in ASP.Net without any user control interface.

  • How to Toggle Panel Control using JavaScript
      In this sample application I have toggle a panel using JavaScript you can do this in multiple ways like you can also use JavaScript but it is most easy and simple way. Hope this will help you.

  • GridView Control Beginners Guide
      In this article I will try to explain you the basics of binding data to GridView Control. Here I have created application using ASP.Net 2.0. This article will be helpful for beginners.

  • Using String.Split to split string
      In this article you will find a simple trick for splitting the string using string.split to split the string on basis of delimiters.

  • Programmatically adding Control in GridView Cell (Controls.Add)
      In this article I will try to explain you how you can add control in gridview cell programmatically.

  • How to Bind ArrayList to DataList Control
      In this article I will try to explain you how you can bind arraylist to datalist control. Here I will create application in ASP.Net 2.0 and C#

  • How to Merge DataSets using C#
      With the help of this article you will learn how you can merge two datasets to one. This article will explain you the basic of it.

  • How to Sort Grid View Columns Programmatically
      In this article I will try to explain you how you can sort GridView column programmatically using DataView.

  • How to Display Image in GridView Control Using Property
      In this article I will try to explain you how you can display images using property.

  • How to Check all Checkboxes without PostBack
      In this article I will try to explain you how you can add javascript on Page_PreRender event. This will help full in scenarios where you don’t want to postback your page and page will work with server

  • How to Add Rows and Cell to HTMLTable through Code
      In this article I will try to explain you how you can add rows and cell to you HTMLTable programmatically.

  • How to Format Date in GridView Control
      In this article I will try to explain you how you can format date in a GridView Control while binding your data to column.

  • Working with Application configuration file in .NET 2.0 using C#.
      In this simple article you will learn how Create an Application configuration file and read data from it.

  • Working with onSelectedIndexChange Event in DropDownList
      In this article I will try to explain you how to use onSelectedIndexChange event in DropDownList control.

  • How to bind XML file with Repeater Control
      In this article I will try to explain you the tip of binding xml file with repeater control. The technique is very simple and easy to understand.

  • Calendar Control Date Methods
      In this article I will explain you about the calendar control methods specifically for displaying date/day of selected date of calendar control.

  • Implementing MARS using Visual Studio 2005
      In this article I will try to explain you how you can implement the new concept MARS (Multiple Active Result Sets) using two SqlDataReaders objects.

  • Working with Array of Controls in C#
      In this article I will try to explain you with the sample program that how you can create the array of objects in C#.

  • Basic Textbox Control Events in C#
      In this article I will try to explain how the event occurs of Textbox control. Here I will discuss the very basic events that are very helpful while developing an Application.

  • Scrolling tool tip in a web page.
      This article is about how you can create "scrolling" tool tip in your web page. When you take mouse over some thing say a hyperlink you see a small window having text in it which is moving from right

  • Creating an XP style progress bar in web page.
      This article is about how you can create an XP style progress bar in your web page. This progress bar is easily customizable.

  • Getting system information using .NET.
      This article is about how you can get the system information.

  • Creating virtual directory using .NET Framework.
      This article is about how you can create a virtual directory using .NET framework.

  • Using Image characters verification to register a user on a web site.
      This article is about how you can verify image characters while registering a user to your web site.

  • Monitoring Window services in local and remote machine
      This article gives you an idea about monitoring services in local and remote machine. You can try other options like disabling the service, passing command line parameters to the service, displaying d...

  • Traversing Directory Trees Using Win32 System Services
      Directory traversal is a very common activity in many different types of applications, and there are a number of good reasons to use this capability.

  • Searching for a file Using Win32 System Services
      The SearchPath function searches for a file, either in the system path or in an arbitrary directory or directory tree.

  • Getting and Setting the Current Directory:
      This article discusses the methods available in the Win32 System Services APIs for manipulating directories, such as Set the current directory or find out the current directory.

  • Creating and Removing Directories using Win32 System Services API
      In this article I will discuss the Win32 System Service API’s available for manipulating directories, such as for Creating and deleting directories.

  • Creating a Switch menu.
      This article is a unique navigational application with characteristics of a folding tree.

  • Converting a String to Alternating caps.
      This article is about how you can convert a string to alternating caps. Enter the string you want to convert into alternating caps and click the button.

  • Getting system supported colors.
      This article is about how you can get the color supported by your system and how can use that color to set the color of any control.

  • Creating an Application in VS.net that will Count number of each character.
      This article is about how you can create an application in vs.net that will count the total number of each character present in the text file. Browse the file and open it.

  • Creating an Analog & Digital Clock in VB.net.
      This article is about how you can create an analog clock in vb.net. Along with analog clock in this application there is also a digital clock at the bottom of the analog clock.

  • Creating a Roaming cursor on a Web Page.
      This article is about how you can display a second, "roaming" cursor on your page with this fun animation. An image resembling the mouse cursor wonders around the screen,...

  • Creating a Pop up calendar.
      Date Input Calendar is designed specifically to make entering date values into forms as easy as can be! It's different from most other similar calendars in the following two ways.

  • Creating a Floating menu in our Web Application.
      This article is about how you can create a floating menu in your web application. A cross-browser menu stays static on the left hand corner of the browser via a gentle "floating" action.

  • Creating a Cross Browser Snake game.
      This article is about how you can create a simple cross browser snake game and to your site. Select a speed then use your arrow keys to attempt to eat the apple (red block), but watch out for the wall....

  • How can We add a Context Menu in our web page
      This article is about how you can add a context menu to your webpage. What's a context menu? Well, it's a custom menu that pops up in place of the default context menu when you right click your mouse.

  • How we can Get Logical drive Setting and Setting the Volume Label Using Win32 System Services
      You can query Windows for the drive letters that are currently in use. Windows returns that information to you either as a bit array or as a set of strings.

  • Getting free Disk space Using Win32 System Services
      The GetDiskFreeSpace function returns information about the number of clusters or free clusters on a disk. Clusters are sets of sectors grouped together as a logical unit.

  • Getting Volume Information: Using Win32 System Services
      You can obtain information about any volume available locally on your machine or mounted over the network using the Win32 System Services API GetVolumeInformation .

  • How can we Lock Files.
      The CreateFile function’s third parameter controls the accessibility of an open file to other processes. For example, if you specify FILE_SHARE_READ when you open a file with CreateFile, then............

  • How we can Make Our Windows Controls Unicode Supportive.
      This article describes how we can make our windows controls Unicode supportive. Normally we use ASCII character code in which only 256 characters can be presented to the user.

  • Creating Drop Down Menu Script on a Page.
      This article is about how you can create an extremely versatile drop down menu script for ordinary links on your page, including image links. It can be activated either onMouseover or onClick. The men

  • Creating a Live Background Previewed Script.
      This article is about how you can create a live background previewed that allows surfers to instantly see how a background image will look like in a document. Click on any of the thumbnail images, and

  • How we can give Splash Screen Effects in our Web Application.
      This article is about how you can give splash screen effects in your web application. While developing the desktop application you can do this easily but in your web application it need some work to d

  • Synchronous Writing and Reading to files using win32 system services.
      In this article we will examine file seeking, reading, and writing in some detail, and look at the CreateFile function more carefully. The operations here are all synchronous,

  • Creating Temporary Files Using Win32 System Services
      In every serious software development we often need to create temporary files. These files are normally created in this directory “\\Documents and Settings\User Name\Local Settings\Temp” These files

  • How to Copy, Move, and delete a file using win32 system services
      In this article I will describe you that how we can use the OS services to Copy Move and delete files. OS provides three system services for using them into our program to duplicate the command line functionality.

  • Getting and Setting File Attributes
      In this article I will describe the attributes of files such as archive, directory, hidden, normal, read only, system, temporary. These all attributes are in the Boolean form(means a file is in hidden mode or not etc).

  • How we can Find total age in a web application.
      This article is about how you can give the functionality of age finder in your web application using JavaScript. It will ask you to enter your day, month and year of birth and finally calculate your b

  • How we can Change Text color randomly.
      This article is about how you can randomly change the color of each letter in the specified message.

  • How We Can Make a Dice Roller Using JavaScript.
      This article is about how you can make a dice roller. This is important if you are going to develop a dice roller game. How you can implement the roll of dice. How many dice you are going to roll and

  • How We can Retrieve File’s Time Information Using Win32 System Services :
      Windows API’s have a bundle of function that can be used to retrieve file’s information such as when did this file created or what attributes are set to this file (e.g. is this file is Hidden mode etc.

  • Writing an application on Basic File Operations Using Win32 System Services
      Files are one of the fundamental services provided by every OS. A file is just a Sector on the disk which have a unique name. But in programming we deal files just like a buffer on an abstract level.

  • Limiting Multiple Field Length on Web Form.
      This article is about how you can limit the length of multiple form fields and updates the screen information as the text is entered in the fields.

  • How We can Display a Count Down Timer Control on our Web Form.
      This article is about how you can display a count down timer control on your web form. This is useful where you want to redirect the user to some other page if the time is completed. The major use of

  • How We can Blink the Text in our Web Application.
      This article is about how you can blink the text in your web application.

  • Creating a Popup Generator in a Web Application.
      This article is about how you can create an application that will generate the code for a popup window for you. You can use that code in any of your web application.

  • Changing Menu Location over web page on double click.
      In your application if you have a lot of data on your web pages and you have a control or navigational menu at the top of page. It will be difficult for the user to navigate through the links on your

  • How We can Display MessageBox in ASP.net.
      This article is about how you can display a message box in ASP.NET. Its very easy to show a message box in your desktop application but when you want to show a message box in your web application you

  • How we can Create Cascading Menu in web application.
      This article is about how you can create a multilevel cascading menu for navigation in web application. Menus have borders, highlight colors and are positioned relative to one another on the fly. You

  • How can we Center Expands the web form.
      This article is about how you can grab your visitor’s attention. It centers the browser window and expands to fill the screen.

  • How you can Confirm if the user is going to Close your Browser Window.
      This article is about how you can confirm if the user is going to close your browser window.

  • How you can create Drag and Drop Menu in your Web Application.
      This article is about how you can create drag and drop menu in your web application. By drag and drop means that the user can change the position of the menu on the page by dragging it over the page.

  • How you can create Dynamic Fading Links in your Web Application.
      This article is about how you can create dynamic fading links in your web application. When you take mouse over the link it starts fading.

  • Displaying the Browser Properties using Java Script.
      This article is about how you can display the browser properties to your user which includes code name, color depth, platform, if java is enabled, resolution, ip address and hostname.

  • Getting the Browser Information using Java Script.
      If your visitors are not quite sure the details of the browser they are using, you can show them with this neat little script. The script will produce a table that shows the browser name, version information etc.........

  • Creating a Banner Rotator using Java Script.
      This article is about how you can rotate your web pages banner ads. You will just need to set the images, URLs and the delay time. The ad images will be change after some time of period mention by you

  • Creating an advance Meta tag generator using Java Script.
      This article is about how you can create an application which will take the attribute values and generate Meta tag from those values for you. It's fast and an easy way to create all kinds of META tags

  • How we can create Slide show of images in Window Form.
      This article is about how you can create slide show of images in your window application.

  • How to move object on window form.
      This article is about how you can move an object on window form using the timer control.

  • How we can Drag & Drop the objects on Web Form. (Image Drag & Drop)
      This article is about how you can grad drop the objects on web form. In this application we will cut a picture into three parts and then we will join the parts of that picture in order to complete the..........

  • Adding new row Using JavaScript.
      This article is about how you can add a new row in you web form using JavaScript. If you want to add a new row in the table of your web form you didn’t need to go back to the server so that.........

  • Implementing Filter Effect on an Image.
      This article is about that how you can implement a filter effect on an image, making the mist angles change. The filter effect (Blur)in specific would be repeated every 2000 seconds.

  • Creating Multimedia Rollovers
      This article is about how you can make your image rollovers much more dynamic by using the Microsoft Transition Filters built into Internet Explorer on the Windows platform.

  • Creating an Image viewer using JavaScript functions.
      This article is about how you can give option for zoom in , zoom out and reset for images in your web page.

  • How We can see our Images through a Magnifying Glass.
      This article is about how you can see your images through a magnifying glass. In this application there is also support for hyperlinks. Click and see... Just replace the picture with your own.

  • How We can Edit an Image using JavaScript .
      This article is about how you can edit an image. In this application you can choose an image and you can modify the width, height, border, and add a tool tip.

  • Creating Smart Images in ASP.NET.
      This article is about how you can create smart images in your ASP.NET application They know when the mouse gets near them, and they enlarge the closer the mouse gets!

  • Creating Animated Eyes Using JavaScript
      This article is about how you make your visitors feel like they're being watched not actually but just a feel. A happy face with eyes will follow the mouse.

  • Randomly Letter color change Using JavaScript
      This article is about how you can randomly change the color of each letter in the specified message.

  • Slide Your browser up, down, right, left Using JavaScript
      This article is about how you can slides the screen up then down and then right and left. This can be used to catch the attention of your user.

  • Shake the browser window using JavaScript
      This article is about how you can shake the window of the user. This example is very much related to functionality in msn messenger. In msn messenger during chat when you BUZZ in the window.

  • Change scrollbar color randomly Using JavaScript
      This article is about how you can change the color of scrollbar randomly using javascript.

  • Giving Effects to Web Forms Using JavaScript
      This article is about how you can give raining effects in your web page. It seems that there is rain on your web site.

  • Render Text on Status bar Using JavaScript
      This article is about how you can create a web page that have text on its status bar which continuously moves on the status bar. This is an easy way to get your user attraction to your web page.

  • Change the Background Image of Your Web Form Programmatically
      This article is about how you can change the background image of your web page in a sequence, images will be change sequentially.

  • Creating Square Games Using JavaScript
      This article is about how you can create a arrange squares game in your web page. In this game you will have to move the squares using the arrow keys to get them in the correct order.

  • Creating a Slide Show Images in a Web Page
      This article is about how you can create fading effects in images that are being used in your web page. Often you have seen on many sites that an image appear for some while and fade out and a new images.

  • Change Your Background Color of Web Page Using JavaScript
      This article is about how you can change the background color of your web page randomly, and how you can give the option to your user that he can change the background color of your web page according

  • Age finder Application Using ASP.NET and JavaScript
      This article is about how you can give the functionality of age finder in your web application using JavaScript.

  • How to use CheckBox for selection in DataGrid
      This article is about how you can give checkbox in DataGrid for selection. This example will first create a data table at run time, make rows and assign the values to these rows.

  • Creating a Mouse trail Clock Using JavaScript
      This article is about how you can create a round shape clock that will change its position according to the position of mouse.

  • Navigate to other sites using DropDownList Control
      This article is about how you can give the functionality to move to some other sites. You can give this functionality by giving links on your web page but what if you have to give more and more links.

  • Add Calculator in your Web Page Using JavaScript
      This article is about how you can create calculator in your web page using the JavaScript functions.

  • Change menu location over web page on Double Click
      In your application if you have a lot of data on your web pages and you have a control or navigational menu at the top of page. It will be difficult for the user to navigate through the links.

  • How to show a message box in ASP.NET
      This article is about how you can display a message box in ASP.NET. Its very easy to show a message box in your desktop application but when you want to show a message box in your web application.

  • How to provide up/down selection in a DropDownList Control
      This article is about how you can provide up/down selection using a DropDownList control in a web page using JavaScript.

  • Check How long user remain on your site Using JavaScript
      This article is about how you can check that how long a user remain on your site. This is often when you want to check for a specific user or for all users the time they spent on your web site.

  • Create a Meta tags Generator Using C#
      Meta-tags are used frequently by most search engines. They identify your website content using your meta-tags. This simple tool will allow you to configure them easily!

  • Get Browser Detail of Client Using C#
      In this article I will try to explain you how you can get the IP Address of the client and see its Browser Details using ASP.Net and C#.

  • Block Navigation and Other Option on Web Page Using JavaScript
      This article is about how you can disable the back, forward, refresh options over a web page. Download the project and run it in a new IE. When the page is browsed press F5, Backspace or Alt Backspace.

  • Display Flash Text On a Web Page Using JavaScript
      This article is about how you can display flashing text in your web page. It continuously changes the color of text. You may stop or restart the text flashing.

  • Bouncing an image on web page Using JavaScript
      This article is about how to display an image in the web page that will change its location randomly, means will bounce over the web page. This is the way in games where you have to click at the image.

  • Fly a message in the Status Bar Using JavaScript and ASP.Net
      This article is about how you can display a message that will fly from the right side of the status bar and ends at the left. Whenever you browse a web page or when page is loaded completely.

  • How to Show loading time of the Web Page on Browser
      This article is about how you can display the loading time of your web page. This is the case where you want to show some progress while the page is being loading.

  • How to Attach an Image With Cursor on a Web Page
      This article is about how you can attach an image with the cursor on your web page. Wherever you move your cursor the specified image will always shown with the cursor.

  • How to Display a Digital watch on your Web Form
      This article is about how you can display a digital watch on your web form. This will automatically update itself and show you the updated time.

  • How to Display an Announcement Box on your Site
      This article is about how you can display Announcement box in asp.net. Often you have seen many sites that when your browse these web sites a small window appears that have some message.

  • How to display a dynamically resizable Pop Up Window
      This article is about how you can display a pop up window that will resize automatically according to the size of the size of image.

  • Page Events in ASP.Net 2.0
      In this article I will try to explain you when and which page event occur in ASP.Net 2.0 and how you can get the more understandability of these events flows.

  • Creating a Two Level ComboBox using Java Script in ASP.Net
      In this simple article you will that how you can make Two Level ComboBox.

  • Creating an ASTROLOGICAL SIGN FINDER application Using Java Script and ASP.Net
      In this simple article you will learn many issues of the JavaScript by ASTROLOGICAL SIGN FINDER application. In Visual Studio.net this is very easy and simple.

  • Creating Age Calculation Application using Java Script and ASP.Net
      In this simple article you will learn many issues of the JavaScript byAge Calculation application.

  • Creating a Mouse Control GAME using Java Script and ASP.Net
      In this simple article you will learn many issues of the JavaScript by this simple game.

  • How to get current resolution of your windows using Java Script in ASP.Net (Part17)
      In this simple article you will learn that how can you get current resolution of your windows.

  • Display Dynamic Current Date And Time in the Title Bar of Web Page
      This article is about how you can display current date time in the title bar of you IE when your web page is opened.

  • Navigating an ASP.Net Page
      This article is about how you can go back or forward in your browser. Suppose you want to give the user of your site functionality just like the Back and Forward Buttons in the IE.

  • Creating and hiding OverLoaded Delete Functions in VB.Net
      In this Article I will show that how we can hide our Delete OverLoaded Functions. which Actually can Holds Our Query Strings. Source Code is given with this Article

  • How to create application with sliding messeges on Status bar using JavaScript in ASP.Net (Part 16)
      In this simple article you will learn that how can you make application with sliding messeges on status bar.

  • How to make a button with Rotating Text using JavaScript in ASP.Net (Part 15)
      In this article you will learn that with little programming trick you can make button with rotating text button.

  • How to Hide your Email Address from User using JavaScript in ASP.Net (Part 14)
      In this article you will learn that how can you hide your email address on page.

  • How to open New Window with different Window Properties on Arrow keys using JavaScript in ASP.Net (Part 13)
      In this article you will learn that how you can set window properites on pressing keys. this is very useful for the programmers.

  • How to show time of different countries using JavaScript in ASP.Net (Part 12)
      In this article you will learn that how can you show time of different countries. This is a difficult task to do but After study this article you will learn this.

  • How to Print a Web Page using Java Script in ASP.Net(Part 11)
      In this simple Article you will learn how you can print a web page on a single button click.

  • How to Refresh and automatically maximize after specific time interval using JavaScript and ASP.Net (Part 10)
      In this simple article you will learn that how you can refresh and maximize automatically after some specific time.

  • Why we use Auto Redirect how you can implement this using JavaScript in ASP.Net (Part 9)
      In this simple article you will learn that what is the need of auto redirect and how you can resolve it in asp.net.

  • How to Show Any Window of Your Operating System using Win32 API in VB.Net (Part 3)
      This Article demonstrates the ability to overload several definitions to a Win32API call. Depending on which fields you fill in for windows caption and class name, one of four different definitions.

  • How to extract the all Active Visual Windows of Your Windows Xp using Win32 API in VB.Net (Part 2)
      This Article has Win32 demonstrations of All Active visual Windows of Your Windows Xp. This is the Part Two of win32 API Usage.

  • How to Implement Multiple Light Weight Processes (Multi Threading) in VB.Net
      This Article helps you to understand the use multiple threads to achieve concurrency in tasks. This Article does not include synchronization, because no data is being accessed by multiple threads.

  • How to Extract The Active Processes Of Your Windows XP using Win32 API in VB.Net (Part 1)
      This Article has Win32 demonstrations of Active Process. This is the Part one of win32 API Usage.

  • Creating a Colorful MDI Form Dynamically Using VB.Net
      We can Change Color Of form by the given property of Form. But these Color Are simple Colors. But with this technique you can make your Gradient Color forms.

  • How to store IP Address of a client in a File
      In this sample application I will try to explain you how you can store IP of a client in a file that resides on your server.

  • How to Change Background Color of Table Cells Using ASP.Net and Java Script
      This article is about how you can change the background color of table cells. In some situations when you have to display a lot of data on a web page and also you want to provide ease to user.

  • How to make a Click Able Table Using JavaScript and ASP.Net
      This article is about how you can raise events from rows of a table. The most common event is the click event. This article will guide through the complete process of creating a click able table.

  • How to Move Your Browser using Java Script in ASP.Net (Part8)
      In this simple article you will learn that how can you Move Your Browser using java script in asp.net.

  • How to Handle Keyboard Events Using Java Script in ASP.Net (Part7)
      In this simple article you will learn that how can you Handle Keyboard Events using java script in asp.net.

  • How to Make Clock Using Java Script in ASP.Net (Part6)
      In this simple article you will learn that how can you make clock using java script in asp.net.

  • How to Make Stop Watch Using Java Script in ASP.Net (Part5)
      In this simple article you will learn that how can you make Stop watch using java script in asp.net.

  • How to Attach Picture with your mouse using Java Script in Asp.Net (Part4)
      In this simple article you will learn that how can you attached any picture with your mouse cursor movement.

  • How can you Show X and Y of mouse in Status Bar using Java Script in ASP.Net (Part 3)
      In this simple article you will learn that how can you show x-axis and y-axis of your mouse cursor in status bar of your explorer.

  • How to declare variable and functions in JavaScript using ASP.Net (Part 2)
      In this simple article you will learn that how you can declare functions in java script and call them in your program.

  • Using JavaScript in ASP.Net (Part 1)
      In this simple article you will learn about JavaScript and its advantages and how we can use thin in out asp.net code.

  • Open Others WebSite in Your Web Browser on a Single Button Click Using ASP.Net
      In this simple application you will learn how you can open other website's page in your application page.

  • How to Create a Windows Controls Dynamically
      Instead of using the Windows Form Designer to add controls, developers can also add Controls to forms or other objects dynamically by using code.

  • How to Create Custom Window Controls
      Custom Window Controls Defined by Programmer and Embedded in project as part of a Windows desktop application project

  • How to Create Context Menus in VB.Net
      Context menus allow users to right-click a form or other control and receive a menu system that appears at the point of the Right-click. You create these menus using the Context Menu Component.

  • How to Display your DataSet in XML Format
      In this article I will try to explain you how you can display you retrieved DataSet in XML format using ASP.Net 2.0

  • How to hide our Connection String in ASP.Net
      Asp.net gives us many types of facilities .But it did not gives a smooth way to hide business logic. Business Logic of Software is a big asset of any Software House.

  • How to disable Right Click in ASP.NET
      In some situations you want to that the user of your site can not right click on the page. This article is about how you can disable right click on your web form using JavaScript function.

  • How we can hide our Connection String in Asp.net.
      We can Hide Our Business Logic By making DLL(DynamicLinkLibrary).

  • How to Save, Read File and Access File Attributes from Server in ASP.Net 2.0
      In this article I will try to explain, how you can save and read file from server i.e. ‘wwwroot’ and access file attributes that resides on server in ASP.Net 2.0.

  • Working with ObjectDataSource Control in ASP.Net 2.0
      In this article I will try to explain you how you can add and retrieve record from Database using ObjectDataSource control in ASP.Net 2.0.

  • How to Extract Meta tags of a Web site On a Button Click
      In this simple you learn to extract meta tags of a site without open that site and a site’s meta tags have information about that site. This is very easy in the Visual Studio.net.

  • How to Create Mobile Web Application in ASP.Net 2.0
      In this sample application I will try to explain you how you can create a mobile web application in Visual Studio 2005 (VS2005). Here I will discuss three of its controls.

  • How to Declare and Use Application Variables in ASP.Net
      In ASP.net application variables are very useful application variables are use for the counter of visitors of sites and also for the other purpose and these are very easy to declare and use.

  • How To Declare and Use Global Variables in your ASP.Net Web Application
      In ASP.net global variables are known as session variable and these are very easy to declare and use in Visual Studio.Net.

  • Working with System.IO.Path Class
      This article will explain you how you can use the System.IO.Path class in your ASP.Net 2.0 applications. Here I will try to explain you all its method in my sample application.

  • How to Create Multiple Web Zones in ASP.Net 2.0
      In this article I will try to explain you how you can create multiple web zones using ASP.Net 2.0.

  • Working with GridView and DetailView controls
      In this article I will try to explain you how you can fill the DetailView control by seleting a row from GridView. Here I will also discuss how you can fill DataTable using SqlDataAdapter object.

  • How to Store Images on a Server from the Client Side
      In this article I will try to explain you the technique of storing images on a server. Here I have created a sample application in ASP.Net 2.0.

  • How to Add Record in a Database Using ASP.Net 2.0
      In this article I will try to explain you how you can add the record into the Database using ASP.Net 2.0 and SQL server.

  • How to View the View Source of Your Site Using System.Uri
      In this sample program I will try to explain you how you can view the view source in HTML format of your live site.

  • How to Sort Arrays in ASP.Net 2.0
      In this article I will try to explain you how you can sort Arrays’ items using ASP.Net 2.0.

  • Migrating ASP.NET Project
      In this article I will try to explain a very common problem usually faced by developers, when they try to run ASP.Net project from one system to another. Here I will discuss these problems one by one.

  • How to Block/Halt Your Mouse and Keyboard for Specified Time
      In this article I will try to explain you how you can block/halt your mouse and keyboard for specific interval of time. Here I will create a sample application in Visual Basic.Net (VB.Net)

  • How to Create Custom Columns in a GridView Control
      In this article I will try to explain you how you can create Custom Columns in a GridView Control. Here I will use ItemTemplate and EditItemTemplate tags to get desired output.

  • How to populate TreeView control using DataAdapter and DataRelation Objects
      In this article I will try to explain you the technique of populating TreeView control using DataAdapter and DataRelation objects. Here I have created a sample application in ASP.Net 2.0.

  • Working with System.Collection Namespace
      In this article I will try to explain you how you can use HashTable and SortedList in Microsoft .Net Framework 2.0.

  • How to assign Master Page from a Content Page Programmatically
      In this article I will try to explain you how you can assign a master page from any content page programmatically in asp.net 2.0.

  • How to add CheckBox in TreeView Control Using ASP.Net 2.0
      In this article I will try to explain you how you can add CheckBox in TreeView control. Here I will create a very simple program that adds the nodes to TreeView Control dynamically.

  • Enumerating Web Sites present on a web server using System.DirectoryServices in ASP.NET
      In this article I’ll try to explain how you can use the System.DirectoryServices namespace to get information about the web server on which your web pages execute.

  • Application level and page level exceptional handling in ASP.NET
      In this article I’ll try to explain how you can use the exception handling procedures supplied in the ASP.NET page framework to handle exceptions at page and application levels.

  • How to Display File on Browser using Byte Array
      In this article I will try to explain you the technique of displaying file ion the browser using Byte Array. Here I have created a sample application in .Net Framework 2.0.

  • How to compress file using .Net Framework 2.0
      In this article I will try to explain you the technique of compressing file using .Net framework 2.0. Here I will explain this new feature with the help of an example created in ASP.Net 2.0.

  • How to Upload File using FTP in ASP.Net 2.0
      In this article I will try to explain you the technique of uploading file using ASP.Net 2.0.

  • HTML encoding/decoding in ASP.Net 2.0
      In this article I will try to explain you the tip for encoding and decoding of HTML using HTMLEncode and HTMLDecode methods in ASP.Net 2.0

  • How to bind GridView and DropDownList controls using DataTable object
      In this article I will try to explain you the technique of binding GridView and DropDownList control using DataTable object.

  • Using DataReader to fill a DataTable from an SQL Server Stored Procedure and display the data in a GridView control in ASP.NET 2.0
      In this article I’ll try to explain how you can use the DataTable object as a container object for data from a DataReader object and to display this data in a GridView control in ASP.NET 2.0

  • How to create a Hijri Calendar control in .Net Framework 2.0
      In this article I will try to explain you the technique of creating a Hijri Calendar control in .net framework 2.0. Here I will create this control by simply drag and drop of calendar control on the w

  • Drawing frames for images using GDI+ in ASP.NET 2.0
      In this article I’ll try to explain how you can utilize the new graphics device interface (GDI+) to draw simple border frames for images dynamically in ASP.NET 2.0

  • New Features of System.IO Namespace in .Net Framework 2.0
      In this article I will try to explain you the how you can get drive information using the DriveInfo class a new addition in .net framework 2.0 class libraries and used to display drives content on you

  • Programmatically Handling Role-based Authorization in ASP.Net 2.0
      In this article I will try to explain you the technique of managing role-based authorization programmatically using ASP.Net 2.0.

  • Using a DataSource Control to Configure SiteMap files
      In this article I will try to explain you, how you can use SiteMapDataSource control to configure SiteMap files.

  • Turning JavaScript functions off at Client Side
      In this article I will try to explain you the technique of disabling JavaScript functions at the client side.

  • Control Validation using ASP.Net 2.0
      In this article I will try to explain you the technique of validating your control using ASP.Net 2.0. Here I will discuss two controls first one is TextBox control and other is DropDownList control.

  • Working with CheckBoxList and RadioButtonList control in ASP.Net 2.0
      In this article I will create a sample application that subscribes developer’s journal on user’s request. In this application I will try to explain you how you can use CheckBoxList and RadioButtonList

  • Working with SqlDataSource and GridView control in ASP.Net 2.0
      In this article I will try to explain you the new features of ASP.Net 2.0 Data Control i.e. SqlDataSource and GridView control.

  • Working with DropDownList Control and Repeater Control in ASP.Net 2.0
      In this article I will try to explain you how you fill the Repeater control, on the selection of item from the DropDownlist Control. Here I have created application in ASP.Net 2.0 with Sql Server 2000

  • How to Display Images in DataList Control using ASP.Net 2.0
      In this article I will try to explain you the technique of displaying images in DataListControl using ASP.Net 2.0.

  • Using ViewState in ASP.Net 2.0 Mobile Controls
      In this article I will try to explain you how ViewState works in Mobile Application, which attributes are involved in implementing ViewSate and tips in making your view state performance better.

  • DataReader object in ASP.Net 2.0
      In this article I will try to explain you the features of DataReader object and how DataReader object works in ASP.Net 2.0.

  • Caching in ASP.net 2.0 (Part 1)
      In this series of articles I will try to explain you the new features of caching that come in ASP.Net 2.0. Here, in this part of series I will explain its types.

  • Working with Objects in JavaScript
      In this article I’ll explain how you can utilize your OOP skills when working with the web browser’s client side programming language JavaScript

  • Calendar Control in ASP.Net 2.0
      In this article I will try to explain you how you can create a calendar control in ASP.Net 2.0. Here I have created a sample application for flight confirmation.

  • MultiView Control in ASP.Net 2.0
      In this article I will try to explain you how you can create a wizard application using a MultiView and View control which came in ASP.Net 2.0.

  • Manual Paging and Sorting in the GridView control in ASP.NET 2.0
      This article will describe how you can manually implement paging and sorting for the new GridView control in ASP.NET 2.0

  • Composite Controls in ASP.Net 2.0
      In this article I will try to explain you the enhance features of ASP.Net control i.e. Composite control. Here I will explain you its new features that came with its new class.

  • Introducing Profiles and Personalization, Membership and Roles API (Authentication and Authorization) in ASP.NET 2.0
      In this article I’ll try to explain how you can use the profiles, personalization, membership and roles API included in the new version of ASP.NET 2.0.

  • Tracing in ASP.Net
      In this article I will try to explain you the Tracing feature in ASP.Net. Here, I will also discuss its methods and its configuration settings.

  • Cookies in ASP.Net
      In this article I will try to explain you how you can read/write cookies using ASP.Net.

  • Using Personalization in ASP.NET 2.0
      In this article I’ll try to explain how you can use the new personalization and profile API added in the new version of ASP.NET 2.0 to give your visitors personalized content.

  • Using XPath, XmlDataSource and a DataList to display an RSS feed in ASP.NET 2.0
      In this article I will try to explain how you can use the XmlDataSource control and use XPath queries to display an RSS feed in an ASP.NET 2.0 web page

  • Saving Contents of another Web Site Using ASP.Net 2.0
      In this article I will try to explain you the technique of storing your site’s contents in your database. Here I use ASP.Net 2.0 and SQL Server 2000.

  • How to Implement Password Encryption in ASP.Net
      In this article I will try to explain you about the technique of securing your passwords by using Encryption Algorithms.

  • ASP.Net Page Lifecycle
      In this article I will try to explain you about the life cycle of the ASP.Net page. Here, I use AutoPostBack property of web controls to explain you about page’s lifecycle.

  • How security function in your Web Application Works (ASP.Net)
      In this article I will try to explain you how the security function in our Web Application (ASP.Net) works.

  • Using a RSS Feed in and ASP.NET 2.0 web page
      In this article I’ve made a simple web page that uses a RSS feed and shows the data in an ASP.NET web page.

  • How to Bind Data to a DataGrid Control Using ASP.Net and VB.Net
      In this article I will try to explain you the technique of binding data to a DataGrid control when an item is selected from the DropDownList control.

  • Downloading content of a web page inside an ASP.NET 2.0 page
      This article will explain how you can access the html content of any web page on the internet in your ASP.NET web page

  • How to use Cross-Page Posting in ASP.NET 2.0
      In this Article I will explain how to submit a form (Page1.aspx) and have this form and all the control values post themselves to another Page (Page2.aspx).

  • How to work with Global.asax Configuration file events in ASP.Net (Application Events)
      In this article I will try to explain you the technique of using Global.asax Configuration file events in your application.

  • Creating a Dynamic DataList in ASP.NET
      This article will show how you can create a DataList using the ItemTemplate and binding it to a dynamically created DataSet

  • Dynamically Creating Web Controls and dynamically adding Web Controls in a web Page using ASP.NET
      In this article I’ll try to explain how you can use the ASP.NET Framework to create web controls at runtime and adding these controls to web pages at runtime too.

  • How to Upload a File in ASP.NET using VB.Net
      In this article I will explain you the technique of uploading files on web server using ASP.Net and Visual Basic.net.

  • Working with StringBuilder, StringCollection and StringDictionary objects in VB.NET
      This article will demonstrate how you can use StringBuilder, StringCollection and StringDictionary objects to work efficiently with Strings

  • Client Callbacks and ICallbackEventHandler in ASP.NET 2.0
      In this article I’ll explain what a client callback is and how you can use this mechanism to request data from server without a post back.

  • State Management in ASP.Net (Application State)
      In this article I will discuss the Application object in ASP.Net 1.x. Here you will find methods and tips in using the Application object.

  • Creating a Calendar Control in ASP.Net
      In this article you will learn about the very simple but very useful control i.e. Calendar Control in ASP.Net.

  • Caching in ASP.Net (Part 2)
      This is the second part of the series. In the first part you had learned about the Output cache in ASP.Net 1.x. In this part I will discuss the Data Caching in ASP.Net 1.x.

  • GDI programming using Visual Basic.Net, A Premier
      In this article you will learn about the GDI+ programming using visual basic.net. Here I will discuss the GDI+ with the help of sample windows program.

  • Process Model in ASP.Net
      In this article you will learn about the Process Model in ASP.Net 1.x. Here, I will discuss the process model properties with examples.

  • Working with Site Navigation in ASP.NET 2.0
      This article will get you started on using the new site navigation system and the sitemap file added in the new version of ASP.NET 2.0

  • Using XmlReader with SQL Server’s FOR XML AUTO in ASP.NET 2.0
      This article will show how to use the xml based XmlReader object with ADO.NET to access the data in xml format.

  • Creating a Web Services Using ASP.Net
      In this article you will learn the simple steps to create a web services using ASP.Net 1.x.

  • Caching with ASP.Net (Part 1)
      In this article you will learn about the caching with ASP.Net 1.x. This is the two part series; in the first part I will discuss the Output Caching.

  • Writing and Reading Data in a DataTable as XML in ASP.NET 2.0
      In this article I’ll show you how you can use the DataTable object’s capabilities to read and write its contents as xml.

  • Using DataTable instead of DataSet in ASP.NET 2.0
      This article will show you how to use the added capabilities of the DataTable object that you can use in the new version of ASP.NET 2.0

  • How to save a small Hashtable in Cookies using ASP.NET
      In this article you will see how to save a limited Hashtable in a browser cookie.

  • How write string data in a MemoryStream using VB.NET
      This article will show you what is a MemoryStream and how to write binary information to this stream.

  • How to get file creation date and other useful information using VB.NET in .NET 2.0
      In this article I’ll show you how to get the information relating the creation date time of files in a folder and other related information.

  • Creating and Using User Controls in ASP.Net
      In this article you will learn about creating an ASP.Net that contains your own defined controls and adding a code on that page in a code behind.

  • Working with Themes and Skin files in ASP.NET 2.0
      This article will get you started using Themes, a new feature introduced in ASP.NET 2.0

  • Using Different Master Pages for Different Browsers in ASP.NET 2.0
      In this article I will show you how you can use different Master pages for different web browsers.

  • Creating an AdRotator Control in ASP.Net
      In this article you will learn the technique of creating the AdRotator control. Here I will discuss two things, firstly, creating Ad file and secondly, writing code that fires when an Ad is created

  • Creating a Checkboxlist control in ASP.Net
      In this article you will learn, how to create a checkboxlist control which displays the record from an access database.

  • Creating a RadioButtonList Control in ASP.Net
      In this article I will show you, how you can create a RadioButtonList Control and bind it with an Access Database and on the selection of item the message is displayed on the Page.

  • Paging and Sorting in a DataGrid Control Using ASP.Net and Visual Basic.Net
      In this article you will learn about the paging and sorting technique in a DataGrid. The record is retrieved from an Access Database and Visual Basic.Net is used as Code Behind.

  • Uploading a File using FileUpload control in ASP.NET 2.0
      This simple article will show you how to upload a file to the server using the new FileUpload web control supplied in the new version of ASP.NET 2.0

  • Using the MultiView control in ASP.NET 2.0
      This article will show you how to use the new MultiView control added in ASP.NET 2.0

  • Compare Validator and Validation Summary control in ASP.Net
      In this article you will learn about the compare validator and the validation summary control. The technique is very simple and can be implemented in daily routine projects.

  • Using GridView control in ASP.NET 2.0, Enabling automatic Paging and Sorting with zero line of code
      In this article I’ll explain how easy it is to use the GridView control of ASP.NET 2.0 and how easy it is to make a sort able and paged html table using this new web control.

  • Calling JavaScript from an ASP.NET 2.0 Button Click event and Using Accelerator Keys and setting focus to a Textbox web control
      This simple article will show you some of the new features present for the most commonly used web controls in ASP.NET

  • Using Master Pages in ASP.NET 2.0, A Premier
      This article will get you up and running with using master pages introduced in the new version of ASP.NET 2.0

  • Creating a Table Control Using ASP.Net and Visual Basic.Net
      In the article I will show you the technique of a creating table control in code. I will also discuss some of the formatting tips.

  • RequiredFieldValidator Control in ASP.Net
      In this article you will see the technique of validating the input made by end user. This can be done by using RequiredFieldValidator Control.

  • Checking the range using Range Validator Control in ASP.Net
      In this article I will show you, how you can make sure that the date entered by visitors’ is within the specified range.

  • Templates in a Repeater control Using ASP.Net and Visual Basic.Net
      This article will show you how to use the different templates in a repeater control. Here I will discuss five of those templates.

  • How to enumerate currently executing processes in VB.NET
      This article will show how to enumerate all the processes executing in VB.NET

  • Using the TreeView control in ASP.NET 2.0
      This article will show you how to use the TreeView control in your web pages

  • Reading and Writing Files in ASP.NET
      In this article you will learn a very useful way of reading text from a file and writing text to a file using ASP.NET

  • Text validation in JavaScript
      This sample will show you how to validate text in an input control using client side JavaScript

  • Working with File Paths in ASP.NET
      There are a lot of times when you need to work with file system paths, Sometimes you need to find the file extension from a file path, or get the root directory from a file path. This article shows a

  • Sorting rows in a DataView for use with data bound controls
      This article will demonstrate how to get a sorted DataView that can be bound to any data bound web control especially with the DataGrid web control.

  • How to Send Email in ASP.NET 2.0
      This article will show you how to send email in ASP.NET 2.0 using the new classes System.Net.Mail.SmtpClient and System.Net.MailMessage.

  • How to get column information of a database table in ASP.NET
      This article will show you how to get information about the columns of a database table using the DataTable object.

  • Using SQL Server Transactions from ASP.NET
      This article will show you how to execute SQL statements in a database transaction. You can use any database that supports transactions but here I’ve used Microsoft’s SQL Server.

  • Creating a DataTable programmatically in ASP.NET
      This article will show how to create a DataTable object at runtime and binding it to a DataGrid web control

  • Cache the DataSet as an XML file
      This article will show how to manually cache data on the server in an xml file without using the Cache object.

  • Using a Bound Column in a DataGrid Control
      This article will shows you, how to display a record in a DataGrid using a BoundColumn control. Here I will display the Department’s record from an Access Database. Read on to learn more!

  • Creating a DropDownList control in code
      This article will explains you, the technique of creating a DropDownList control at Run time. In this technique the magic man is Place Holder control. Read on to learn more!

  • Creating a basic Repeater control
      This article will guide you in creating the basic Repeater control, and also explains you the technique of connecting and binding it with the Database. Read on to learn more!

  • Binding a Database Data to a DataList control
      This article will explains you, how you can bind the data from the database with the DataList control. Read on to learn more!

  • Binding a Database Data to a DropDownList Control
      This article will explain you, how you can bind the data from the database to the DropDownlist control. It also briefs you, how you can echo back the SelectedItem to Visitors. Read on to learn more!

  • Reading and Writing the selected item in a DropDownList Control
      This article will describe you how you can display the Selected Item with its value and index on the browser on the selection of an item in a DropDownList control. Read on to learn more!

  • Using a Button Control as a Command Button
      This article will brief you about the technique of using the Button control as a Command button. The magic lies in the hands of OnCommand event. Read on to learn more!

  • Setting and retrieving the selected item in a RadioButton Control
      This article will brief you how you can display message using RadioButton control. The trick is very simple and interesting. Read on to learn more!

  • The Image Control in ASP.Net
      This article gives you the basic introduction to the Image Control. I will explain this control by creating a simple example in ASP.Net Using Visual Basic. Net. Read on to learn more!

  • Allowing Input through the HTMLInputRadioButton Control
      This article will help you in displaying the message when the user selects one of the option out of many. The developers can do so by using HTMLInputRadio Button Control. Read on to learn more!

  • Uploading Files with the HTMLInputFile Control
      This Article will describes you how you can Upload Files with the HTMLInputFile control by using Visual Basic.Net. The SaveAs method is used save the file on server. Read on to learn more!

  • Using CustomValidator Validation control in ASP.NET
      This article demonstrates how to use the CustomValidator control provided by ASP.NET 1.1 using C#.

  • How to create a website with multiple themes using multiple CSS files in ASP.NET.
      This article shows to how to create a website which can use multiple themes which can be changed dynamically with the help of VB.Net code in ASP.NET.

     


    Online Price Comparison
    Disclaimer - Privacy
    © 2002-2010 DevASP.net