Thursday, March 31, 2011

Display login form with jquery light box effect in Aspnet

Hi Friends,In this tutorial i would like to explain the procedure of applying lightbox effect to login form without Jquery and with Jquery.
Read more »

Labels: , , , , , ,

what is Abstract classes and abstract methods with example

Hi friends,i would like to share some important points about abstract classes and abstract methods with example
1)Abstract is a keyword which can be used with methods and classes
2)whenever a class is not providing full functionality then recommended to declare that class as "Abstract Class"
Read more »

Labels: , , , ,

Wednesday, March 30, 2011

Apply sound Effects for validations in aspnet application

Hi friends ,we already know how to set the server side validations for our controls in aspnet applications but this time we will try differently that means In this tutorial i would like to explain how to set sound validations for our Asnet controls when an error occurs.
Read more »

Labels: , , , ,

Tuesday, March 29, 2011

what is cloud computing for beginners

In simple terms "cloud computing" means accessing the database resources via internet.the best examples are Google applications,Facebook,etc..,let me explain in clearly if you're searching an article in Google search it will retrieve the necessary information from their databases via internet this is called cloud computing.At the same time if you post an article in Facebook it will be store the data in their databases via internet this is also called "cloud computing".


Read more »

Labels: , , , , ,

Monday, March 21, 2011

Develop your own TextBox with a new enumerated property called as Input Type

Hi Friends,In this tutorial i wolud like to explian very interesting topic about creating your own Textbox.Here we are creating two types of text boxes .one Textbox for accepting only digits and another textbox accepting only alphabets(Upper case and lower case)

Step 1)First open the visual studio 2008

Read more »

Labels: , , , , ,

Sunday, March 13, 2011

Difference between Data Reader and Dataset

Hi friends, In this article I would like share some important differences between Data Reader and Dataset

Read more »

Labels: , , , ,

Simple steps to understand Delegates in C#

Hi friends, In this article I would like share some important and simple steps about Delegates in C#
Read more »

Labels: , , , ,

Friday, March 11, 2011

Display Facebook Online Users in Aspnet

Hi friends, In this article i would like to explain a simple trick to integrate chating popup window in Aspnet for Facebook lovers
First Open the visual studio 2008
Read more »

Labels: , , , , , ,

Sunday, March 6, 2011

How to add Validator callout extender in Asp net

Hi Friends I would like to explain All the Ajax Toolkit Extenders from this first I am going to explain the validator callout extender
Read more »

Labels: , , , , ,

How to add Ajax Watermark Extender in Apsnet

Hi Friends I would like to explain All the Ajax Toolkit Extenders from this  I am going to explain the Watermark Extender
Before to use the Watermark Extender why we have to use Watermark Extender, the main purpose is it displays the watermark text on the Textbox control .so user can  easily understands what we  have to enter in that textbox
Read more »

Labels: , , , , ,

Saturday, March 5, 2011

Cross-Page Posting of Form Contents For Aspnet Developers


Hi Freinds ,In this Article we will discuss very interesting topic about standard postback and cross postbackthe,
We all know that ASP.NET depends on the postback architecture,
where pages containing a <form> section post back to themselves. However,
 there are cases when you may want to post the contents of a form to another page.
For example, you may need to generate sections of the page using ASP.NET server-side code but post the form to another page,
or have multiple submit buttons that post to different pages.

Read more »

Labels: , , , ,

Different navigation Techniques for Aspnet Developers

Hi Freinds ,In this Article we will discuss a different navgination techniques which is very useful in our web applications.
Already i discussed in my previous post how to open different page in one hyper link Click Here
 now i am going to discuss about different navigation techniques
Navigation with Hyperlinks :

Read more »

Labels: , , , ,

11 namespaces to remember in Aspnet Web Applications

In this article we will discuss the some importance of namespaces in Aspnet applications.The following are the...

1)The System.Web.Services.Configuration Namespace :

The System.Web.Services.Configuration namespace contains three .NET attributes that are useful if you want to add custom format extensions to your web services (in other words, if you want to insert additional XML
Read more »

Labels: , , , , ,

Databinding and Displaying XML Data for Aspnet Developers

Hi friends,In this article i would like to discuss the topic regarding XML,
we all know that, By xml we can create ,retrieve,bind the Database for aspnet Applications.
Create a XML file :
Creating an XML file in Visual Studio 2005 is as simple as picking the XML File option from the Add New Item window,
Read more »

Labels: , , , , , ,

Tuesday, March 1, 2011

Creation of SQL DATABASE using COMMAND PROMPT

Hi Friends,In this Article we will discuss the creation of sql database using Command lineIn Windows Operating System,First we have to click on the Start button and then click Run and Type cmd in Run command and press ok

Read more »

Labels: , , , ,