Click here to Skip to main content
15,923,006 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionScorm content viewer Pin
nachavle27-Apr-11 23:05
nachavle27-Apr-11 23:05 
QuestionProblem with cascading DropDownLists in a databound DetailsView Pin
kbalias27-Apr-11 21:30
kbalias27-Apr-11 21:30 
AnswerRe: Problem with cascading DropDownLists in a databound DetailsView Pin
Ali Al Omairi(Abu AlHassan)28-Apr-11 0:45
professionalAli Al Omairi(Abu AlHassan)28-Apr-11 0:45 
QuestionObjectDataSource for DevExpress ASPxGtridView with enabled paging, sorting, grouping, external filters Pin
trongood27-Apr-11 21:15
trongood27-Apr-11 21:15 
AnswerRe: ObjectDataSource for DevExpress ASPxGtridView with enabled paging, sorting, grouping, external filters Pin
Mehul Harry28-Apr-11 14:03
Mehul Harry28-Apr-11 14:03 
Questioninput validation Pin
jashimu27-Apr-11 9:38
jashimu27-Apr-11 9:38 
AnswerRe: input validation Pin
gavindon27-Apr-11 9:49
gavindon27-Apr-11 9:49 
GeneralRe: input validation Pin
jashimu27-Apr-11 10:22
jashimu27-Apr-11 10:22 
GeneralRe: input validation Pin
gavindon27-Apr-11 10:38
gavindon27-Apr-11 10:38 
GeneralRe: input validation Pin
jashimu27-Apr-11 10:51
jashimu27-Apr-11 10:51 
GeneralRe: input validation Pin
Prasanta_Prince28-Apr-11 3:06
Prasanta_Prince28-Apr-11 3:06 
GeneralRe: input validation Pin
jashimu28-Apr-11 10:32
jashimu28-Apr-11 10:32 
AnswerRe: input validation Pin
m@dhu27-Apr-11 18:59
m@dhu27-Apr-11 18:59 
QuestionDeclarative vs Programmatic: opinions Pin
Brad Tumer27-Apr-11 8:55
Brad Tumer27-Apr-11 8:55 
AnswerRe: Declarative vs Programmatic: opinions Pin
Not Active28-Apr-11 2:39
mentorNot Active28-Apr-11 2:39 
Using controls such as SqlDataSource is faster in some respects, however, it does not suffice as a true DAL, not even with stored procs. (Its an argument you will loose 9 out of 10 time). This method binds the presentation to data much too strongly for me. You should be able to build the application so each layer is independent.

I would say you are both right to a certain extent. The co-worker who is building everything by hand is going too far. DataBinding and templates can be used quite effectively. Separating the presentation and data, such as in a MVC or MVVM pattern gives much more flexibility and code reuse.

I know the language. I've read a book. - _Madmatt

GeneralRe: Declarative vs Programmatic: opinions Pin
Prasanta_Prince28-Apr-11 3:09
Prasanta_Prince28-Apr-11 3:09 
AnswerRe: Declarative vs Programmatic: opinions Pin
Renat Khabibulin4-May-11 17:09
Renat Khabibulin4-May-11 17:09 
Questionpdfbox error Pin
gavindon27-Apr-11 8:24
gavindon27-Apr-11 8:24 
QuestionSqlDataSource used in gridpage as well as to databind Pin
vanikanc27-Apr-11 6:00
vanikanc27-Apr-11 6:00 
AnswerRe: SqlDataSource used in gridpage as well as to databind Pin
vanikanc27-Apr-11 6:44
vanikanc27-Apr-11 6:44 
QuestionClearing Texbox text in ASP.Net MVC Pin
Priya Prk27-Apr-11 1:38
Priya Prk27-Apr-11 1:38 
AnswerRe: Clearing Texbox text in ASP.Net MVC Pin
Keith Barrow27-Apr-11 2:15
professionalKeith Barrow27-Apr-11 2:15 
GeneralRe: Clearing Texbox text in ASP.Net MVC Pin
Priya Prk27-Apr-11 2:33
Priya Prk27-Apr-11 2:33 
GeneralRe: Clearing Texbox text in ASP.Net MVC Pin
Keith Barrow27-Apr-11 3:03
professionalKeith Barrow27-Apr-11 3:03 
GeneralRe: Clearing Texbox text in ASP.Net MVC Pin
vanikanc6-May-11 10:49
vanikanc6-May-11 10:49 

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.