IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
IBM,
2019how to find the 2nd higgest salary in the column for example take table name is employee? And also find bottom 2nd lowest salary ?
11 157471. How to restrict a class from allowing to create only one object. I.e., one should be allowed to create only one object of the class type.
1 77852. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
2 5397It was told that .Net 2.0 Framework has got it's in built webserver. Does it mean that it doesn't need IIS? What is the significance of Front Page Server Extensions in creating or hosting a Web Application in .net?
1 4125Hi i need fast track course maximum to complete within a month....courses are Asp.net,c3,vb.net n sql server........at hyderbad location ..best institute n cost
1 4214which of the following statement is true about gac. a)it is being handled by .net framwork b)It is special folder c)it can have files with same name etc etc.
4 10432Post New Dot Net AllOther Questions
Difference between throw exception and rethrowing ?
What is msil, and why should my developers need an appreciation of it if at all?
What is an asssembly qualified name? Is it a filename? How is it different?
How does .net mobile work? : Microsoft dot net mobile
Explain about the base class library provided by microsoft.net?
How does .net remoting work?
Difference between type constructor and instance constructor?
What is application frame host?
How to prevent my .NET DLL to be decompiled?
Session State and can i store desirialized object in state server, if yes how and if not why.
Can I create my own permission set?
How does an appdomain get created?
server.transfer limitation ?
Explain write back and write through caches? : Dot net architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture