Click here to Skip to main content
15,927,344 members
Home / Discussions / Web Development
   

Web Development

 
GeneralPassing Variables Between Pages in ASP.NET Pin
21-Jan-02 21:48
suss21-Jan-02 21:48 
GeneralRe: Passing Variables Between Pages in ASP.NET Pin
Konstantin Vasserman23-Jan-02 15:08
Konstantin Vasserman23-Jan-02 15:08 
General.NET Positioning controls programatically Pin
Eivind21-Jan-02 4:15
Eivind21-Jan-02 4:15 
GeneralRe: .NET Positioning controls programatically Pin
Konstantin Vasserman21-Jan-02 5:04
Konstantin Vasserman21-Jan-02 5:04 
GeneralRe: .NET Positioning controls programatically Pin
Eivind21-Jan-02 11:39
Eivind21-Jan-02 11:39 
GeneralRe: .NET Positioning controls programatically Pin
Konstantin Vasserman21-Jan-02 11:46
Konstantin Vasserman21-Jan-02 11:46 
GeneralRe: .NET Positioning controls programatically Pin
Eivind21-Jan-02 12:33
Eivind21-Jan-02 12:33 
Generalform validation Pin
Bruno Lemos21-Jan-02 3:21
Bruno Lemos21-Jan-02 3:21 
Hi how can i validate some form fields without using asp:RequiredFieldValidator or asp:RegularExpressionValidator?
I have this:



asp label tag id="lNome" text="Name:" runat="server" /> asp textbox tag id="tNome" size="30" runat="SERVER" />



and the function:



Sub Validate()

if tNome.value = "" then '??? doesnt work!!!
msgbox ("Please Insert a string")
else
msgbox ("OK") ' How Can I submit the form here??
end if

End Sub



Can someonelse help me please???
Thanx in advance
bRunO
GeneralRe: form validation Pin
Konstantin Vasserman21-Jan-02 4:43
Konstantin Vasserman21-Jan-02 4:43 
GeneralRe: form validation Pin
Bruno Lemos21-Jan-02 5:08
Bruno Lemos21-Jan-02 5:08 
GeneralRe: form validation Pin
Konstantin Vasserman21-Jan-02 5:29
Konstantin Vasserman21-Jan-02 5:29 
GeneralRe: form validation Pin
Bruno Lemos21-Jan-02 5:51
Bruno Lemos21-Jan-02 5:51 
GeneralRe: form validation Pin
Konstantin Vasserman21-Jan-02 6:01
Konstantin Vasserman21-Jan-02 6:01 
GeneralRe: form validation Pin
Bruno Lemos21-Jan-02 6:04
Bruno Lemos21-Jan-02 6:04 
GeneralRe: form validation Pin
Konstantin Vasserman21-Jan-02 6:13
Konstantin Vasserman21-Jan-02 6:13 
GeneralRe: form validation Pin
Bruno Lemos21-Jan-02 6:20
Bruno Lemos21-Jan-02 6:20 
GeneralDomain $15/year , Hosting $1/month at www.clicknhost.com Pin
20-Jan-02 19:23
suss20-Jan-02 19:23 
QuestionWhat happened to the HTML/CSS Article section? Pin
Paul Watson19-Jan-02 7:52
sitebuilderPaul Watson19-Jan-02 7:52 
AnswerRe: What happened to the HTML/CSS Article section? Pin
Konstantin Vasserman19-Jan-02 12:37
Konstantin Vasserman19-Jan-02 12:37 
GeneralRe: What happened to the HTML/CSS Article section? Pin
Paul Watson20-Jan-02 1:17
sitebuilderPaul Watson20-Jan-02 1:17 
GeneralRe: What happened to the HTML/CSS Article section? Pin
Konstantin Vasserman20-Jan-02 4:54
Konstantin Vasserman20-Jan-02 4:54 
Generaljumping to a different page Pin
omkamal17-Jan-02 10:29
omkamal17-Jan-02 10:29 
GeneralRe: jumping to a different page Pin
Konstantin Vasserman17-Jan-02 11:20
Konstantin Vasserman17-Jan-02 11:20 
GeneralRe: jumping to a different page Pin
omkamal17-Jan-02 11:30
omkamal17-Jan-02 11:30 
GeneralRe: jumping to a different page Pin
Konstantin Vasserman17-Jan-02 11:35
Konstantin Vasserman17-Jan-02 11:35 

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.