Monday 23 July 2012

ASP.NET Validation Controls with example | How to use ControlValidator in ASP.NET | ControlValidator Control in ASP.NET

                                   Hi Friends, in this article i will explain about the CompareValidator in the ASP.NET. CompareValidator is used to compare the value of one input control with value of another input control or a fixed value.
                                   I already explained in the previous article ASP.NET Validation Controls with example | How to use Validation Controls in ASP.NET | RequiredFieldValidation Control in ASP.NET

Saturday 21 July 2012

ASP.NET Validation Controls with example | How to use Validation Controls in ASP.NET | RequiredFieldValidation Control in ASP.NET

                                     Hi Friends, in this article I will explain about the validation controls in ASP.NET and how to use the validation controls in ASP.NET.
                                     Validation server controls are used to validate user-input. Validation controls are used to validate the input data, because if we didn't put the validation to user input then it will display the error to the user.
In previous articles i explained some interview Questions on ASP.NET,VB.NET and SQL Server.

Tuesday 10 July 2012

ASP.NET 2.0 Page Event Life Cycle


                             Hi Friends, in this article i will explain about ASP.NET 2.0 Page Life Cycle.
Main Events :
1. OnPreInit
2. OnInit
3. OnInitComplete
4. LoadViewState
5. OnPreLoad

Friday 6 July 2012

Windows Authentication to Access SQL Server Through a ASP.NET Web Application || Configuring SQL Server || Configuring IIS: || Configuring the ASP.NET Web Application || Creating Connection Strings

We need to configure the following four different areas to access Windows integrated security:
1.     SQL Server
2.     IIS Web Server
3.     ASP.Net web application
4.     ConnectionString

Wednesday 4 July 2012

Interview Questions on SQL SERVER Part I | Interview Questions and Answers on SQL SERVER Part I

                  Hi Friends, in this article I will share some interview Questions on SQL SERVER.
I already explained some interview Questions on SQL SERVER in Interview Questions and Answers on SQL SERVER Part II
1.What is Sql server?
                SQL - Structured query language is the standard command set used to communicate with the relational database management system.

Friday 29 June 2012

Interview Questions in VB.NET, .NET Framework. | Interview Questions Part II

                      Hi friends, in this article I am posting some interview Questions VB.NET and .NET Framework. In previous articles i explained interview questions in ASP.NET,VB.NET,Sql Server in Interview Questions.Check it once if you need.


1.What is VB.NET?
 Visual Basic .NET (VB.NET), is an object-oriented computer programming language .
VB.Net is windows based programming language. It supports OOP concepts such as
abstraction, inheritance, polymorphism and aggregation.
_________________________________________________________________

What is JQUERY | JQuery Tutorial | JQuery syntaxes

                                    Hi Friends, in this I will explain about the JQuery.I search in so many sites for the JQuery syntax and write the all the syntax  in the one program for the testing. I think it may useful to you.
JQuery:
jQuery is a JavaScript Library.

Thursday 28 June 2012

ASP.NET interview Questions Part-I | .NET interview Questions for 1-2 years Experience

                   Hi friends, in this article I am posting some interview Questions VB.NET and .NET Framework and i explained the interview questions in the previous articles Interview Questions on ASP.NET,VB.NET and SQL Server and ASP.NET Page Life Cycle Events || What is the sequence in which ASP.NET events are processed? Interview Questions on ASP.NET  All the Best Friend.
1.What is VB.NET?
 Visual Basic .NET (VB.NET), is an object-oriented computer programming language .
VB.Net is windows based programming language. It supports OOP concepts such as
abstraction, inheritance, polymorphism and aggregation.

Wednesday 20 June 2012

How to delete the text file or Notepad file or.txt file in VB.NET or C# windows forms.


                              Hi Friends, in this article I will explain about how to delete the text file or Notepad file or.txt file in VB.NET or C# windows forms.

                              I already explained in the previous article How to Create, Read, Write, Copy, Move and Delete a Text File or notepad file using C# and VB.NET

How to move the text file or Notepad file or.txt file in VB.NET or C# windows forms

Hi Friends, in this article I will explain about how to move the text file or Notepad file or.txt file in VB.NET or C# windows forms.
I already explained in the previous article How to Create, Read, Write, Copy, Move and Delete a Text File or notepad file using C# and VB.NET

                           For moving the text file we have to using or imports the System.IO namespace. Because the all file classes and methods are located in System.IO namespace. We use the System.IO.File.Move() method to move the text file.

Tuesday 19 June 2012

How to copy a text file or notepad file or .txt file in VB.NET or C# windows forms..

