redirect forms and postback forms
-
my question is what is commonly used the redirect form or postback form?? what is the used of two in asp.net...do i have to include it anytime?in my web form?
-
my question is what is commonly used the redirect form or postback form?? what is the used of two in asp.net...do i have to include it anytime?in my web form?
blitz2bleach wrote:
my question is what is commonly used the redirect form or postback form??
What do you mean exactly ? Redirecting is redirecting from one page to another page. Postback means one form is posting to the same form itself. Both have different meanings ? What do u want to do actually ?
string Cheers = "Navaneeth!!" www.w3hearts.com
-
blitz2bleach wrote:
my question is what is commonly used the redirect form or postback form??
What do you mean exactly ? Redirecting is redirecting from one page to another page. Postback means one form is posting to the same form itself. Both have different meanings ? What do u want to do actually ?
string Cheers = "Navaneeth!!" www.w3hearts.com
what i mean is that it is important to have this in a form?? what if i have a log in controls?do i have to used postback?? in my question is redirect forms alsways denotes ?(question mark symbol)..and this symbol is always seen whenever i browse on the net.. what would be the most commonly used form attribute,, thanks