Search results for query: *

  • Users: vchan
  • Content: Threads
  • Order by date
  1. V

    Reference to the current page

    From an .aspx page (page.aspx) I'm calling a function (A) in a vb class-library, which is calling another funtion (B) in another vb class-library. Is there any way I can get a reference to page.aspx from within function B, so I can add a datagrid control to the control collection of the page?
  2. V

    XMLDataDocument or DataSet?

    Does anyone know whether a XMLDataDocument, created from a DataSet, is "lighter" than the DataSet itself and therefore preferable for purposes of communicating data within a web-based system?
  3. V

    How do I call the functions of a class form within another class?

    I have a project in .NET, which includes a lot of .asp files which are not actual pages but something like classes, each of them containing a number of functions written in VBscript. There are numerous calls between functions from different .asp files. I want to transform each these .asp files...
Back
Top