Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > AutoPostBack property=true concept

Reply
Thread Tools

AutoPostBack property=true concept

 
 
Matt
Guest
Posts: n/a
 
      05-29-2004
When we set the AutoPostBack property=true in a web control, it means post
the current form data to the IIS server, and open the current page (means
refresh the page).

Is that the correct logic? please advise. Thanks!!



 
Reply With Quote
 
 
 
 
Scott Allen
Guest
Posts: n/a
 
      05-29-2004
Hi Matt:

AutoPostBack behavior depends on the type of web control you are
setting it to "true" on. For a DropDownList the form will post back
when the user changes the select item, for a TextBox the form will
post back if the user changes the text in the TextBox and then moves
focus out of the TextBox.

What you are descriping is accurate, the form will post back, events
on the form will fire, and the form will render for the browser again.

HTH,

--
Scott
http://www.OdeToCode.com

On Fri, 28 May 2004 21:10:58 -0700, "Matt" <>
wrote:

>When we set the AutoPostBack property=true in a web control, it means post
>the current form data to the IIS server, and open the current page (means
>refresh the page).
>
>Is that the correct logic? please advise. Thanks!!
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PC Clock (was Re: "The phoneme concept" [.--. -.. was: Re: Claims [was: Re: Drifting phonemes [was: Re: The AmE 'o' sound]]]) Adrian Bailey Firefox 2 11-18-2004 08:04 AM
Redundancy concept help with BGP/IBGP and HSRP Blackjack Cisco 2 09-28-2004 04:24 PM
Pls tell me the concept in BICC Protocol? hercules Cisco 0 07-26-2004 04:52 AM
overriding,shadowing concept sangam via .NET 247 ASP .Net 1 06-23-2004 03:46 AM
Flex model concept? MM VHDL 4 10-08-2003 08:20 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57