1
Answer

scripting and ASP.Net

Photo of normanordas

normanordas

20y
2.4k
1
for those who are experienced in either ASP or ASP.Net (also scripting) kindly share your knowledge on the following: 1. is there a way i could save a file (.txt) on clients local hard drive (aside from yummy cookies)? pls don't say activex control or applets 2. can javascript read/interpret ASP/ASP.Net sessions/application? 3. if i embed some javascript codes on a server control (runat="server", autopostback="false") so that processing is done on client-side will not the control trip to server?

Answers (1)

0
Photo of B M Suchitra
NA 507 339.9k 13y
My dear friend Kiran Karale You have not understood/read the question properly
0
Photo of Kiran Karale
NA 381 170.7k 13y
Taking Backup of Database
New Querty=>

Backup Database Databasename to disk='c:\databasename.bak'  //  give any path  


Restore the Database

restore database   Databasename from disk = 'D:\kiran\ databasename .bak'
with move ' Databasename ' to 'd:\kiran\ databasename .mdf',
move ' Databasename_log' to 'd:\kiran\ databasename _log.ldf',

move 'sysft_iitsm_fts' to 'd:\kiran\smartt25'   // if use sql 2005 then use this line, in 2008 skip this line