What is the installation process of asp .net?

Asked by Khusi on 5/14/2009 6:43:21 PM

I am just the beginner of asp .net. I want to install the asp .net in my system but I am unable to do this so I need the help how can I install the asp .net? I have the windows vista operating system on my system but I think the asp.net will not work on this operating system so someone please suggest me how can I install this on my system easily.


Comment (0)

MasterPage in ASP.NET 3.5

Asked by Sangeeta on 3/16/2009 8:44:38 AM

In previous version of ASP.NET i.e. 2.0, Microsoft introduced the feature, Master Page. In the next release, i.e. 3.5, Master Page concept got enhanced by some more new features. One of them is TreeView.

Can anyone tell me how can I implement TreeView in my Master Page?


Comment (0)

Sharing Session across multiple projects with a single solution in ASP.NET

Asked by Sangeeta on 3/16/2009 8:43:17 AM

I am developing an web application using ASP.NET 3.5. I have two projects present under a single solution. I need to use the Session variables used in one project into another project i.e. I want my session to be shared across projects.

Can anyone tell me if sharing of session in this context is possible? If yes, how can I implement this?


Comment (0)

Implementing Ajax Control Toolkit in ASP.NET 3.5

Asked by Sangeeta on 3/16/2009 8:41:51 AM

Can anyone tell me what is Ajax Control Toolkit? and how is it helpful in building web applications? How can I get this control toolkit? How can I implement Ajax Control Toolkit in ASP.NET 3.5? What are the steps to be followed to add the Ajax Control Toolkit in my IDE?


Comment (0)

What is OLE Automation Interface?

Asked by Rinku on 3/15/2009 5:06:00 AM

While reading about COM, i came across 2 terms - OLE Automation Interface and Non-OLE Automation Interface. What are they? How is it related to COM? DCOM is Distributed COM. It is an extension to COM. What does that mean? Are they the same technology providing different services?


Comment (0)

About COM component

Asked by Rinku on 3/15/2009 5:00:40 AM

How is COM component used in Dot Net? I just read that "To access COM component from the Dot Net framework, RCW(Runtime Callable Wrapper) is used." What is RCW and how it helps to access the COM component? What is the process involved here? How is RCW generated? Is it generated automatically?


Comment (0)

Meta data and Manifest in Assemblies

Asked by Rinku on 3/15/2009 4:05:15 AM

What is meant by Metadata? Where is it stored and how it is important? How is it communicated in COM?
What is Manifest? Is there any difference between Metadata and Manifest? What is Metadata Application Programming interface (MAPI)? What are its uses? In an assembly, which namespace is used to access the metadata?


Comment (0)

What is asp+?

Asked by Khusi on 3/9/2009 11:07:44 PM

This term is very new to me. I read it couple of times and now I am putting a thought on this. Is this an advanced asp? Is it something that came after asp 3.0 and before asp.net 1.0? What it means exactly? Please explain me the term asp+.


Comment (0)

What are the new server controls added in latest version of asp.net

Asked by Khusi on 3/9/2009 11:02:42 PM

I was asked in the recent interview about all the new server controls that are added in latest version of asp.net 3.5. I know there are many but can anyone list few of the very important to know or learn before attending the next interview? Thanks for your time and help in advance.


Comment (0)

What are Master Pages in Asp.Net ? How to add an automatic textbox to it?

Asked by Rinku on 3/4/2009 1:07:49 AM

What are Master Pages? How do we create a master page? What are the advantages of using Master Pages in Asp.Net? What are multiple master pages? What is its advantage?
How to add, delete, and duplicate master pages?
How to add an automatic textbox to a master page and how to enter text into the master page textbox?


Comment (0)