Does the following statement executes successfully:
Response.Write(?value of i = ? + i);

Answers were Sorted based on User's Feedback



Does the following statement executes successfully: Response.Write(?value of i = ? + i); ..

Answer / raj

System.formatException Input string was not in a correct
format.

Is This Answer Correct ?    6 Yes 2 No

Does the following statement executes successfully: Response.Write(?value of i = ? + i); ..

Answer / ramesh

Compilation Error Character(?) is not valid.

Is This Answer Correct ?    2 Yes 0 No

Does the following statement executes successfully: Response.Write(?value of i = ? + i); ..

Answer / rajeev sharma

no it will not work complation error

Is This Answer Correct ?    2 Yes 1 No

Does the following statement executes successfully: Response.Write(?value of i = ? + i); ..

Answer / dilip

if you would have declared and assigned some value to the
variable "i" then it will execute.

Is This Answer Correct ?    5 Yes 6 No

Post New Answer

More ASP.NET Interview Questions

What method do you use to explicitly kill a users session?

2 Answers   Siebel Systems,


Which keyword you should use for class not to extend? Which keyword to be used for making the class accessible within the assembly only what are the authentication mode of ASP.NET How will you call a JavaScript function using code-behind? How will you define the Session Timeout? What are the methods to validate client-side whether the input is a correct Date format? You want to write a log when ASP.NET application starts. Which is the best place to write that peice of code? What are the page load events and what is there order? What is the difference between abstract class and interface? What are the differences between DataSet and DataReader? What are the two properties other than DataSource, which is required to populate the Drop Down Menu? What is difference between String and StringBuilder Classes? What are differences between Custom control and User control?

1 Answers   Ignis Technologies,


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

0 Answers  


Explain different types of Caching techniques in ASP.NET?

0 Answers   Sans Pareil IT Services,


What is preprocessor in .net? Where it use?

0 Answers  






Features in ASP.NET ?

1 Answers   Microsoft,


I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?

0 Answers  


Explain about ASP.NET?

0 Answers  


what is the purpose of update panel control in ajax?

2 Answers   CSC,


please can any describe 'Master Page' in ASP.Net 2.0

4 Answers  


Can we have multiple master pages in asp net?

0 Answers  


can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?

2 Answers   SunGard,


Categories