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
What is the Difference between MVC And MVP design pattrens
How should I destroy my objects in asp.net?
What I need to create and run an asp.net application?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Explain about ASP.NET?
8. Why do you want to work here?
What is an asp.net web form?
Can you explain one critical mapping? Performance issue which one is better?
How do you deploy your asp.net application?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is asynchronous call?
What is a web server? What are the load limits in it?
What are the disadvantages of view state?
Explain in what order a destructors is called.