Friday 27 April 2012

What is Substring? || Substring Function || Sql Server Substring Function || Sql Server Substring Function example




Hi Friends ,in this article i will explain about SUBSTRING  in sql server.

Substring:

Substring is function. It has 3 parameters.It will returns the part of a character,binary,image or text.

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.


If you want more the details please click on the below link.


http://aspdotnet-roja.blogspot.in/2012/04/what-is-application-object-in-aspnet.html

Wednesday 25 April 2012

What is Substring? || Substring Function || Sql Server Substring Function || Sql Server Substring Function example


Hi Friends ,in this article i will explain about SUBSTRING  in sql server.

Substring:

Substring is function. It has 3 parameters.It will returns the part of a character,binary,image or text.

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?


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 too 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.

What is webService?

Webservice is used to convert your applications into web applications.

Difference between Abstract class and interface. || what is abstract class || what is interface || 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.
For more information please click on the below link.
http://aspdotnet-roja.blogspot.in/2012/04/difference-between-abstract-class-and.html

Wednesday 11 April 2012

Thursday 5 April 2012

Difference between cookies and session in ASP.NET || Cookie in ASP.NET || Session in ASP.NET

State Management in APS.NET is managed by two ways:
Client-Side or Server-Side

Client-Side:Cookies,HiddenFields,ViewState and Query
Strings.
Serve-Side:Application,Session and Database.

Wednesday 4 April 2012

Shortcut Keys for Visual Studio || ShortCut KEYS


     Shortcut Key
                      Description
Ctrl+Shift+B
Builds the solution
Ctrl-X or
Shift-Delete
Cuts the currently selected item.
Ctrl-C or
Ctrl-Insert
Copies the currently selected item