Scope of static variables in ASP.NET sites
If running multiple ASP.NET applications in the same application pool, how many instances will I have of a class’ static variable?
If running multiple ASP.NET applications in the same application pool, how many instances will I have of a class’ static variable?
Here is how I do it:
I use the following method in my ASP.NET web application to receive the stack trace for an exception:
I have made a website using(Asp.net, c#) and its content in English.
Now i have a requirement to make this website in such a way that is support multiple languages ie (German,French).
Lable/Textbox/ string all values will display respective selected languages
While searching i came to know there are some ways like
I’m struggling to find a way of specifying a file location in web.config appSettings that avoids using hard-coded paths but allows a non-‘web aware’ C# library to find a file.
this is how I initiate the session
This is my problem.
I load xml from my database and push it to the client using code.
But the problem is that the browser automatically opens that xml instead of offering it as a download.
I have the following code to delete rows from DataTable:
How can I write JavaScript code in asp.net in code behind using C#?
I have a system with some members. my members should receive one message each day. I want to send this message via Viber or whatsapp (or if there are others app like them). But I dont want to send messages one by one. I want to send by asp.net c# code. Is there any document … Read more