Click here to Skip to main content
15,892,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: text changed event Pin
ravindra_ee24825-Jun-08 21:43
ravindra_ee24825-Jun-08 21:43 
AnswerRe: text changed event Pin
AlexeiXX326-Jun-08 3:57
AlexeiXX326-Jun-08 3:57 
QuestionModify the Proxy Class Pin
Siva1925-Jun-08 19:20
Siva1925-Jun-08 19:20 
AnswerRe: Modify the Proxy Class Pin
Christian Graus25-Jun-08 19:52
protectorChristian Graus25-Jun-08 19:52 
GeneralRe: Modify the Proxy Class Pin
Siva1925-Jun-08 20:05
Siva1925-Jun-08 20:05 
GeneralRe: Modify the Proxy Class Pin
Christian Graus25-Jun-08 20:18
protectorChristian Graus25-Jun-08 20:18 
GeneralRe: Modify the Proxy Class Pin
Siva1925-Jun-08 20:48
Siva1925-Jun-08 20:48 
QuestionValidator in DetailsView Update Pin
boy.pockets25-Jun-08 19:18
boy.pockets25-Jun-08 19:18 
I am using Validators (IValidator) to validate the data edited by users in a DetailsView. This is the workflow that I want:
1. User updates data
2. User presses save
3. System Saves data
4. Details View stays in edit mode
5. Validation controls display any broken rules.

I can do everything except show the validation messages. The validation message will be displayed if, in the ItemUpdating event of the DeatilsView, i cancel the DetailsViewUpdateEven by setting the property: DetailsViewUpdateEventArgs.Cancel = true.

This behaviour makes me think that once the DetailsView has been directed to save it does not show the Validation errors. (even if I do a Page.Validate() after the save has completed).

Does anyone have an ideas on how I can display the error messages even if I want to save the DetailsView?
QuestionClear textbox content using a javascript Pin
samerh25-Jun-08 18:39
samerh25-Jun-08 18:39 
AnswerRe: Clear textbox content using a javascript Pin
Christian Graus25-Jun-08 19:07
protectorChristian Graus25-Jun-08 19:07 
GeneralRe: Clear textbox content using a javascript Pin
samerh25-Jun-08 19:17
samerh25-Jun-08 19:17 
GeneralRe: Clear textbox content using a javascript Pin
Christian Graus25-Jun-08 19:35
protectorChristian Graus25-Jun-08 19:35 
GeneralRe: Clear textbox content using a javascript Pin
samerh25-Jun-08 20:30
samerh25-Jun-08 20:30 
GeneralRe: Clear textbox content using a javascript Pin
Christian Graus25-Jun-08 20:35
protectorChristian Graus25-Jun-08 20:35 
AnswerRe: Clear textbox content using a javascript Pin
Sherin Iranimose25-Jun-08 19:38
Sherin Iranimose25-Jun-08 19:38 
GeneralRe: Clear textbox content using a javascript Pin
samerh25-Jun-08 21:10
samerh25-Jun-08 21:10 
GeneralRe: Clear textbox content using a javascript Pin
Sherin Iranimose25-Jun-08 21:24
Sherin Iranimose25-Jun-08 21:24 
Questionquerystring doubt Pin
saravanan0525-Jun-08 18:28
saravanan0525-Jun-08 18:28 
AnswerRe: querystring doubt Pin
Christian Graus25-Jun-08 18:50
protectorChristian Graus25-Jun-08 18:50 
QuestionTab based programming Pin
kjosh25-Jun-08 14:58
kjosh25-Jun-08 14:58 
AnswerRe: Tab based programming Pin
Christian Graus25-Jun-08 15:18
protectorChristian Graus25-Jun-08 15:18 
QuestionLinking to most recent by date [modified] Pin
midoujulessama25-Jun-08 14:49
midoujulessama25-Jun-08 14:49 
AnswerRe: Linking to most recent by date Pin
Christian Graus25-Jun-08 15:24
protectorChristian Graus25-Jun-08 15:24 
GeneralRe: Linking to most recent by date Pin
midoujulessama25-Jun-08 16:21
midoujulessama25-Jun-08 16:21 
GeneralRe: Linking to most recent by date Pin
Christian Graus25-Jun-08 18:13
protectorChristian Graus25-Jun-08 18:13 

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.