Does the following statement executes successfully:
Response.Write(?value of i = ? + i);
Answer Posted / 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 View All Answers
What is the use of response redirect in asp.net?
Explain the difference between asp.net mvc and asp.net webforms
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
How do you open a page in a new window?
how to transfer the file from client to server using asp.net
What is a web api endpoint?
To add a hyperlink column to the DataGrid which tag is used ?
Explain how asp.net different from asp?
How to add DateTime Control in normal DataGrid Server Control?
What permissions do asp.net applications posses by default?
Explain the differences between managed and unmanaged code?
Can you explain the importance of finalize method in .net?
Why would a company use an application service provider?
What are cookies in your browser?
What is the purpose of App_Code folder in ASP.NET? Why we this?