1.can we add connection string in global.asax??????????
2.what are the default files included when we create new
web application????
Answer Posted / ahmad dawood
Yes you Can add Connection string in Global.aspx in the
[Sub Application_Start] or in the [Sub Session_Start]
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Define a static class?
What is marshalling ? Is it a part of asp.net ?
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?
Where the viewstate is stored after the page postback?
When should I use server transfer and response redirect?
When Cookies are expired in ASP.NET?
How to create multi language website in asp.net mvc? : Asp.Net MVC
How does u get record no from 5 to 15 from a dataset of 100 records?
Can one dll file contains the compiled code of more than one .net language?
What are validator? Name the validation controls in asp.net? How do you disable them?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What is the Difference between MVC And MVP design pattrens
Explain About WebService
What is viewstate parameter?
Is post back in asp.net?