Search results for query: *

  • Users: yfng
  • Content: Threads
  • Order by date
  1. Y

    Buttons control

    There are two buttons, one is runat=server and have some server scripts, another one is invisible and used for open new window. I want to press the button with server scripts and after that trigger the click event of the invisible button. How to do this? Thank you very much.
  2. Y

    Dynamic generate web content

    I want to generate a web page such that its content is dynamically generated and the content can be duplicated inside (i.e. many similar tables). Is there any method other than response.write() the web content since the tables I prepared is rather long and complicated?
  3. Y

    Open/close window

    In VB.NET, is there any function similar to window.open or window.close in Javascript which can open/close new windows? Thanks.
  4. Y

    print web page

    I am doing a web project. Is there any method to print web pages with support of page breaks and without printer prompt diaglog e.g.like window.print() (or close immediately) by just clicking a button on the webpage? [ammend] For page breaks, I know <div></div> can be used. How about close...
Back
Top