This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

ASP.NET

Basic ASP Scripting Functions

How To Write Something On the Screen/Site: response.write(“My Name Is Zeeshan”) Declaring A Variable & using its value: declaring a vairable & using its value as a text dim name name=”Zeeshan Ahmed Khan” response.write(“My name is: ” & name) Declaring Array & using its value: it can store... (Continue reading)

Tagged with: