This topic is locked

Text Box Code asprunner5.2 to .net verion 4

5/19/2008 5:55:34 PM
ASPRunner.NET General questions
M
mardisr author

I have this code which support helped create
UPS TrackingNumber
strValue = "<a style=""color:red;"" target=_blank href=""http://wwwapps.ups.com/WebTracking/processInputRequest?sort_by=status&tracknums_displayed=1&TypeOfInquiryNumber=T&loc=en_US&InquiryNumber1="; & strValue & "&track.x=0&track.y=0"" >" & strValue & "</a>"
can someone please tell me why this will not run in custom section of the text box.
After placing this code I am getting build errors and the project takes 2 minutes before the page will display, if it's going to display.
The 2 minute delay happen with or without this code

Eugene 5/20/2008

asp code and asp.net code - are a little bit different things. Could you please describe what you would like to do. I'll do my best to help you.

As for slow run - it happens because at the first run framework compiles pages. It is how asp.net works. If you re-view pages - everything should work quite quickly.