Hi friends, in this article I will explain about how to copy a text file or notepad file or .txt file.
I already explained in the previous article How to Create, Read, Write, Copy, Move and Delete a Text File or notepad file using C# and VB.NET

How to write to a Text file or a notepad file or a .txt file or AppendText() method in .NET

Hi friends, in this article I will explained about how to write to a Text file or a notepad file or a  .txt file or AppendText() method in .NET.
                      I already explained in the previous article How to Create a Text File or notepad file using C# and VB.NET, in that i was using CreateText() method. If you want to write the data to a already file then we are using the AppendText() method.

How to read the text file in C#.NET or VB.NET Windows Forms || StearmReader

Hi friends, in the previous article I explained about How to Create Text File or notepad file using C# and VB.NET.In this article I will explain about how to read the text file in C#.NET or VB.NET.
                         For this we are using StreamReader.StreamReader is a class.It reads the text. It found in System.IO namespace.
Let I explain using the examples.

How to Create, Read, Write, Copy, Move and Delete a Text File or notepad file using C# and VB.NET

                                  Hi friends, in this article I will explain about Create, Read, Write, Copy, Move and Delete a Text File or notepad file using C# and VB.NET.
                                 For the Create, Read, Write, Copy, Move and Delete a Text File or notepad file using C# and VB.NET  we have use the namespace System.IO.Because the above file methods included in System.IO namespace.

Tuesday 12 June 2012

How to read the data from NOTEPAD or .txt file.How to split the .txt file and save in different .txt files in windows forms.

                             Hi Friends in this article I will explain about how to read the data from NOTEPAD or .txt file. How to split the .txt file and save in different .txt files in windows forms.

Monday 11 June 2012

How to save the data in notepad in VB.NET or C# windows forms and how to create notepad file or how to append the data to existing notepad file in VB.NET or C# windows forms.

                                        Hi friends, in this article I will explain about how to save the data in notepad in VB.NET or C# windows forms and how to create notepad file or how to append the data to existing notepad file in VB.NET or C# windows forms.
First of all, take one windows form.
File—New—Project or Ctrl+Shift+N
Then take the 2 textboxes , 2 labels and 1 button in the below figure.

Tuesday 8 May 2012

Update Panel in AJAX | AJAX Tutorial | Example for Update Panel | Code for Update Panel in AJAX

                               Hi friends, in this article I will explain about the Update Panel in AJAX.I already explained in the previous article  Ajax Tutorial | Ajax small Example to show date | Ajax in ASP.NET.
Update Panel:
It is the most important control in ASP.NET AJAX Package.
It is allowing partial rendering of the area.
We already used it in the previous article  Ajax with example , and in this article, we will go in depth with more aspects of the control. 

Monday 7 May 2012

Ajax Tutorial | Ajax small Example to show date | Ajax in ASP.NET

 Hi Friends,in this article i will explain about the Ajax ,what is the use of Ajax.
  • AJAX stands for Asynchronous JavaScript and XML.
  • Ajax is the way of transferring data between the dedicated server hosting and client, without sending the entire page and creating a complete postback.
  • This allows for a richer experience for the user, since loading dynamic content can be done in the background, without refreshing and redrawing the entire page.

Thursday 3 May 2012

How to put Watermark for textboxes | Watermark for Username and Password | Watermark in Javascript

                      Hi Friends, in this article I will explain about Watermark for Username and Password in JavaScript.
I already explained in the previous articles about Marquee tag or How to Scroll Text From left to right or How to Move the Text in HTML,C#/VB.NET:Save the generated pdf directly to the server directory folder without user prompt in ASP.NET and How to open PDF File in Adobe Reader, not in Browser in ASP.NET using C#/VB.NET
                      We may see Watermark textboxes  in so many sites. Suppose we take the twitter  site in login page and signup page it contains Watermark textboxes  .

VB.NET or C# forms Conformation Box | Display conformation box in .NET | Alert box in VB.NET or C#

                                       Hi Friends, in this article i will explain about VB.NET or C# forms Conformation Box.
I already explained the articles on windows forms.If you want click onWindows Forms.
Basically we know about how to display conformation box in javascript.The conformation is like below.

Tuesday 1 May 2012

What are Contracts in WCF | Service Contract | Data Contract | Message Contract | Fault Contract in WCF

                           Hi friends, in this article I will explain about the Contract in WCF.
In previous articles I already explained about Fundamentals of WCF,Binding and behaviour in WCF.
What are Contracts in WCF:
In WCF every service is exposed as contract. Contract is a standard way to describing about what the service will do. A WCF Contract is a collection of Operations that specifies what the Endpoint communicates to the outside world. Each operation is a simple message exchange, for example one-way or request/reply message exchange.

