What?s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / suresh.gv
R.W:: It writes to the browser
R.O.W :: It writes to the file
| Is This Answer Correct ? | 17 Yes | 25 No |
Post New Answer View All Answers
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Is it possible to change the index of primary key on table?
What are the events in a page life cycle?
Is asp.net mvc still used? : Asp.Net MVC
What are the differences between the response.write() and response.output.write()?
What is the use of the tag in the web.config file?
State differences between MVC and WebAPI
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is the differences between a primary key and a unique key in sql server?
What are the HTML server controls in ASP.NET?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is HTTPModule and HTTPcontext? What is the use of each?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Explain the difference between overriding and overloading?
Explain the features that make asp.net more used framework? : asp.net mvc