ASP.NET - Copy folder from client to server using fso with example
Asked By chandru
14-Jul-10 05:06 AM
In Asp.Net,
How to copy folder from client machine to server using fso
Please explain me with example..
Anoop S replied to chandru
You can't copy folder from client machine to server machine, it's probably illegal and the base methodology that every hacker and identity thief would love if you could
chandru replied to Anoop S
Ok,.. Thanks for your info.
REgards
Chandru
chandru replied to Anoop S
Ok,.. Thanks for your info.
REgards
Chandru
chandru replied to Anoop S
Ok,.. Thanks for your info.
REgards
Chandru
DataGrid1.DataSource = ds.Tables(”Products”) What is the maximum length of a varchar in SQL Server? Answer1 VARCHAR[(n)] Null-terminated Unicode character string of length n, with a maximum of presentation logic is done with .aspx extention. How do you define an integer in SQL Server? We define integer in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For this we have to edit the page level debugging intend to use the Microsoft-provided calendar control, how do you develop it? Do you copy and paste the code into each and every page of your application? Create the Calendar
for visual studio, but during installations it say it couldnt find visual studio in my machine, help please HI Visual Studio provides Cassini (a local only version of IIS for Web developers to test their projects on their systems without having to use the real IIS server. However, it also imposes a restriction that only the localmachine (OS on which Visual Studio allow us to go around this restriction and view a site hosted on the Cassini server from another host (machine or virtual-machine) which is on the network. This helps when doing cross-platform or cross-browser UI testing. Perquisites: • Remote Machine / VM. • Fiddler 2 (download from here ). TIP: We will use its reverse proxy capabilities. Steps web-project on Visual Studio and make sure you can access it on your local machine. Take note of the port on which is hosted. • Start fiddler and open from the 192.168.2.6:9999"){ oSession.host = "localhost:58060"; } / / The IP address is the original machine's (with Cassini) IP / / the localhost:port is the application port on Cassini • Run cmd
Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B)What is a fundamental of published or precreated objects in Remoting? (A) What are the ways in which client can create object on server in CAO model? (A) Are CAO stateful in nature? (A) To create objects in CAO be done? (I) Is it a good design practice to distribute the implementation to Remoting Client? (A) What are LeaseTime, SponsorshipTime, RenewonCallTime and LeaseManagerPollTime? (A) Which config file has all the A) What is scavenging? (B) What are different types of caching using cache object of ASP.NET? (B) How can you cache different version of same page using ASP.NET cache object
application, data can be cached so that for same request no nedd to go to server. 5. HiddenField- To store page level infomation, like any value. Hope this will help you they store the cookie value that is simple small text file which is stored in client that is our computer. So next time when we logged in then check thsi value can determine which object provides the best solution for persisting data between requests in an ASP.NET application. Figure 1 lists the different state management objects and describes when they should be used. In ASP.NET, four new objects have been added: Cache, Context, ViewState, and the Web.Config file. Classic ASP objects that are also available in ASP.NET include Application, Cookie, Form Post with a hidden form field, QueryString, and Session. Note that
authentication modes and its implementation in projects hi, i am doing a project in asp.net. . i want to use a authentication mode in this project.it is a educational based want to do some authentication in this project. How To: Use Forms Authentication with SQL Server in ASP.NET 2.0 patterns & practices Developer Center J.D. Meier, Alex Mackman, Blaine Wastell, Prashant Bansode, Andy Wigley, Kishore Gopalan Microsoft Corporation August 2005 Applies To • ASP.NET version 2.0 • SQL Server 2000 Summary This How To shows you how you can use forms authentication with the