Binding and behaviour in WCF | Fundamentals of WCF

                             Hi Friends , in this article i will explain about the Binding and Behaviour of WCF. It is one of the fundamental of WCF.In previous article i already explained about Fundamentals of WCF.
Binding and behaviour:
Binding represents how the client can communicate with the service.
We can know this with the small example.

Monday 30 April 2012

Fundamentals of WCF | WCF Fundamentals | WCF Tutorial for Beginners | End Point in WCF

Hi friends,in this article i will explain about Fundamentals of WCF or WCF Fundamentals or WCF Tutorial for Beginners or End Point in WCF
Fundamentals of WCF:
Hi Friends, In this article I will explain about the some fundamentals of WCF,
There are

What is webservice? What is WCF? Difference between webservice and WCF.

Webservices:
  • Webservice is an application.
  • It is used to interact with the other applications over the internet.
  • Webservice is language independent, platform independent and protocol independent.

Thursday 26 April 2012

What is an application object in ASP.NET | where we use application object in asp.net | application object sample example using asp.net | What is an application object in .NET

Hi Friends, in this article I will explain about the application object in .NET.
Application Object:
The Application object is used to store and access variables from any page in an application.
The Application object holds information that will be used by many pages in the application.

Monday 23 April 2012

Is it possible to set the session out time manually in ASP.NET? || How to set session timeout more than 20 min.? || How to set session timeout in web.config file?

Hi friends, in this article I will explain about Is it possible to set the session out time manually in ASP.NET? 
Yes we can set the session out time manually in web.config.
In ASP.NET we can set the session timeout in the web.config file.The code below set the session timeout to 30 minutes.

How to create web services in asp.net || What is web service || How webservice is Work || How to consume Webserices || How to create simple webservice..

Hi Friends, In this article i will explain about how to create simple webservice in .NET.
In previous article i explained about What is webservice? What is WCF? Difference between webservice and WCF.

What is webService?
Webservice is used to convert your applications into web applications.
Webservices are  integrate web based application using XML,SOAP,SWDL and UDDI .
XML is used to tag the data like <webservice >hi</webservice>

Sunday 22 April 2012

Difference between Abstract class and interface. || what is abstract class || what is interface || Features of Abstract Classes and interfaces

Hi friends, in this article i will explain about the Difference between Abstract class and interface or what is abstract class or what is interface or Features of Abstract Classes and interfaces.
What is an Abstract class?
Abstract class is a class that cannot be instantiated, it exists extensively for inheritance and it must be inherited. There are scenarios in which it is useful to define classes that is not intended to instantiate; because such classes normally are used as base-classes in inheritance hierarchies, we call such classes abstract classes.

Friday 13 April 2012

PictureBox in VB.NET/C# || How to display image in windows forms || How to add image in windows form

Hi Friends, in this article I will explain about how to display image in windows forms.         
 First take one web form, 

 
File ----> Add New Project ----> Give the name Aspdotnet-kishore ----> OK
Drag and Drop PictureBox into the form from the ToolBox and double click on the form then Form1_Load event is create like below.
Private Sub Form1_Load (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Then write the following code in the Form1_Load
 VB.NET Code:
 

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Dim img As Image = Image.FromFile("C:\new-star.gif")
        PictureBox1.Image = img
        PictureBox1.Width = 5000
        PictureBox1.Height = img.Width
       'PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage

        'PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand
    End Sub

C# Code:


private void Form1_Load(System.Object sender, System.EventArgs e)
{
     Image img = Image.FromFile("C:\\new-star.gif");
     PictureBox1.Image = img;
     PictureBox1.Width = 5000;
     PictureBox1.Height = img.Width;
}
  
And press Enter.Then the output is like below.
"If you like my blog or articles, you can appreciate by leaving your comments or Liking my Facebook pageAspdotnet-kishore, following on Google+ Aspdotnet-Kishore, Twitter  on AspdotnetKishore, Linked in Aspdotnet-Kishore, stumbling my posts on stumble upon and subscribing on  RSSfeed Aspdotnet-Kishore for free updates directly to your Email inbox . Watch my blog  for more articles." 
 
 
 
 
 
 
 

Thursday 12 April 2012

How to create Mater pages in ASP.NET || What is the use of Master Pages in ASP.NET || How to add Master page to .ASPX page

Master Page in ASP.NET:
Hi friends, in this article i will explain about how to create the master pages in ASP.NET.
What is the use of master pages?
1. It is mainly used to re usability like function. If we write the code in the master page then we can use this page in many pages.
© 2012-2018 Aspdotnet-Kishore.blogspot.com. All Rights Reserved.
The content is copyrighted to Kishore and may not be reproduced on other websites without permission from the owner.