2
Answers

Autocomplete TextBox

I working in a silverlight(XAML) project  where we are using autocomplete textbox
Eg: if a word is like "Sky High"..if i starting typing as like 'sky' it is showing the word in the auto complete textbox but if I am typing as 'High' for the same word..it is not showing that particular word in the auto complete  textbox. Please anyone help in that way. Thanks in adavance. 

Answers (2)

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