Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Microsoft ASP.NET Interview Questions
Questions Answers Views Company eMail

what is view state

5 8121

when the user control event occur in ASp page life cycle?

3 11189

What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor

1 20433

You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 5461

main difference between asp.net2.0,asp.net1.1,asp.net1.0

15 49871

Why do we use Option Explicit?

2 5428

what is the Difference between Dim Object as object AND dim obj as myform?

1 3068

How do we make a poperty read only?

1 4744

What are session variables?

2 4881

In what languages in ASP written?

4 5011

Define Query Interface,Adref,Release?

1 4910

what is the differance between native code & managed code?

5 13202

I have a component with 3 parameter and deployed to client side now i changed my dll method which takes 4 parameter.How can i deploy this without affecting the clent?s code ?

1 3302

How do you manage session in ASP and ASP.NET ?

2 10279

How do you handle session management in ASP.NET and how do you implement them. How do you handle in case of SQLServer mode ?

2147

Post New Microsoft ASP.NET Interview Questions


Microsoft ASP.NET Interview Questions


Un-Answered Questions

Tell me, does it cover silver or golden ornaments if I have 'home insurance'? : insurance sales

319


Is hive suitable to be used for oltp systems? Why?

474


Can we have two way communications in msmq?

487


Tell me how to implement you own package in laravel?

375


Explain some memory components.

583






What is conformance testing?

558


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

1398


What does time time () do in python?

435


what is the future of ayurved in India.

1866


What are the differences between table controls and step loops?

544


What happens to the company's "cash account" if it borrows money from the bank by signing a note payable?

654


How to access the admin console?

572


What is standby servers? Explain types of standby servers.

501


Can a string be null?

530


What is connection factory in websphere?

430