Click here to Skip to main content
15,914,109 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Master Page Images Gone Pin
mihirhp3-Sep-07 20:29
mihirhp3-Sep-07 20:29 
QuestionExport PDF file Pin
AnhTin3-Sep-07 16:46
AnhTin3-Sep-07 16:46 
QuestionCan't update after clicking checkbox Pin
wazodnuit3-Sep-07 15:39
wazodnuit3-Sep-07 15:39 
AnswerRe: Can't update after clicking checkbox Pin
Christian Graus3-Sep-07 15:58
protectorChristian Graus3-Sep-07 15:58 
QuestionAccessing MS Exchange functionality Pin
Fernando A. Gomez F.3-Sep-07 14:56
Fernando A. Gomez F.3-Sep-07 14:56 
AnswerRe: Accessing MS Exchange functionality Pin
jontyler3-Sep-07 16:13
jontyler3-Sep-07 16:13 
GeneralRe: Accessing MS Exchange functionality Pin
Fernando A. Gomez F.3-Sep-07 17:00
Fernando A. Gomez F.3-Sep-07 17:00 
QuestionValidation Control please help!! Pin
papy-boom3-Sep-07 13:18
papy-boom3-Sep-07 13:18 
hi everybody i have a problem with customising the javascript function for a validation control
i explain my pronlem with an exmple
i have two input on a table one is an email the other is the forename
a simple validation control for the email input is done
but when the email input is not empty i must
fill the forename input

so the html is like that



<asp:textbox id="forname" runat="server">
<asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" errormessage="RequiredFieldValidator" ....="">
<asp:textbox id="email" runat="server">
<asp:regularexpressionvalidator id="RegularExpressionValidator1" runat="server" controltovalidate="email"
="" errormessage="please write a valid email!!" validationexpression="^\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}$">

how can i overwrite the validartor for the forname text to have a function in javascript that on submit event
do amessage error if the email is valid and the forname input is not filled
i explain when someone fill the email the forname must be filled and when the email is empty no control for the two input
thank you for help!!
AnswerRe: Validation Control please help!! Pin
Christian Graus3-Sep-07 14:00
protectorChristian Graus3-Sep-07 14:00 
GeneralRe: Validation Control please help!! Pin
papy-boom3-Sep-07 14:18
papy-boom3-Sep-07 14:18 
GeneralRe: Validation Control please help!! Pin
Christian Graus3-Sep-07 14:48
protectorChristian Graus3-Sep-07 14:48 
Questioncreate store procedure for decrease stock with quantity [modified] Pin
hardyyanto3-Sep-07 8:35
hardyyanto3-Sep-07 8:35 
AnswerRe: create store procedure for decrease stock with quantity Pin
Christian Graus3-Sep-07 9:54
protectorChristian Graus3-Sep-07 9:54 
QuestionKilling a certan Session. Pin
Saksida Bojan3-Sep-07 8:00
Saksida Bojan3-Sep-07 8:00 
AnswerRe: Killing a certan Session. Pin
Pete O'Hanlon3-Sep-07 8:50
mvePete O'Hanlon3-Sep-07 8:50 
GeneralRe: Killing a certan Session. Pin
Saksida Bojan3-Sep-07 9:52
Saksida Bojan3-Sep-07 9:52 
QuestionCode Execution Prevention Pin
Saksida Bojan3-Sep-07 7:55
Saksida Bojan3-Sep-07 7:55 
Questionasp.net page size (height and width of tables are dynamicaly changed) - a very serious problem Pin
codelinks3-Sep-07 6:44
codelinks3-Sep-07 6:44 
AnswerRe: asp.net page size (height and width of tables are dynamicaly changed) - a very serious problem Pin
Guffa3-Sep-07 7:34
Guffa3-Sep-07 7:34 
GeneralRe: asp.net page size (height and width of tables are dynamicaly changed) - a very serious problem Pin
codelinks3-Sep-07 7:40
codelinks3-Sep-07 7:40 
AnswerRe: asp.net page size (height and width of tables are dynamicaly changed) - a very serious problem Pin
Guffa3-Sep-07 8:46
Guffa3-Sep-07 8:46 
GeneralRe: asp.net page size (height and width of tables are dynamicaly changed) - a very serious problem Pin
Pete O'Hanlon3-Sep-07 9:10
mvePete O'Hanlon3-Sep-07 9:10 
AnswerRe: asp.net page size (height and width of tables are dynamicaly changed) - a very serious problem Pin
ChrisKo4-Sep-07 8:42
ChrisKo4-Sep-07 8:42 
Questionhow can insert master table information in separate page in crystal report? Pin
B.A3-Sep-07 5:10
B.A3-Sep-07 5:10 
QuestionHow to set value of third column if first two are null in sql Pin
rahul.net113-Sep-07 5:05
rahul.net113-Sep-07 5:05 

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.