How will you write a web service for secure socket layer?
What is secure socket?
Have you done any socket programming?
What is single thread and multi thread?
What are the differences between .NET 1.1 and .NET 2.2?
What is the command to connect to a StoredProcedure?
How many types of Adapters are available in ADO.NET?
Why DataAdapters are important?
What is DataSet?
It's important to compile the ASP.NET application before
using it?
What protocol you use to stream the audio and Video data?
What are the different kind of network protocols?
Write how will you connect to a database using DataSet?
Why we use AJAX?
What AJAX can do which JavaScript can't do?
In a page using Windows Media API, if we press a button and
in succession quickly press another button, what do you
think will happen? Will the application wait for the first
button response and then execute the second one or directly
second button command will execute.
What is the architecture of your application?
What is connection pooling in SQL?
Tell some functions of Windows Media API?
How you will detect, whether the ActiveX is installed in
the system before accessing it?
What are validators are available in ASP.NET?
What are the basic concepts of OOPS?
What is abstraction?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Which is better session or viewstate?

0 Answers  


How do you perform validations ?

2 Answers   Microsoft,


Explain an object, class and method.

0 Answers  


How can you implement encapsulation in asp.net?

6 Answers   TCS,


What is a DLL Hell Problem in .Net?

12 Answers  






What are the Types of objects in ASP

0 Answers   Microsoft,


Give 2 examples for scenarios when routing is not applied?

0 Answers   NA,


How can we prevent an aspx page get refreshed when any information fetch from the database ?

2 Answers   Minecode,


What is the use of asp.net web api?

0 Answers  


Is asp.net easy to learn?

0 Answers  


What is a pixel url?

0 Answers  


if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.

1 Answers  


Categories