______________ is the DataType return in IsPostback property.

Options
- bit
- boolean
- int
- object
- string


CORRECT ANSWER : boolean

Discussion Board
ASP.NET

IsPostback property is always returns boolean value i.e true/false.
True - page is posting subsequently on each hit from client side.
False - page is posting first time.

Prajakta Pandit 09-11-2015 07:36 AM

.net

why correct is boolean

sandesh 06-5-2015 08:01 AM

asp.net

plz discuss this questions


saheb chakraborty 11-3-2013 08:47 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement