Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: VJay
  • Content: Threads
  • Order by date
  1. VJay

    Xpath : Sort

    Is is possible to sort the contents of a XML document using Xpath? Could not locate any function. Otherwise is there any provision to use the sort of xsl in SelectNodes function of DOM?
  2. VJay

    Adding a Button in ListView

    Is it possible to add a Button in List View Control? I wanted to add a button in one of the columns of the List View Control. Can anyone help?
  3. VJay

    Bulleted, Numbered Items

    Any idea, How the bulleted and numbered items can be identified in a word document? For Example consider the following text 1.1 Functions 1.2 Advantages 1.3 Summary Can the value of the numbered item(Eg 1.1) along with the Description(Eg Functions) be retrieved? When I tried to retrieve the...
  4. VJay

    Text manipulation

    I have jus gotten into developing a pattern matching application. I intend to do it with Regular Expressions. Can u gimme some tips/leads/examples on building regular expressions ?
  5. VJay

    Creating Custom Controls

    Creating a component to build a wizard.created web contorls in a vb file and compiled it and dll was also created.while including it in the aspx file in the register directive we got an error. "File or assembly name xxx, or one of its dependencies, was not found."
  6. VJay

    To disable the close button

    How to disable the close button( Windows) in pop up window? And also the other navigation buttons in the menu bar.
  7. VJay

    To restrict refreshing of a page

    I want to restrict the refresh of a particular page. Is it possible ?
  8. VJay

    setting the relative path for background image in stylesheet

    Hello: Problem: I have all the images of my site in the Images sub directory. When I specify the background image in the stylesheet using relative path this doesn't work. The code in the stylesheet is: background-image: url(Images/arrow_nxt_dis.gif); Instead if I use the following code and move...
  9. VJay

    how to encapsulate DHTML code into components?

    DHTML is basically client side scripting, Can you please tell me if it possible to encapsulate the DHTML code into components in ASP.NET Thanks in Advance
  10. VJay

    converting Crystal reports from MS SQL to MS Access

    How can I Convert Existing Crystal reports prepared in MS SQL To MS Access
  11. VJay

    Flash for websites

    I've used Flash 4 for creating an online website. The SWF files I've uploaded,however,are 400Kb odd. Unfortunately,anything over 100kb seems to take forever to load.I've seen websites with more content than mine loading faster.Is there any way to compress the file size so that it loads faster...

Part and Inventory Search

Back
Top