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 Mike Lewis 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
  • 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

    To disable the close button

    Thanks Rick, The Info was really useful, answered both my Qs , Close button and restricting Refresh.
  5. VJay

    Text manipulation

    Thank u Kris. 1. Any idea if the contents of a PDF file can be read programmatically? 2. Can the font attributes of the contents of Word Doc or PDF file be identified ? I know the contents of the file can b read using the various objects in the .Net framework. But is there some facility to...
  6. 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 ?
  7. 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."
  8. VJay

    To disable the close button

    Forgot to mention Spyderix...ur code did help to suppress the navigation buttons. Thanks. I wanted to disable the close button...when the popup is not full screen, I want to have a definite window size.
  9. VJay

    To restrict refreshing of a page

    Rick This doesnt seem to work...
  10. VJay

    To disable the close button

    Hey Guys..I am into a product development...so it doesnt really matter...if I diasable the close button...I will b provide for closing of the window in the pop up :)
  11. VJay

    To disable the close button

    I wanted to disable the Windows Close button. This doesnot handle it...
  12. 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.
  13. VJay

    To restrict refreshing of a page

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

    setting the relative path for background image in stylesheet

    Thank u guys esp. McFlyTheBassist. For bringing into light the fact the path is relative to the CSS file.
  15. VJay

    setting the relative path for background image in stylesheet

    Hello Jacob Images folder is named "Images" But does that matter? Thanks for ur response Vjay
  16. 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...
  17. 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
  18. VJay

    converting Crystal reports from MS SQL to MS Access

    How can I Convert Existing Crystal reports prepared in MS SQL To MS Access
  19. 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