Tag: technology
Questions Related to technology
-
The Page_PreRender event is not executed for downlevel browsers.
-
The Page_Load event happens before the page has been rendered and the Page_PreRender event happens after the page has been rendered.
-
The Page_PreRender event happens after the Page_Load event and after any control events.
-
The Page_PreRender event and Page_Load event can be used interchangeably.
-
for (int i = 0; i < 80; i++) { stream1.WriteByte(byteArray[i]); bytesTransferred = i; if (!stream1.CanWrite) { break; }}
-
bytesTransferred = stream1.Read(byteArray, 0, 80);
-
while (bytesTransferred < 80) { stream1.Seek(1, SeekOrigin.Current); byteArray[bytesTransferred++] = Convert.ToByte(stream1.ReadByte());}
-
stream1.Write(byteArray, 0, 80);bytesTransferred = byteArray.Length;
-
Contact the ISP and have them switch the website to have ASP capability.
-
Develop a transition plan first that includes a step-by-step plan on every detail prior to contacting the ISP.
-
Have your ISP install the Microsoft FrontPage extensions
-
All the above
-
That all pages are saved in .asp extensions.
-
Check that the web server has Microsoft FrontPage extensions installed
-
Make sure the web server is capable of hosting ASP pages
-
Check the coding and be sure the ASP code is surrounded with
-
All of the above
-
server
-
request
-
session
-
response
-
Web class
-
Page class
-
Data class
-
Html classs
-
Session
-
Cookie
-
Web.config
-
Variable