Browse by Tags

Related Posts

  • ModalpopupExtender OkButton will not load my script.

    Hi there, I've made a nice Modalpopup Control but when I click on OK He wil not load my data. Is There a Way to get data from a asp:Label into a javascript so i can write it with javascript back to the page. To an another asp:Label Suggestions Thanks ! Bakoven
    Posted to ASP.NET AJAX Control Toolkit (Forum) by bakoven on 07-16-2008, 12:00 AM
    Filed under: ModalPopupExtender, help, JavaScript, Modal Pop display
  • Help with form validation

    In order to validate that all of teh items on my page have been filled out correctly I use these functions: function check_form( form ) { var required_fields = check_fields( form ); if ( required_fields > 0 ) { alert( "Please complete all fields with red labels." ); return false ; } return...
    Posted to Client Side Web Development (Forum) by XanaLyoko on 07-26-2007, 12:00 AM
    Filed under: client side validation, help, javascript
  • Can't get out of for loop

    In my javascript page I have this function: function getsubsystems( string ) { /* Completely empties the select of all options. */ document.cq_request.system.options.length = 0; var Qstring = string //Adds default choice document.cq_request.system.options[0] = new Option( "Choose One" , "NULL"...
    Posted to Client Side Web Development (Forum) by XanaLyoko on 07-25-2007, 12:00 AM
    Filed under: help, javascript, for loop
  • JavaScript help please

    In my page I am using this javascript to get the value of the query string that is passed into my page: /* The code below grabs the value of the query string so that it can be used in the page * * To auto select the value of the first drop down menu. * */ // gets the current URL to get the query string...
    Posted to Client Side Web Development (Forum) by XanaLyoko on 07-24-2007, 12:00 AM
    Filed under: help, javascript, "query strings"
  • Selecting option from drop down menu with querystring values

    In my pageI need to have the option to auto select a drop down menu that is generated by SQL code. Does anyone know how I can do this? The next part is that that drop down menu is sposed to fire an on change event that will populate a second drop down menu using JavaScript, How would I fire this event...
    Posted to Getting Started (Forum) by XanaLyoko on 07-23-2007, 12:00 AM
    Filed under: asp.net 2.0, C# asp.net, help, javascript
  • Pulling values from code behind

    In my code behind file I have this function: 1 public void getAllSystems() 2 { 3 MTConnection con = MTConnection.CreateConnection( new Credential( new Context( "ClearQuest - Boise" , "Version 2.0" , Micron.Application.Context.Environments.Production), "DSSPROD" , Credential...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by XanaLyoko on 07-18-2007, 12:00 AM
    Filed under: Asp.Net 2.0, C# code, help, javascript
  • Pulling results from CodeBehind file into JavaScript

    In my code behind files I have this: public void test() { MTConnection con = MTConnection.CreateConnection( new Credential( new Context( "ClearQuest - Boise" , "Version 2.0" , Micron.Application.Context.Environments.Production), "DSSPROD" , Credential.DataSourceTypes.MSSQL...
    Posted to Web Forms (Forum) by XanaLyoko on 07-17-2007, 12:00 AM
    Filed under: ASP.NET, c#, help, javascript
  • javascript calendar with scriptmanager doesnot work

    I am using a Javascript calendar which works on client side. Canledar works fine but when I put Ajax scriptManager, Popup stops populating and I get Javascript Error as "sys.formatException: The string was not recognized as a valid date" in Microsoft. For your information Calendar is also working...
    Posted to ASP.NET AJAX UI (Forum) by Ranvijay on 07-16-2007, 12:00 AM
    Filed under: onclientclick javascript, script error, script manager, ScriptManager, UI, "javascript error", "MicrosoftAjax.js", ajax, ASP AJAX, asp.net, asp.net ajax, Asp.net ajax CTP, ASP.NET AJAX CTP client-side javascript, ASPAJAX, calendar, client script, CTP, help, Javascript, microsoft.web.extensions, AJAX Library, ASP.NET AJAX Sys.ArgumentTypeException UpdateProgress
Page 1 of 1 (8 items)