Recent content by paulghorra

  1. P

    ASP.NET Regular expression and Required field validators not working on JodoHost

    Sameer, There is also another thing that you can try, i already mentioned it at the begining of the discussion, Do you have a virtual directory "aspnet_client" in your Web Site pointing to the aspnet_client phisical directory on the server? if not create one and keep the original 1_1_4322...
  2. P

    ASP.NET Regular expression and Required field validators not working on JodoHost

    Sameer, I am not working on Jodohost but i hade similare problem on my server, do not rename the directory coz aspclient on the server side is pointing to it, and as validatorspoint to theire diroctry (without pasing thrue aspclient) you need to have the other directory as well. now there is...
  3. P

    Current Recordset does not support updating...

    Hi Kmar, the error is in your open rsMaster.open "select categoryid, sortorder from categories order by sortorder asc", dbConnection, 2, 3 try this rsMaster.open "select categoryid, sortorder from categories order by sortorder asc", dbConnection, 1,1 that should do the trick for you. Paul
  4. P

    ASP.NET Regular expression and Required field validators not working on JodoHost

    Hi All, SameerKumar, as i mentioned in my previous post, you need to create a virtuale directory "aspnet_client" in IIS on the server machine and point it to the "aspnet_client" on the server machine. The validators uses this virtual directory to get the functionality if it does not exist they...
  5. P

    ASP.NET Regular expression and Required field validators not working on JodoHost

    Hi Rashid, If you are using multiple website on the same server, you have to create virtual directorie in each one name it aspnet_client and point it to the folder aspnet_client that should do the trick :D
Back
Top