Browse by Tags

Related Posts

  • 2 radio buttons one field off till 2nd radio is selected?

    I'm an asp.net/c# newbie ok thats out of the way. My requirement is to create a page that has 2 radio buttons, one of those radio buttons will have a text box that will be deactivated/grey'd out UNTIL its button is selected after which it will be active. Obviously this is easily done with javascript...
    Posted to Web Forms (Forum) by aforonda on 08-31-2006, 12:00 AM
    Filed under: ASP.NET, deactivate, javascript, form, radio button, c#
  • Dialogs in ASP.NET using server-side-blocked-calls

    Hi, I have created a true MVC-pattern for ASP.NET that allows dialogs windows in ASP.NET just like you would do when using WinForms. I am using a technique called server-side-blocked calls (server-side AJAX). On my website there are four demos online and also a recording of a live-coding-example (executable...
    Posted to Announcements (Forum) by inchl on 09-28-2006, 12:00 AM
    Filed under: ajax history bookmarks, client-side validation, server-side validation, event Bubbling, javascript, form, c#, ajax, file upload, components, ASP.NET 2.0 Client Callback, submit, Web Controls, show/hide, Crosspagepostback, Wizard Step, Wizard, PageAsyncTask, "Asynchronous Operation", AsyncOperation, ViewState, ASP.NET 2.0, popup
  • pass paramaters to ModalPopup

    Hi, I have a dropdownlist in aspx page. I want to pass in some paramter via the onchange() function to the ModalPopup. Note that onchange() is the javascript function (for some reason, I can only pass in paramters in client side). What i want is by selecting something in the dropdown, I can pass in something...
    Posted to AJAX Control Toolkit (Forum) by coospaa on 10-16-2006, 12:00 AM
    Filed under: ModalPopup, JavaScript, toolkit, C#, user control
  • Dynamic PopupControls won't show

    I am dynamically creating UserControls, which contain a PopupControl. If I place one of these UserControls on a page, the PopupControl works fine. On my search results page, I load all the UserControls into a Panel, then into a hidden Panel. When a user clicks the preview of the UserControl the entire...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by nowakr on 01-04-2007, 12:00 AM
    Filed under: popupcontrol, JavaScript, C#, ajax, ASP.NET AJAX Control Toolkit, AjaxControlToolkit
  • Property value undefined after succesfull web service call

    Hello, hopefully I can explain my problem. I started to create extended control with ajax control toolkit. Idea is, that I have textfield which works so that it suggest values every time when user hits key. Like that --> http://www.google.com/webhp?complete=1&hl=en Now in SearchTextBoxBehavior...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by huygens on 01-09-2007, 12:00 AM
    Filed under: JavaScript, JavaScript Behavior ClientState, Atlas Control Toolkit, C#, ajax, extender
  • Re: Dynamic PopupControls won't show

    I solved my problem. Release 10123 of the Toolkit did not change anything. Instead of simply copying the innerHTML of one Panel to another, I did a javascript "appendChild" and passed in the control containing the PopupControl. Then when I was finished using that control I did an "appendChild" back into...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by nowakr on 01-26-2007, 12:00 AM
    Filed under: popupcontrol, JavaScript, JavaScript Behavior ClientState, C#, PopupControlExtender, AJAX Control Toolkit, javaScripts
  • ASP and GIS , maps and GPS

    Dear all I had a chat to few people who are also developers and was informed that there is some support that comes for VS05 for developing GIS and GPS applications and also doing some stuff similar to google maps and google mashups. I didnt get any hints or reference to any blogs or articles. Would anyone...
    Posted to Getting Started (Forum) by Dan_dan on 02-06-2007, 12:00 AM
    Filed under: .Net 2.0, asp.net 2.0, Dynamic images, javascript, ajax, ASP.Neet 2.0, ASP.NET 2.0 accessibility, Visual Studio 2005, vs2005, books book, .net 3.0, C#, help me
  • Re: Table data back to server

    You are going to need to use AJAX to do this. Please check out the Microsoft AJAX framework. It is actually very easy to talk to a web service using JavaScript. For instance you setup this as your webservice. using System; using System.IO; using System.Data; using System.Web; using System.Collections;...
    Posted to Getting Started (Forum) by nberardi on 02-01-2007, 12:00 AM
    Filed under: html, javascript, ajax, C#
  • How to add Javascript on runtime?

    I retrieve data from DB and add one small image of speaker on every front of row the result is look like ====================result ==================================== [speaker image1]A: we'd better hurry. They're boarding already. [speaker image2]B: Ok. Let's go. But which way is Gate 20? ========...
    Posted to Getting Started (Forum) by jcjcjc on 03-07-2007, 12:00 AM
    Filed under: asp.net, javascript, SQL Server 2005, C#
  • Re: How to add Javascript on runtime?

    thank you.. but I'm not using gridview and repeater I just simply put a lable on webpage , and then add anything I retrived from DB in Label.text my code is : lblLesson_name_eng.Text = dr["Lesson_name_eng"].ToString(); lblLesson_name_cht.Text = "[" + dr["Lesson_name_cht"].ToString() + "]"; lblContent...
    Posted to Getting Started (Forum) by jcjcjc on 03-08-2007, 12:00 AM
    Filed under: asp.net, javascript, C#, asp.net.c#
Page 1 of 4 (38 items) 1 2 3 4 Next >