by Shashi Dhar Kumar | Feb 10, 2012 | Programming
Following are the detault pages for website of technology based : 1) HTML Based default pages : a) index.htm b) index.html c) default.htm 2) PHP Based default pages : a) index.php 3) SHTML Based default pages : a) index.shtml 4) Classic ASP Based default pages : a)...
Warning: Trying to access array offset on value of type bool in /home/nqetassd/shashidharkumar.com/wp-content/themes/Divi/epanel/custom_functions.php on line 629
by Shashi Dhar Kumar | Nov 8, 2008 | ASP, Programming, SQL Server
How to connect database in ASP (Active Server Page)? SQL Server 2005 This is a compiled connection strings reference list on how to connect to SQL Server 2005. SQL Native Client ODBC Driver Standard security Driver={SQL Native...
by Shashi Dhar Kumar | Sep 27, 2008 | Programming
Get IP address By ASP <%= Request.ServerVariables(“REMOTE_ADDR”) %> By PHP <?php echo $ip=$_SERVER[‘REMOTE_ADDR’]; ?> By JAVA import java.net.*; import java.io.*; import java.applet.*; public class GetClientIP extends Applet {...
Warning: Trying to access array offset on value of type bool in /home/nqetassd/shashidharkumar.com/wp-content/themes/Divi/epanel/custom_functions.php on line 629
by Shashi Dhar Kumar | Aug 2, 2008 | Interview Questions, Uncategorized
ASP-Interview Questions Question : How are scripts executed? Answer : ASP provides scripting engines that execute the corresponding scripting languages on the server side. Scripts should be encoded within the “< %…. %”. Question : Explain the building...
by Shashi Dhar Kumar | Nov 6, 2007 | ASP
Question : How are scripts executed? Answer : ASP provides scripting engines that execute the corresponding scripting languages on the server side. Scripts should be encoded within the “< %…. %”. Question : Explain the building blocks of Client/Server?...