Can anyone suggest code to achieve postback of user input to the same html page (from a form)? Many thanks! Signed, A non-VB programmer ! Reed Eichner reichner@satx.rr.com
Reed Eichner
Posts
-
Postback & VB script -
Set assignment not supportedWriting code using VB.net (aspx file)~ script assignment statement: set UserData = request.form("UserData") yields a compile error ~ 'Let' and 'Set' assignment statements no longer supported. Is there a substitute assignment statement that will work instead of 'Set' ? Many thanks!:cool: Reed Eichner reichner@satx.rr.com
-
RegularExpressionValidator & Mult.ExpressionsWhen validating against multiple patterns that could be entered into a textbox, is it possible to use multiple expressions (set in ValidationExpression property) and if so, what is the correct syntax? Documentation @ MS Vis.Studio.net states that you can separate expressions using a bar... | ... however, this does not work. Correct syntax??? Many thanks!:-D Reed Eichner reichner@satx.rr.com
-
C# scripts to validate zip codes & stringsJohn: thanks for your feedback! However, I'm not a proficient coder...do you have the links to the respective script (pre-written code) that I can download & incorporate into an ASPX page? Reed:zzz: Reed Eichner reichner@satx.rr.com
-
C# scripts to validate zip codes & stringsI need access to C# scripts for validating zip codes in three formats: ##### or #####-#### or ##### #### (no dash) & strings entered in forms @ ASP pages (running on .NET platform). Any help would be most appreciated! Many thanks!:eek: Reed Eichner reichner@satx.rr.com