Explain the difference between inline and code behind.
No Answer is Posted For this Question
Be the First to Post Answer
What are the browsers that can access asp pages?
Why do we use asp?
Can I avoid using the garbage collected heap?
Tell few steps for optimizing (for speed and resources) ASP page/application ?
how can we bind the multiplication of two drop down lists?
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.
What is meant by cookies? Explain the main features?
what is the full form MSWC?
How do I make it so that code runs when the security system is stopping it?
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")
what is WCF?
Write a program in asp to find out the leap year. [Accept the year from the user ]