ASP.NET Interview Questions
Questions Answers Views Company eMail

what is diff between responseexpires and expiresabsolute

Accenture,

2 6386

can sn.exe can be used before gacutil.exe

Accenture,

2 5986

what r the Templeats in ASP.net?

Intel, VBV,

5 10996

How does Garbage collector(GC) works in .net

Accenture, HCL, Kekran Mekran, People Tech, Wipro,

14 41723

accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 3604

One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?

HCL,

3 8812

How to retrieve the information from datatable citywise in c#?

HCL,

2 6533

what are the differences between windows services and web services?

Tech Mahindra,

5 26952

How do you install windows service?

Tech Mahindra,

4 9358

If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.

CTS,

6 19199

How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?

rocsearch,

2 12552

I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

Patni,

1665

I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

Patni,

1 6757

What is customer control and user control?

Perot Systems,

1 8211

what are the levels of securities need to be considered for the finincial web application?

1 3774


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1456


What types of data validation events are commonly seen in the client-side form validation?

550


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

2358


Explain the server control events of asp.net ?

525


What are the namespace classes used in asp.net mvc? : asp.net mvc

530






Can I stream live content/events?

566


What are the events in a page life cycle?

526


Explain the use of fragment caching.

653


What is the main difference between Asp.net and Vb.net?

558


Explain the flow of processing of the request? : asp.net mvc

528


Explain the code Access Security (CAS) in .net Framework?

660


Explain global assembly cache.

563


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

2207


How could you modify xaml content from javascript?

500


What is viewstate in asp net with example?

515