| Clearing a Textbox (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| I'm trying to do some Jscript to clear a textbox on a datagrid when the user clicks it . Using the onFocus event I have the following code asp:TextBox id txtExpenseType onFocus "ClearField('txtExpenseType')" runat "server" Width "100%" CssClass "lrgTextBox" Text ' %# DataBinder.Eval(Container, "DataItem.EXPENSE DESCRIPTON") % ' /asp:TextBox I have the following reference to the control when its re... |
|
| Javascript client-side validation (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| I posted earlier, and thanks to Cowboy for his response, but I think I should restate my question. I want to do Javascript/Jscript client side validation on a WebForms Control such as a button without having that button post back to the server until I want it to. How do I assign a javascript function to a control? I hope this is more clear :) Thanks. |
|
| Javascript and Asp.net web form controls (3 replies) |
| microsoft.public.dotnet.languages.jscript |
| I'm trying to learn how to associate javascript functions with a web form such as a button. I have a basic page for testing, it looks like this: %@ Page Language "vb" AutoEventWireup "false" Codebehind "WebForm1.aspx.vb" Inherits "JScriptTest.WebForm1"% !DOCTYPE HTML PUBLIC " //W3C//DTD HTML 4.0 transitional//EN" HTML HEAD title WebForm1 /title meta content "Microsoft Visual Studio.NET 7.0" name "... |
|
| very basic question (3 replies) |
| microsoft.public.dotnet.languages.jscript |
| I know this is a very basic question but is there a method to pop up a "confirm" type widow with a "Yes/No/Cancel" button configuration? I need a window that has these three buttons on it. Or is there a way to specify which buttons you can see on a confrim window or something like it? Thanks. Russ (feeling dumb) |
|