Browse by Tags

Related Posts

  • Setting value of a Label using Javascript

    Hello everyone, I have a gridview on my page & each of its row is have a link button. On click of this button i want to show a modal popup but also have to pass some id particularly bound to that row.I have done almost achieved this by following method : OnGridViewRowDataBound() { LinkButton lnk...
    Posted to Client Side Web Development (Forum) by anada_08 on 06-16-2009, 12:00 AM
    Filed under: javascript, AJAX, asp.net3.5
  • Trouble getting a reference to a ModalPopupExtender using javascript

    I am trying to use the following code to get a reference to a modalpopupextender, but when I check the value of the javascript variable 'modal' it is always null. What is the proper way to get a reference to the AJAX control using javascript? .vb Dim myStringBuilder As New StringBuilder(246)...
    Posted to ASP.NET AJAX UI (Forum) by swolff1978 on 06-15-2009, 12:00 AM
    Filed under: ajax, ModalPopupExtender, Javascript
  • Show Modal Popup Using Javascript

    Hello everyone, I have to show a modal popup on click of a link button.Since this link button is inside the gridview and I also have to pass some value from the selected gridview row to modal popup,I have used javascript for showing the modal popup. But even though it is showing the modal popup,the modal...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by anada_08 on 06-13-2009, 12:00 AM
    Filed under: Javascript, modal popup extender
  • Call javascript during modalpopup.show()

    I have a javascript that disables a button for x seconds and then enables the button after x seconds pass. An update button checks for certain constraints, and if met, a modal popup is shown. The button the javascript is meant for is located in a panel displayed by this modal popup. Is there a way I...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by swolff1978 on 06-12-2009, 12:00 AM
    Filed under: javascript, modalpopupextender
  • JavaScript Regular expression exec function

    Hi guys, I am trying to extract all the strings that match a regular expression. When I test it on server side it is working fine but with JavaScript I am able to see the first value only. [C# code] working fine Regex reg = new Regex ( "\"([^\\\"]|\\.)*\"" ); string src = "...
    Posted to Client Side Web Development (Forum) by mr.aspdotnet on 06-10-2009, 12:00 AM
    Filed under: regular expression, javascript
  • Re: compare two images online

    You can compare two images content using imagemagick. It is very easy. You can download imagemagick from here . Version must be greater than 6.0. compare -metric AE 5001.MAIN.jpg 5002.MAIN.jpg difference.jpg if it returns value 0 means both images are same. This post might help you. Thanks, Binod Suman...
    Posted to System.Drawing/GDI+ (Forum) by BinodSuman on 06-09-2009, 12:00 AM
    Filed under: "image processing" image processing graphics, Images, Javascript
  • How to conditionally add a tag to the header of a web page?

    I want to avoid calling a javascript file unless its needed in context. With classic ASP, I just did an if....then...end if inside the head tags. As far as I can tell,. with VB.net. I need to use the head runat server tag, but don't see how to just add the extra script line in, without wiping the...
    Posted to Getting Started (Forum) by theoldgoat on 06-08-2009, 12:00 AM
    Filed under: runat, conditional, header, javascript
  • Select drop before resize problem

    Hello guys, this is my issue: I have a select element and when I click it, I want it to resize to a certain width, then drop the list. The default behavior if I put the resize code on onclick is to drop, resize, then hide list. This is just a small part of a complex scenario, but I couldn't figure...
    Posted to Client Side Web Development (Forum) by morsanu on 06-05-2009, 12:00 AM
    Filed under: resize, drop, javascript, select
  • commandname="insert" not working

    i have two formview controls in form. one is hidden and is displayed upon the click of a linkbutton. this works quite fine. but the problem i am now facing is that i cannot get my insert button to insert into the database after validating the data. validation is with javascript and it works alright but...
    Posted to Getting Started (Forum) by lyrix on 06-04-2009, 12:00 AM
    Filed under: comandname="insert", form view control, insert source code, javascript, validation
  • How to call javascript function from a user control

    I have usercontrol which calls javascript function to load google map...On load and on button click I am calling the same javascript funtion...It executes on load but doesnt execute on button click.. Below is my code...please help me I have written this javascript function in my ascx page < script...
    Posted to Client Side Web Development (Forum) by nikky_t on 06-04-2009, 12:00 AM
    Filed under: usercontrol, web form, asp .net 2. 0, javascript
Page 1 of 120 (1199 items) 1 2 3 4 5 Next > ... Last ยป