Advanced Forum Search Results
-
Thank you for your reply.
I have done this. Its fine.
But let me explain what I am looking for....
I want to give fecility to user to select folder only. After that I need to display each file in Image control in SilverLight. So, i will show the list of images of that folder in list box and through listbox image control will get the image ...
-
Ya I have tried... it. It is nice for only one file.
But it is showing file dialog box. I need FolderDialogBox, which allows to select only folder.
And second thing f.Name will give only file name not full path. I need full path, I need that folder.
I want to show all the files in ListBox, which are available in that folder.
-
Hi,
In my silverlight application i have to do something like "BrowseForFolder" to facilited user to select a particular folder from local file system.
And then i want to show all the files of that folder in listbox.
Is it directly availabel in silverllight?? or we can do with javascript + silverlight??
Plz guide me ...
-
Hi all,
I am trying to set my custom date format like dd-MMM-yyyy to datepicker control in silverlight 2 beta 2.
I have tried as following way:
datepicker.SelectedDate = DateTime.Today;
datepicker.Text = datepicker.SelectedDate.Value.ToString("dd-MMM-yyyy");
on load event of it. But fail to get current date in formate like ...