News:

Choose a design and let our professionals help you build a successful website   - ITAcumens

Main Menu

.NET WebDev and Web services questions

Started by Kalyan, Apr 04, 2008, 09:33 PM

Previous topic - Next topic

Kalyan

.NET WebDev and Web services questions

How does ASP page work?

How ASP.NET page works?

What are the contents of cookie?

How do you create a permanent cookie?

What is ViewState? What does the "EnableViewState" property do? Whay would I want it on or off?

Give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?

How can you debug your.NET application?

How do you deploy your ASP.NET application?

Where do we store our connection string in ASP.NET application?

Explain security types in ASP.NET?

Where do we store our connection string in ASP.NET application?

Explain different Authentication modes in ASP.NET?

How.NET has implemented security for web applications?

How to do forms authentication in ASP.NET?

Explain authentication levels in.NET?

How can you debug an ASP page, without touching the code?

How can you handle Exceptions in ASP.NET?

How can you handle UnManaged Code Exceptions in ASP.NET?

Which is the namespace used to write error message in event Lof File?

What are the Page level transaction and class level transaction?

What are different transaction options?

What is the namespace for encryption?

What is the difference between application and cache variables?

What is the difference between control and component?

You have defined one page_load event in ASPx page and same page_load event in code behind, how will program run?

Where would you use an IHttpModule, and what are the limitations of any approach you might take in implementing one?

Can you edit data in the Repeater control? Which template must you provide, in order to display data in Repeater control? How can you provide an alternating color scheme in a repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some source to the repeater?

In what order do the events of an ASPX page executes. As a developer is it important to understand these events?

How would you get ASP.NET running in Apache web servers? Why would you even do this?

What tags do you need to add within the ASP:datagrid tags to bind columns manually?

How can we create pie chart in ASP.NET?

How do you understand asynchronous web services?

What are the events fired when web service called?