Search results for query: *

  1. C

    How to validate XML against DTD (DTDs having subset) URGENT

    Hi How to validate XML against DTD (DTDs having subset) DTDs with the linked *.ent files and namespace within Sivaraj C
  2. C

    How do I colour my text[<tag>] in RichTextBox automatically

    Hi I have loaded XML file in RTB, I need to show the XML tags in different colour for tags, attribute and its value, (ex. <tag attribute="1">) Could any one provide me with the sample code in VB. To achive this I wrote the below code: <vbcode> Private Sub RichTextBox1_KeyPress(ByVal...
  3. C

    How to load XML document in List View

    Hi How to load XML file in a TreeView, when we load the xml content in the tree view, it should show only the TAGS, Inner texts to be ignored. The expected view should be like this (list of all the tags involved in the XML) TreeView <Document> <Head> </Head> <title> </title> <author>...
  4. C

    Validating textbox in ASP.ET

    Thanks working fine here Sivaraj C
  5. C

    Moving Files and Directories from one server to another server

    moving directories in ASP.NET from one server to another Hi As Iam new to the ASP.NET, Kindly elobrate the below situation, which folder need to be given fill permission to aspnet. And also when I deploy this as one the web page of existing system what kind of permission to given to the...
  6. C

    Moving Files and Directories from one server to another server

    moving directories in ASP.NET from one server to another Kindly get me out from this problem If you have sample code about the rights and permission or fileaccess it would be realy worthy Thanks for your help Sivaraj C
  7. C

    Moving Files and Directories from one server to another server

    moving directories in ASP.NET from one server to another Hi Yes, Showing username and passwd error as you seen in my previous message. Sivaraj C
  8. C

    Moving Files and Directories from one server to another server

    moving directories in ASP.NET from one server to another The above command is not working when we move the files across the volumes or server. Advice me If you have sample coding, that would be handy Sivaraj C
  9. C

    Validating textbox in ASP.ET

    Hi I want my textbox should accept integer values only, if any alphapets are entered, the validator should check and clear the content of the textbox and change the border color as red. What type of code I have to use, provide me with the sample. Sivaraj C
  10. C

    Moving Files and Directories from one server to another server

    Directory moving from one server to another server by using ASP.NET Dim FileToCopy as IO.File FileToCopy.copy(source, destination) is not working I want to move the Directories from one server to another server (not to copy) Kindly provide me with the sample coding, if possible. Kindly...
  11. C

    Moving Files and Directories from one server to another server

    Hi How could we move the files from one server(\\server1\dirName\) to another server(\\server2\dirName\) in ASP.NET by using VB Language. SivaraJ C
Back
Top