Advanced Forum Search Results
-
Vs 2008 donot support silverlight 2
-
Well, i found silverlight forum, and get started section, video tutorials more helpful then any book that has been released
expert
-
delete the xap file and rebuild the project. It should automatically come
-
Coding would take long time. Its better to use third party control like telerik
-
Hi,
i am using tis for the user to see the the files . The pdf shows directly in the browser.
System.Windows.Browser.HtmlPage.Window.Navigate(new Uri("http://mysite.com/Downloads/sample.pdf"), "_newWindow");
I donot want it to show in the browser, but rather i want the auto file download option to ...
-
i was wondering why the size gets reduce by xap->zip-xap again.
Hannan Mammun Sarkar
-
Thanks
-
Thanks shamrat231. I marked you answer as answered
newbie
-
The answer provided by Elango.ka is not good enough and yes, shamrat231 is right. This itself is frustating.
in ASP.NET it could easily be done by this way
string slc = ((ComboBox)GridView1.SelectedRow.FindControl("cbo")).SelectedItem.Text for each row in the grid. in selectionEventChanged in GridView
Can anyone could ...
-
Yes, shamrat231 is right. This is so troublesome, why did silverlight team made it so complicated. This itself is frustating.
in ASP.NET it could easily be done by this way
string slc = ((ComboBox)GridView1.SelectedRow.FindControl("cbo")).SelectedItem.Text for each row in the grid. in selectionEventChanged in ...