What is the base class of Button control in .NET?
No Answer is Posted For this Question
Be the First to Post Answer
What tools can I use to develop .net applications?
What is the concept of inheritance and how it works in .net?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
What is CCW (COM Callable Wrapper) ?
Tell us what is the difference between struct and class?
Write code for fetch record nos 15 to 25 from a dataset containing 50 records?
What is RunTime Polymorphism?
5 Answers Deloitte, eClerx, Horizon, Intel, Pragna Technologies,
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
What is typical about a windows process in regards to memory allocation in .net?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?