as controls and javascript



hello

Is there a way to reference asp.net controls in javascript? the naming
is always changing when IIS renders the page for the obvious reason to
avoid the cache...or whatever

standard html controls hold there name, thus I can use javascript
without a problem

is there a way i could reference the asp.net controls without doing
some dirty loop and selecting a control by the order in the loop?

keep in mind the HTML ones work fine, this is just a matter
ofcuriosity?

.



Relevant Pages

  • Re: Checking if form values have changed between postbacks
    ... thinking you were looking to avoid roundtrip and even the notification if ... The controls would reflect the state ... > Yeh I was trying to avoid doing this in javascript... ... > "Hermit Dave" wrote: ...
    (microsoft.public.dotnet.framework.aspnet)
  • javascript popup conflict
    ... I'm having a problem with two different javascript controls in my app. ... client-side calendar control popup which works fine when first used. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Full Ajax driven application - patterns/practices
    ... you want javascript to be able to create and remove controls. ... I use Telerik Controls where i can ajaxify every control by using telerik features and their controls. ... I found that my client doesnt want any page reload at all, whole site must behave like gmail. ... every action goes througs ajax and view is partially updated notifiyng user by i.e. Please wait label on top right of the screen ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Referencing a LinkButton in javascript
    ... You should not hard code .NET controls in JavaScript. ... So how do I reference the LinkButton object??? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Javascript and Microsoft Windows
    ... javascript terms (javascript has no 'controls', ... host to provide that type of facility). ... internal input elements and even Java Swing input elements (in the case ... interface controls that are displayed in the web-browser, ...
    (comp.lang.javascript)