Click here to Skip to main content
15,920,111 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 
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 
Are this labels put on the form only once at the beggining of the page "lifecycle"? If yes - then declarative way would be better for traffic. Because each change of the page, which occurs in OnLoad() method is added to ViewState and travels to client with html page. If labels will be defined in .aspx then they will be created on Init() step and there will no additional ViewState data
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.