ASP.NET Interview Questions
Questions Answers Views Company eMail

what is diff between responseexpires and expiresabsolute

Accenture,

2 6944

can sn.exe can be used before gacutil.exe

Accenture,

2 6549

what r the Templeats in ASP.net?

Intel, VBV,

5 11788

How does Garbage collector(GC) works in .net

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

14 43791

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 3970

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 9449

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

HCL,

2 7048

what are the differences between windows services and web services?

Tech Mahindra,

5 27993

How do you install windows service?

Tech Mahindra,

4 10155

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 20365

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

rocsearch,

2 13043

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,

1904

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 7124

What is customer control and user control?

Perot Systems,

1 8620

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

1 4153


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

What are the Types of chaching. How to implement caching

799


How to change Master page in ASP.Net using code?

794


How does asp page work?

756


What does passport and windows authentication mean in ASP.NET?

908


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

1761


Which is better union or union all?

813


Is there any alternative to avoid name collisions other then Namespaces?

858


What is the used of "ispostback" property?

800


Explain weak typing and strong typing.

775


Where sessions are stored?

890


What is data cache in sql server?

847


How can you ensure a permanent cookie?

781


What is the appSettings Section in the web.config file?

815


What is asp.net futures?

783


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

19831