Click here to Skip to main content
16,005,149 members
Home / Discussions / Web Development
   

Web Development

 
QuestionChange HTML element style in webbrowser2 Pin
marxafd27-May-06 15:01
marxafd27-May-06 15:01 
QuestionUpdate DataGrid -asp.net Pin
Zuhair Rizvi27-May-06 11:27
Zuhair Rizvi27-May-06 11:27 
Generalput your code here Pin
Reza Raad27-May-06 22:10
Reza Raad27-May-06 22:10 
GeneralRe: put your code here Pin
Zuhair Rizvi28-May-06 12:15
Zuhair Rizvi28-May-06 12:15 
AnswerRe: Update DataGrid -asp.net Pin
vkaushik00129-May-06 19:21
vkaushik00129-May-06 19:21 
GeneralRe: Update DataGrid -asp.net Pin
Zuhair Rizvi2-Jun-06 4:11
Zuhair Rizvi2-Jun-06 4:11 
QuestionValidation Control - asp.net Pin
aransiola27-May-06 7:44
aransiola27-May-06 7:44 
AnswerRe: Validation Control - asp.net Pin
Kevin McFarlane27-May-06 11:52
Kevin McFarlane27-May-06 11:52 
Use the CustomValidator control. Then you need to write code for its ServerValidate event

You write something like

ars.IsValid = IsValidCode(args.Value)

where IsValidCode() is a function for you to implement, which it looks like you already have from your middle tier.

Then in your Submit or OK button click event

If Page.IsValid Then

...

End If



Kevin
Questionis it possible? Pin
maximf26-May-06 21:15
maximf26-May-06 21:15 
AnswerRe: is it possible? Pin
Guffa26-May-06 22:32
Guffa26-May-06 22:32 
GeneralRe: is it possible? Pin
maximf28-May-06 0:36
maximf28-May-06 0:36 
AnswerRe: is it possible? Pin
Guffa28-May-06 11:07
Guffa28-May-06 11:07 
Questionxml and javascripting [modified] Pin
ritu432126-May-06 2:33
ritu432126-May-06 2:33 
QuestionMULTITHREADED DOWNLOAD Pin
lathi26-May-06 1:37
lathi26-May-06 1:37 
AnswerRe: MULTITHREADED DOWNLOAD Pin
darkcloud.42o5-Jun-06 17:00
darkcloud.42o5-Jun-06 17:00 
GeneralRe: MULTITHREADED DOWNLOAD Pin
darkcloud.42o5-Jun-06 17:02
darkcloud.42o5-Jun-06 17:02 
QuestionAssign a js variable to php variable Pin
torniker25-May-06 11:26
torniker25-May-06 11:26 
AnswerRe: Assign a js variable to php variable Pin
alex.barylski25-May-06 13:51
alex.barylski25-May-06 13:51 
GeneralRe: Assign a js variable to php variable Pin
torniker26-May-06 6:15
torniker26-May-06 6:15 
Questioncode for login page Pin
lucky123456025-May-06 8:46
lucky123456025-May-06 8:46 
AnswerRe: code for login page Pin
Gonzalo Brusella26-May-06 6:39
Gonzalo Brusella26-May-06 6:39 
QuestionDisplay thumbnail images in a multiple rows Pin
arpita200625-May-06 8:33
arpita200625-May-06 8:33 
QuestionShared Assembly Deployment and version management Pin
Leftyfarrell25-May-06 7:56
Leftyfarrell25-May-06 7:56 
Questionhow to control applet without click on it? [modified] Pin
newlifehejian25-May-06 1:44
newlifehejian25-May-06 1:44 
QuestionHelp in HTML Required, opening word file. [modified] Pin
deepaks324-May-06 20:04
deepaks324-May-06 20: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.