Can two web application share a session and application
variable ?
Answer Posted / mohit
no it cant be share by two applications
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Is asp.net easy to learn?
What does asp in asp.net stand for?
Disable Mouse right click on web page in asp.net?
What is .net remoting?
Explain about Automatic resource management?
In which event of the page life cycle, is the viewstate available?
Why session is used in asp.net?
How can we use Web API with ASP.NET Web Form?
Is it possible to apply themes to an asp.net application? If yes, then how?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What is s2s tracking?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
How can we identify that the Page is Post Back?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?