From: Jon A. <Jon...@Ti...> - 2006-03-26 02:14:35
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Hi all,<br> <br> One the biggest problems with Anthem is that none of its custom attributes (AutoCallBack, PreCallBackFunction, etc.) are stored between callbacks. This means that if you set these in your codebehind, you need to *keep* resetting them every time there is a callback. This sucks. I need this kind of flexibility because sometimes I want my controls to behave like ASP controls and use postbacks and sometimes I want them to use callbacks. But when I set them, I want the setting to persist between callbacks. ASP controls remember their settings (AutoPostBack, for example). For people like me who want to use the same codebase for old browsers that only support postbacks (and yes, IE 5 barfs on a lot of the code used for callbacks), this is a bad thing. How much work would this be to fix?<br> <br> Jon<br> <div class="moz-signature">-- <br> <font size="2"><font face="Arial">Jonathan Aseltine<br> Software Engineer<br> </font></font><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">TicketNetwork.com<br> </span></font><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">27 Terrace Drive<br> </span></font><st1:street w:st="on"><st1:address style="background-position: left bottom; background-image: url(res://ietag.dll/#34/#1001); background-repeat: repeat-x;" tabindex="0" w:st="on"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Vernon, CT</span></font></st1:address></st1:street><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"> 06066<br> </span></font><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Ph: 860.870.3400 x278<br> </span></font><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Fax: 860.870.8744<br> </span></font><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Email: <a href="mailto:jon...@Ti...">Jon...@Ti...</a><br> <br> </span></font><b><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; font-weight: bold;">TicketNetwork™<br> </span></font></b><em><i><font face="Times New Roman" size="3"><span style="font-size: 12pt;">Think outside the box office.<br> </span></font></i></em><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"></span></font><font face="Arial" size="2"><a href="http://www.TicketNetwork.com">www.TicketNetwork.com</a></font><br> <br> <font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"></span></font> </div> </body> </html> |