Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » Javascript
  • Re: Favlets

    Matt this is cool.  It allows folks to create a login and logout "bookmark" without having to publicly display one on the page.  Nice.
    Posted to Vine Type (Forum) by carlcamera on January 10, 2008
  • Ajax UpdatePanel.Refresh() auslösen per Javascript

    Vor ein paar Tagen musste ich ein Ajax UpdatePanel.Refresh() per JavaScript auslösen, der Haken daran war es mussten auch noch Zusatzinformationen an den Server übertragen werden. Die Lösung ist man ruft die JavaScript Funktion "__doPostBack" aus und übergibt als EventTarget die ClientID des UpdatePanel das zu ...
    Posted to manik.net (Weblog) by manik on January 6, 2008
  • Re: form keydown & textbox keypress event in asp.net 2.0

    web sites are traditionally client/server apps.  You browse to a site and it fills your browser with input fields, you fill in the fields without any interaction with the server, then you submit all your answers at once by pressing the submit button (or save button or enter button or some button.) Any specific key events or mouse movement ...
    Posted to General Questions (Forum) by carlcamera on November 29, 2007
  • Parent calls model child window - user entered filter value - returns results- user selects and returns

    Hello All, I hope this is the correct place to put this question.  I have a need to have the parent page call a model child window.  The user is then requested to enter a search value to return a list in the child window.  The user selects the item and returns to parent.  I can do the parent, model child and return to parent ...
    Posted to General Questions (Forum) by johntgiles on September 24, 2007
  • Tech Lead - Good Salary & Benefits! Shanghai

    Tech Lead Qualifications: 1. 5-8 years experience working with software applications 2. 2-3 years experience as a technical leader or manager of a programming or testing team 3. Experience developing custom solutions using ASP, .Net, ASP.Net, VB.Net, C#.Net XML, X/HTML, Javascript, Java, EJB, JSP, PHP, for Web applications 4. Relational ...
    Posted to Career Development (Forum) by LogicSolutions on March 17, 2007
  • A couple of questions about inserting Javascript into an .aspx page...

    Hello, I'm a newbie to ASP.NET who is trying to insert a  rough-and-ready email form into an .aspx page. I have inserted a javascript (pasted at end of this message) intended to collect form info and fire an email upon submit. However, when running the page I get a  "Object reference not set to an instance of an object" ...
    Posted to General Questions (Forum) by Nostromo77 on February 4, 2007
  • The trouble with dynamic languages

    Javascript is a dynamic language. And that's a problem. On the one hand it allows you virtually unlimited ability to play with data structures and mold them to your own design. On the other, it presents the virtually insurmountable problem of testability. You see, a dynamic language delays the checks which are performed by a static language ...
    Posted to C# Nuggets (Weblog) by rbirkby on January 22, 2007
  • Using ASP.Net to Create JavaScript Variables

    Prologue I had a chance recently to attempt combining ASP.Net code and JavaScript code... For a while, I thought that attempt might be the operative word. I did get it to work, and I learned some valuable things, such as, the difference between the asp:literal and the asp:label controls. I was trying to create a scrolling banner from ...
    Posted to .Net Discoveries (Weblog) by Yougotiger on January 5, 2007