Browse by Tags

Related Posts

  • How to access this ASP.NET TextBox using JavaScript?

    Background: I have a web user control on which I have an asp.net TextBox: < asp : TextBox ID ="tbASPNETControl" runat ="server"> ASP.NET Control </ asp : TextBox > Also, I have a button on this web user control when which it's clicked, it should show this text box...
    Posted to Client Side Web Development (Forum) by Dynamic2008 on 05-29-2009, 12:00 AM
    Filed under: TaxtBox, asp.NET, document, getElementById, javascript
  • Dynamic web pages with ASP.Net 2.0 and javascript.

    Hello guys and/or gals, Ok, here's my situation. It's a tricky one -- well, probably not for ya'll. I have a web page that I'm building that has address information on it. I currently have some textboxes on my form for address, city, state, zip, county, country, move-in date and move...
    Posted to Getting Started (Forum) by millitheKidd on 06-16-2009, 12:00 AM
    Filed under: asp.net, dynamic pages, javascript
  • retrieve javascript value in aspx page load event

    Hi all I need to get a value from the client side, using javascript function, and use that value to populate a datagrid in the aspx page load event(i replaced datagrid with textbox for now). i dont want the user to click on a button first. Can anyone help? this is not working at all because its stuck...
    Posted to Client Side Web Development (Forum) by 3kwartappel on 05-07-2009, 12:00 AM
    Filed under: onload event, asp.NET, aspx, javascript
  • Re: Gantt Chart

    Hi to all i am new to this forum and you are all doing great.I have a solution for you in Gantt chart . You can create gant chart using jsGantt library .Its purely written in JAVASCRIPT ,HTML, CSS and easy to integrate with any language.The complete tutorial is here http://codeglobe.blogspot.com/2009...
    Posted to Component Discussions (Forum) by irisweb on 04-17-2009, 12:00 AM
    Filed under: ASP.NET, Gannt Chart, Javascript
  • Re: Radio Button List Selected Value in JavaScript

    My sugggestion, WORKING!!! for me: var oneRadioButton = document.getElementById( "&lt;%= RadioButtonList1.UniqueID %>" ); var radio = document.getElementsByName(oneRadioButton.name); for (var j = 0; j < radio.length; j++) { if (radio[j]. checked ) alert(radio[j]. value ); } http:...
    Posted to Client Side Web Development (Forum) by baby123 on 03-23-2009, 12:00 AM
    Filed under: RadioButtonList, asp.NET, javascript
  • Gaia Ajax 3.5 Released: JavaScript-Free Ajax Framework (Open Source)

    Would you like to develop next web app with C# or VB.NET, but no JavaScript and no Update Panels? Well, Gaia Ajax is tha thingy... What's new? Doubled Speed Massive performance gains — up to 50% — in Ajax callbacks. Zero ViewState Improved internal ViewState logic — For you: even less data sent,...
    Posted to Announcements (Forum) by stiansol on 03-06-2009, 12:00 AM
    Filed under: AJAX, asp.net, ASP.NET AJAX, javascript, library
  • ASP Web Developer/Programmer Needed-Winchester, Virginia

    Since our inception in 1967, Augmentation, Inc. has garnered a large and diversified base of clientele whose need for qualified personnel encompasses a wide field of temporary and permanent technical expertise. This being the case, assignment at an Augmentation, Inc. client places you at some of the...
    Posted to Jobs (Forum) by slundin on 02-10-2009, 12:00 AM
    Filed under: SQL, us citizens, visual studio .net, ASP.Net, css, dynamic applications, Javascript
  • Check All in GridView

    Hi all, I'm using a bit of code (attached) from the 4Guys website to add a CheckAll CheckBox to a GridView. I'm having a minor usability problem. When you click the header CheckBox all the boxes fill correctly and when you un-check it they correctly un-check. However, If you click any other CheckBox...
    Posted to Client Side Web Development (Forum) by G0ggy on 02-09-2009, 12:00 AM
    Filed under: asp.NET, javascript
  • Validate Textboxes(inside item template) into Mutiple Gridview inside a Repeter usinf Javascript

    hi all, i have a repeter inside which I'm binding multiple gridview into item template. every gridview have multiple textbox in its item template. i want to validate these textboxes using javascript. i tried asp.net validation control but the records are in thousands then its not working properly...
    Posted to Client Side Web Development (Forum) by suhaib.faizy on 01-02-2009, 12:00 AM
    Filed under: ASP 2.0 and Javascript, asp.NET, ASP.NET Javascript onclick, gridview javascript, gridview javascript attributes, Gridview javascript bind, GridViewiew ASP.NEt javascript, How to Disable Right Click on Web Page and also Disable Save and Save As option, javascipt, javascript, Javascript Asp .Net, javascript function, javascript in asp.net, gridview
  • Problem with getElementById in Gridview

    Hi I am having a .asp page, which has a TemplateField within a GridView. This TemplateField has a TextBox in its FooterTemplate. What i am trying to do is, when the user enters data in the TextBox and clicks on the button(outside the GridView), i am trying to extract the data entered in the textbox by...
    Posted to Data Presentation Controls (Forum) by ROHITHKS on 12-19-2008, 12:00 AM
    Filed under: ASP.NET, JavaScript, GridView, getelementbyid
Page 1 of 9 (90 items) 1 2 3 4 5 Next > ... Last »