Latest Answer: Server-side code run at the server. It is a seprated file from html page.Client-side code is processd by browser and run at the client side ...
Latest Answer: System.Reflection is used to get data about assembly ...
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
Latest Answer: Both type of code can be written in code behind page. usually we write sever side code. we can call client side function through the server side code in code behind by usingPage.ClientScript.RegisterClientScriptBlock(Type As system.Type,Key as string,script ...
Latest Answer: System.Data.Common ...
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Latest Answer: It's upon you what you prefer, that can be done on both sides best practice says it should be done on both side just to be on the safer side, becuse there is some possibility that client side validation can be hacked(disabled) by some vulnerable scripts,so ...
Latest Answer: An abstract class is a class that cannot be instantiated and having atleast one abstract method(having no body).Only we can derive a child class from the abstract class ...
Latest Answer:
Latest Answer: Hi, We can use Session.Abandon(); Session.Kill(); ...
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top