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 » ASP.NET » Javascript
  • Using ASP.Net to Create JavaScript Code

    Prologue Several years ago, I created a post on this blog about using ASP.Net to create JavaScript variables. Times have changed, and I’ve found that sometimes I need to add more than just a couple variables to JavaScript to the page. Luckily, I found an easy way to add JavaScript code to your page ALL in the backend so that you don’t have to use ...
    Posted to .Net Discoveries (Weblog) by Yougotiger on August 30, 2012
  • 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
  • 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
  • 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