what is abstact class in asp.net?
Answer / sravi
abstract class is a class with atleast one method defined
as abstract.the type of class can't instantiated..abstrcat
class can hav one or more abstract methods..it implemnt the
functions..
| Is This Answer Correct ? | 0 Yes | 0 No |
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")
Explain how to refresh an asp page on a single click of a button?
What is the use of global.asax?
very Simple Question i Know But I Cant Do It public int Y { get { return _y; } set { _y = value; } } How Can i Check for Value Y in Accessories Say if Y > 5
Define a scripting language?
How does if-not-modified-since work? How can it be programmatically implemented with ASP.NET?
What is a session?
What is asp in web design?
We have recently bought Hart 475 communicator , when we try to use it on transmitter it shows error : Voltage detected on FF connectors and later show No device found , can any one give me and idea about how to solve it.
How to make page break in Crystal Report..?
___________ and ____________ properity to be used to create localized version of a form
What data types does the rangevalidator control support?