Why is a hyperlink so much quicker than a form button with a redirect
like this? Is it posting twice? I'm really not too impressed with the
execution speed of ASP.NET web forms. Sometimes it's ok and other times
it's really slow. I'm not just talking about the first time it's
executed either. I come from a PHP background and I never had problems
with execution speed like I've had with ASP.NET. - Neil
private void ButtonSearch1_Click(object sender,
System.EventArgs e)
{
Response.Redirect("QueryF1.aspx", true);
}
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a
href="http://us.ard.yahoo.com/SIG=12hruad2k/M=362335.6886445.7839731.1510227/D=groups/S=1705007709:TM/Y=YAHOO/EXP=1123297068/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In
low income neighborhoods, 84% do not own computers. At Network for Good, help
bridge the Digital Divide!</a>.</font>
--------------------------------------------------------------------~->
|