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

To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

0 Answers   Siebel,


Can we add code files of different languages in app_code folder?

0 Answers  


Is asp.net free?

0 Answers  


What are the server controls in asp.net?

0 Answers  


Explain login control and form authentication.

0 Answers  






Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers   Siebel Systems,


How can you implement the postback property of an asp.net control?

0 Answers  


What is the concept of view state in asp.net?

0 Answers  


What is sta?

0 Answers  


What is form method?

0 Answers  


Explain the concept of MVC Scaffolding?

0 Answers   B-Ways TecnoSoft,


How are sessions stored?

0 Answers  


Categories