Search

You searched for the word(s): userid:791241

Matching Posts

  • Is ASP.Net 4 more CSS friendly

    I may be mistaken, but I seem to have seen somewhere the statement that ASP.Net 4 is more CSS friendly and provides a means for that. Effectively what CSS friendly adapters try to achieve. Is that true ?
    Posted to ASP.NET 4 Beta 1 (Forum) by micmit on 8/28/2009
  • Re: Httpcontext is null Exception ocurr

    The same error for download from the tab "Downloads". However the most recent changeset ( the project is called Kona now ) from the tab "Source code" does work .
  • ASP.Net MVC and IGoogle like widgets

    I saw quite a few simplistic ASP.Net MVC CRUD samples and even more stackoverflow and kigg like projects for social web applications. Just wondering whether ASP.Net MVC is any good for producing what we call web parts or more sophisticated widgets e.g. Microsoft stack implementation - www.codeplex.com/dropthings . Also we associate mashups with gadgets and tools like Microsoft Popfly are around API and display blocks . I need an advice if I am interested in producing Web interface similar to dropthings
    Posted to ASP.NET MVC (Forum) by micmit on 5/6/2009
  • Re: UniqueID generation problem manifested in Firefox

    I am happy to use ClientID , just wondering whether it may be considered as ASP.Net bug. To add to my confusion I am studying code of the expert in ASP.net area , and if he used UniqueID in Javascript function, probably there was a reason.
  • UniqueID generation problem manifested in Firefox

    I guess, it is rather general ASP.Net problem , but since I am studying code from webarch.codeplex.com which is a source code for the book "Microsoft ASP.NET and AJAX: Architecting Web Applications" where Templates.aspx ================================= function getLiveQuotes() { var isOffline = $get("<%= chkOffline.UniqueID %>").checked; $("#grid").fadeOut(1000, function() { if (dv !== null) dv.dispose(); dv = $create(Sys.UI.DataView, { serviceUri: "/ajaxpatternsdemo
  • Re: How to change ActionLink to work with ASP.Net MVC RC

    I took existing samples and just wanted to make them work with the latest version of ASP.Net MVC It turned out that missing directive <add namespace="System.Web.Mvc.Ajax"/> in web.config resulted in picking of wrong ActionLink with different signature from the other namespace in System.Web.Mvc assembly
    Posted to ASP.NET MVC (Forum) by micmit on 2/25/2009
  • How to change ActionLink to work with ASP.Net MVC RC

    Downloaded and installed the latest AspNetMVCRC-setup.msi Is it easy to make work the following samples which were downloaded after and are broken . Or perhaps, working ones do exist. 1. The Northwind Starter Kit http://www.codeplex.com/NSK Site.Master [ <%=Html.ActionLink("Logout", "Logout", "Account") %> ] CS0411: The type arguments for method 'Microsoft.Web.Mvc.LinkExtensions.ActionLink<TController>(System.Web.Mvc.HtmlHelper, System.Linq.Expressions
    Posted to ASP.NET MVC (Forum) by micmit on 2/24/2009
  • Web part resizing

    I've search this forum but didn't find the answer. My understanding it is possible to give an user the option to set height/width. Is resizing similar to Windows desktop resize ( by dragging right bottom corner ) possible at all ? Also I saw zoom control information in relation to Sharepoint ( Websio Web Part Zoom Plug-in http://software.techrepublic.com.com/download.aspx?docid=278700) which puts zoom icon on all web parts. If it is not suitable for web parts without sharepoint does anything
    Posted to Web Parts and Personalization (Forum) by micmit on 3/18/2008
  • SilverLight V2 inside Web Part

    Am I right in thinking that it may be used this way ( web part hosts SilverLight ) , at least I saw it at www.pageflakes.com/silverlight . Does it make any sense and possible for SilverLight application to use Web parts ?
    Posted to Web Parts and Personalization (Forum) by micmit on 3/18/2008
Page 1 of 1 (9 items)