Login
Register
Tutorials
Forum
Career Development
Resources
Reviews
Jobs
Interview
Communities
Projects
Training
Silverlight Games
|
Bookmarks
|
New Members FAQ
|
Mentor
|
Code Converter
|
IT Companies
|
Peer Appraisal
|
Members
|
Revenue Sharing
|
Computer Jokes
|
New Posts
|
Social
|
Talk to Webmaster Tony John
Online Members
Ranjith Kumar
Ultimaterengan
More...
Resources
»
.NET programming
»
ASP.NET/Web Applications
Information about IsPostBack Property
Posted Date:
25-Nov-2009
Category:
ASP.NET/Web Applications
Author:
shiv
Member Level:
Silver
Points
: 5
Information about IsPostBack Property
This article is for so many people confuse about this 'ispostback' property.
1. This is a Boolean property from Page class from
Web.UI
namespace.
2. This is a read only property (means we cannot assign true or false).
3. This property is true when
POSTBACK
occurs.
4. This property is false when the time of page loading.
Coming into controls:
1.Textbox:
This control has
AutoPostBack
property. when the time of postback occurs in the page due to this control. On that time IsPostBack is true. For this control AutoPostback occurs when cursor leaving from textbox when AutoPostBack Property is True for that textbox.
1.Button:
This control has no AutoPostBack property because defaultly AutoPostBack is true for button. So when we click a button on a page postback occurs. On that time IsPostBack is true.
1.DropdownList:
This control has
AutoPostBack
property. when the time of postback occurs in the page due to this control. On that time IsPostBack is true. For this control AutoPostback occurs when selected index is changed when AutoPostBack Property of this DropdownList is set to true.
1.ListBox:
This control is same like as DropdownList.
1.Hyperlink:
This control dont has Autopostback property. when we click this control a page load is occurs. IsPostBack is false
Did you like this resource? Share it with your friends and show your love!
Tweet
Responses to "Information about IsPostBack Property"
No responses found. Be the first to respond...
Feedbacks
Post Comment:
Notify me by email when others post comments to this article.
Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
No HTML formatting and links to other web sites are allowed.
This is a strictly moderated site. Absolutely no spam allowed.
Name:
Sign In
to fill automatically.
Email:
(Will not be published, but
required
to validate comment)
Type the numbers and letters shown on the left.
Next Resource:
ViewState and Readonly Property of Textbox
Previous Resource:
Basic Concepts LINQ to SQL
Return to Resources
Post New Resource
Category:
ASP.NET/Web Applications
Post resources and
earn money
!
More Resources
ViewState and Readonly Property of Textbox
Manual Impersonation in ASP.NET Web Application
Language translation Rules [SQL]
Generate a Excel file from SQL server Reproting services output
Retrieving friends profile from facebook
Multiline link using Html.ActionLink method in ASP.NET MVC 1.0 using C#
Popular Tags
Tag posting guidelines
Search Tags
IsPostBack
.
Page.IsPostBack Property (System.Web.UI)
.
Asp.net ispostback
.
IsPostBack in ASP.net
.
Aspx ispostback
.
Msdn ispostback
.
Active Members
Today
Ultimaterengan
(42)
Padma
(14)
Amruta
(6)
Last 7 Days
baskar
(312)
naveensanagase...
(183)
Ultimaterengan
(177)
more...
Awards & Gifts
Email subscription
.NET Jobs
.NET Articles
.NET Forums
Articles Rss Feeds
Forum Rss Feeds