RE: copying property values into a serializable object

2012-07-23 Thread Ian Thomas
Kirsten Isn't this the straightforward binary serialization /deserialization for EF - eg MSDN How to: Serialize and Deserialize Objects (Entity Framework) http://msdn.microsoft.com/en-us/library/bb738528(v=vs.90).aspx (3.5 Framework - binary, XML, WCF contracts) Using only these namespaces:

RE: ASP.NET modal dialog effect

2012-07-23 Thread Greg Keogh
Thanks everyone for commentary on this. Sorry for the late reply, but I plan to undertake a crash course on jQuery since it's a handy skill anyway, as well as probably providing a solution to the browser modal dialog effect I'm after. I'll report on what happens when it's all over -- Greg

Re: ASP.NET modal dialog effect

2012-07-23 Thread Arjang Assadi
While at it, you might want to have a look at JQueryMobile + MVC, check out this awesome tutorial: http://www.asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features of course Jquery Mobile also works with WebForms. regards Arjang On 24 July 2012 09:01, Greg Keogh g...@mira.net wrote:

Re: ASP.NET modal dialog effect

2012-07-23 Thread Stuart Kinnear
I note that Microsoft have quite an extensive AJAX toolkit. Is there any compelling advantage to using jquery over this ? -- - Stuart Kinnear Mobile: 040 704 5686. Office: 03 9589 6502 SK Pro-Active! Pty Ltd acn. 81

Re: ASP.NET modal dialog effect

2012-07-23 Thread Craig van Nieuwkerk
The Microsoft Ajax toolkit is webforms only and being depreciated in favour of jQuery. Rather than compete with open source MS have started to support it. On Tue, Jul 24, 2012 at 12:16 PM, Stuart Kinnear stu...@skproactive.comwrote: I note that Microsoft have quite an extensive AJAX toolkit.

RE: ASP.NET modal dialog effect

2012-07-23 Thread Nic Roche
http://stackoverflow.com/questions/1326625/microsoft-ajax-control-toolkit-vs-jquery Date: Tue, 24 Jul 2012 12:16:34 +1000 Subject: Re: ASP.NET modal dialog effect From: stu...@skproactive.com To: ozdotnet@ozdotnet.com I note that Microsoft have quite an extensive AJAX toolkit. Is there any