Click here to Skip to main content
16,004,782 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Developing Crystal Reports using IIlist Pin
N a v a n e e t h7-Nov-07 21:40
N a v a n e e t h7-Nov-07 21:40 
GeneralRe: Developing Crystal Reports using IIlist Pin
dandamudi padma7-Nov-07 22:02
dandamudi padma7-Nov-07 22:02 
GeneralRe: Developing Crystal Reports using IIlist Pin
N a v a n e e t h7-Nov-07 22:14
N a v a n e e t h7-Nov-07 22:14 
QuestionCompare Validator Problem Pin
Jintal Patel7-Nov-07 19:44
Jintal Patel7-Nov-07 19:44 
AnswerRe: Compare Validator Problem Pin
aswini7-Nov-07 20:28
aswini7-Nov-07 20:28 
AnswerRe: Compare Validator Problem Pin
Krushna Sahu7-Nov-07 20:31
Krushna Sahu7-Nov-07 20:31 
QuestionDifference betwen single tier and N tier application. Pin
rahul.net117-Nov-07 19:30
rahul.net117-Nov-07 19:30 
AnswerRe: Difference betwen single tier and N tier application. Pin
asithangae7-Nov-07 21:34
asithangae7-Nov-07 21:34 
hi,
In a simple way, we can say like this...
Consider that your website is a database interactive application.so, you web site application will have code for displaying the data in the page and also for retriving the data from the databse. if you did the coding of retrival from DB and displaying it in UI in the code behind page, you are following single tier architecture. suppose if your DB retrival is a separate class or project consists of generic DB interaction class without depending on the Application context then it is two tier architecture. Means you DB layer is separate from UI layer, two components.
if you still separate the Business Layer then 3 tier architecture, that is the DB Layer as earlier and separting the UI as entity object being used in UI like for example Class Employee with business logic and Employee object is being used in UI layer(code behind file) then three tier architecture, having DB layer for DB interactions and Business Layer as Employee and third part is code behind file.

still we can proceed like this by using COM and web services. these are N tier architectures.

CheersSmile | :)
asithangae
QuestionChanging The location tags attribute Pin
SreejithAchutan7-Nov-07 19:22
SreejithAchutan7-Nov-07 19:22 
QuestionDropDown Problem Pin
sabby20067-Nov-07 19:07
sabby20067-Nov-07 19:07 
QuestionDrop Down List Selected Value Problem Pin
Kurian_Kurian7-Nov-07 18:45
Kurian_Kurian7-Nov-07 18:45 
AnswerRe: Drop Down List Selected Value Problem Pin
Unknown Ajanabi7-Nov-07 19:21
Unknown Ajanabi7-Nov-07 19:21 
GeneralRe: Drop Down List Selected Value Problem Pin
Kurian_Kurian7-Nov-07 19:54
Kurian_Kurian7-Nov-07 19:54 
GeneralRe: Drop Down List Selected Value Problem Pin
Nitin19817-Nov-07 20:12
Nitin19817-Nov-07 20:12 
AnswerRe: Drop Down List Selected Value Problem Pin
Unknown Ajanabi7-Nov-07 20:12
Unknown Ajanabi7-Nov-07 20:12 
AnswerRe: Drop Down List Selected Value Problem Pin
N a v a n e e t h7-Nov-07 21:52
N a v a n e e t h7-Nov-07 21:52 
QuestionFile System Browsing in ASP.NET - Need Code Help Pin
cadracing7-Nov-07 17:56
cadracing7-Nov-07 17:56 
AnswerRe: File System Browsing in ASP.NET - Need Code Help Pin
Christian Graus7-Nov-07 19:21
protectorChristian Graus7-Nov-07 19:21 
QuestionData Blues Pin
BezerkRogue7-Nov-07 15:56
BezerkRogue7-Nov-07 15:56 
AnswerRe: Data Blues Pin
Christian Graus7-Nov-07 17:42
protectorChristian Graus7-Nov-07 17:42 
Questionoracle conncetion error Pin
uowzd017-Nov-07 15:03
uowzd017-Nov-07 15:03 
QuestionRepeater within update panel - slow Pin
debbie_cruz7-Nov-07 13:37
debbie_cruz7-Nov-07 13:37 
QuestionASP .NET 2.0 Login Control Pin
kenexcelon7-Nov-07 10:39
kenexcelon7-Nov-07 10:39 
AnswerRe: ASP .NET 2.0 Login Control Pin
Pete O'Hanlon7-Nov-07 11:39
mvePete O'Hanlon7-Nov-07 11:39 
GeneralRe: ASP .NET 2.0 Login Control Pin
kenexcelon8-Nov-07 9:04
kenexcelon8-Nov-07 9:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.