Search

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

Matching Posts

  • Unix directory in Tree View

    Hi, I have a asp.net page where i am using tree view. I need to show the unix directory from root in treeview. How can we do this? Thnx, Viki
  • Re: Shell command

    Above code is used for windows application. I am doing this in asp.net web app. Thnx.. Viki
    Posted to Getting Started (Forum) by viki_singh on 12/3/2009
  • Shell command

    Hi, in my Asp.net page i am executing a process. Below is code Process myP = Process .Start( "P:\\cvs\\bin\\cvs.exe" , @"-d :pserver:Admin:test15@sin1100023net.intra:/cvsroot1" ); when i am executing it display the command prompt window. I do not want to show cmd prompt. How can i hide the commamd prompt window. Thanks, Vikas
    Posted to Getting Started (Forum) by viki_singh on 12/1/2009
  • execute commands on UNIX server from asp.net client

    Hello, I have asp.net 2.0 application where i need to execute commands on UNIX server using remote shell calls. If anybody have done these kind of application let me the logic. thnx..
    Posted to Free For All (Forum) by viki_singh on 11/19/2009
  • WinRSH32Runner in Asp.net

    Hi, I am migrating a application from vb6.o to Asp.net 2.0. In vb 6.0 i am using WinRSH32Runner COM object to execute the Unix command. I need to do the same feature in Asp.net application. Could anybody help me on this to do in asp.net thnx, viki
    Posted to Getting Started (Forum) by viki_singh on 11/18/2009
  • Problem in publishing the web application

    Hi, I am developing a web application using vs 2005. The application is working fine in localhost. when I am publishing to Dev Server then i am getting below error. Error: Unable to create the Web 'http://10.4.16.118:8080/'. Internal Server Error Any idea on this... Thnx , viki
    Posted to Configuration and Deployment (Forum) by viki_singh on 11/17/2009
  • Re: Unix Directory in Asp.net

    Hi, Thanks for the information. Currently we are already using a cvs client application interface which is developed in vb 6.0. Now we are planning to migrate in ASP.net with some new feature, because a vb 6.0 language is out-dated. I just wanted to check if we can execute the unix command through asp.net which can do check-in checkout. thnx, viki
    Posted to Getting Started (Forum) by viki_singh on 11/16/2009
  • Unix Directory in Asp.net

    Hi, In my application in a treeview i need to show the all files and folders of unix dirrectory starting from root. I am creating a web interface for CVS. CVS is installed in UNIX server. User will login in web application after then they can view, check-in and check-out the files. thnx, viki
    Posted to Getting Started (Forum) by viki_singh on 11/13/2009
  • Client unable to establish a connection

    Hi, I am connecting asp.net application to Sybase database. Below is connection string in web.config < add key = " connectionString " value = " Driver={SYBASE SYSTEM 11};Srvr=In100023;Port=28400;Uid=adv;Pwd=123456;Database=utility ;providerName=Sybase.Data.AseClient " /> I am getting error " Client unable to establish a connection". Below is code AseConnection oCon = new AseConnection(); oCon.ConnectionString = ConfigurationManager.AppSettings["connectionString"
    Posted to Other Databases (Forum) by viki_singh on 11/12/2009
  • Re: Client unable to establish a connection

    I already saw these links, but didn't get solution.....
    Posted to Other Databases (Forum) by viki_singh on 11/12/2009
Page 1 of 10 (96 items) 1 2 3 4 5 Next > ... Last »