Click here to Skip to main content
15,908,013 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: get data from a website-need help Pin
dinhzap28-Sep-06 0:32
dinhzap28-Sep-06 0:32 
QuestionHow to use ThemeProvider and SkinBuilder? Pin
Mike Ellison27-Sep-06 17:20
Mike Ellison27-Sep-06 17:20 
QuestionHTML or code behind ? Pin
cheeken2u27-Sep-06 15:46
cheeken2u27-Sep-06 15:46 
AnswerRe: HTML or code behind ? Pin
sanju027627-Sep-06 18:48
sanju027627-Sep-06 18:48 
AnswerRe: HTML or code behind ? Pin
Guffa27-Sep-06 18:55
Guffa27-Sep-06 18:55 
QuestionHelp Please Pin
cisco210327-Sep-06 15:40
cisco210327-Sep-06 15:40 
AnswerRe: Help Please Pin
minhpc_bk27-Sep-06 19:51
minhpc_bk27-Sep-06 19:51 
QuestionCustomValidator ErrorMessage Does Not Display Pin
qtskibum27-Sep-06 12:47
qtskibum27-Sep-06 12:47 
I have a GridView that contains a TextBox and a CustomValidator that checks to make sure the value in the TextBox is unique to that column in the GridView (it's a tiebreaker score - tiebreakers must be unique). The validator works in that it won't let you save a non-unique value to the database (it just returns control to the page without doing anything); the problem is that the error message does not display on the screen, so the user has no idea why their changes didn't save or even *if* their changes saved. Here's my CustomValidator:
<asp:CustomValidator ID="valCustUniqueTieBreaker" runat="server" ControlToValidate="txtTieBreakerScore" ErrorMessage="You must enter a unique Tie-Breaker Score." OnServerValidate="valCustUniqueTieBreaker_ServerValidate" SetFocusOnError="True" ValidateEmptyText="True">*</asp:CustomValidator>

I do have a validation summary, and my other, non-custom, validation messages show up in it just fine. Does anyone have any ideas why this isn't working??

Thanks for your help!! Blush | :O )
~Jen
Questionloading COM object from aspx Pin
thebread27-Sep-06 12:16
thebread27-Sep-06 12:16 
AnswerRe: loading COM object from aspx Pin
minhpc_bk27-Sep-06 15:20
minhpc_bk27-Sep-06 15:20 
GeneralRe: loading COM object from aspx [modified] Pin
thebread27-Sep-06 20:12
thebread27-Sep-06 20:12 
GeneralRe: loading COM object from aspx Pin
minhpc_bk27-Sep-06 21:48
minhpc_bk27-Sep-06 21:48 
GeneralRe: loading COM object from aspx Pin
thebread27-Sep-06 22:44
thebread27-Sep-06 22:44 
GeneralRe: loading COM object from aspx Pin
minhpc_bk28-Sep-06 0:51
minhpc_bk28-Sep-06 0:51 
GeneralRe: loading COM object from aspx [modified] Pin
thebread28-Sep-06 2:28
thebread28-Sep-06 2:28 
GeneralRe: loading COM object from aspx Pin
minhpc_bk28-Sep-06 20:33
minhpc_bk28-Sep-06 20:33 
QuestionASP.NET and ASP permissions Pin
eggie527-Sep-06 11:23
eggie527-Sep-06 11:23 
AnswerRe: ASP.NET and ASP permissions Pin
minhpc_bk27-Sep-06 15:17
minhpc_bk27-Sep-06 15:17 
QuestionGridView issue........Anyone...........please? Pin
sanju027627-Sep-06 11:03
sanju027627-Sep-06 11:03 
AnswerRe: GridView issue........Anyone...........please? Pin
Christian Graus27-Sep-06 11:37
protectorChristian Graus27-Sep-06 11:37 
GeneralRe: GridView issue........Anyone...........please? Pin
sanju027627-Sep-06 12:58
sanju027627-Sep-06 12:58 
GeneralRe: GridView issue........Anyone...........please? Pin
Christian Graus27-Sep-06 13:08
protectorChristian Graus27-Sep-06 13:08 
Questiondevelopping portal using mspf Pin
WDI27-Sep-06 8:57
WDI27-Sep-06 8:57 
QuestionAJAX postback w/ asp.net Pin
eggie527-Sep-06 8:53
eggie527-Sep-06 8:53 
AnswerRe: AJAX postback w/ asp.net Pin
eggie527-Sep-06 9:10
eggie527-Sep-06 9:10 

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.