Search

You searched for the word(s): userid:696434

Matching Posts

  • Regional settings [date , time and numeric] in IIS

    Hi , I had deployed an Asp.net application in IIS server it display the date time and the numeric in Korean format.even thought my OS regional settings is in English format. [OS is Windows 2003 server and the database is Sql sever 2000 Ent ., IIS 6]. Kindly provide me solution Thanks
    Posted to Configuration and Deployment (Forum) by asprabahar on 6/26/2007
  • Re: date time format

    This is the script i used for the text box to format the date and to add "/" to the the date function addDashes(objName) { var inputKey = event.keyCode; var currValue = document.getElementById(objName).value; if ( inputKey == 46 || (inputKey > 47 && inputKey < 58) || (inputKey > 96 && inputKey < 105)) // numbers { var a = currValue.split ("/").join(""); if ( a.length > 3 ) document.getElementById(objName).value = a.substr(0,2) + "
    Posted to Configuration and Deployment (Forum) by asprabahar on 6/26/2007
  • date time format

    I have an issue in date time Server : Windows 2003 Server DB Server : SQL server 2000 Ent Web Server : IIS 6 I had Deployed and asp.net application in this server . The problem is in the date time format that my system displays . Actually the date should be in dd/MM/yyyy format but it displays as dd-MM-yyyy. I had try by setting the regional setting also its not working . but the same application works in another server with dd/MM/yyyy format Kindly give me solution
    Posted to Configuration and Deployment (Forum) by asprabahar on 6/25/2007
  • Re: Update for Tabstrip controls to .NET 2.0 ?

    Hi i am also having the same problem not able to add the Pageview i am using visual studio 2005 and asp.net 2.0 .would you get any solution.plz reply me
Page 1 of 1 (4 items)