Search

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

Matching Posts

  • Charset encoding within Master Page

    Strange thing! My non-eng words inside Master page, became abracadabra, but inside Views everything alright. < globalization responseEncoding= "UTF-8" requestEncoding= "UTF-8" culture= "auto" uiCulture = "auto" /> < meta http-equiv= "Content-Type" content= "text/html; charset=utf-8" />
    Posted to ASP.NET MVC (Forum) by TJmaster on 10/8/2008
  • Re: Generate Url inside Controller, not in View

    Thanks, I've made as first version. Two base methods, Url - that without generic, is a local resolver. 1 public class BaseController : Controller where C : Controller 2 { 3 public string Url(Expression> action) 4 { 5 return LinkBuilder.BuildUrlFromExpression(GetTempUrlContext(), action); 6 } 7 8 public string Url(Expression> action) where Outer: Controller 9 { 10 return LinkBuilder.BuildUrlFromExpression(GetTempUrlContext(), action); 11 } 12 13 private ViewContext GetTempUrlContext() 14
    Posted to ASP.NET MVC (Forum) by TJmaster on 10/1/2008
  • Generate Url inside Controller, not in View

    I'd like to output Json, from my controller. Part of this output, is a list of Urls. I need to generate them in a Controller method. How to do this?
    Posted to ASP.NET MVC (Forum) by TJmaster on 9/30/2008
  • Add-on to System.Web.Compilation

    Hello, everyone know such feature like dynamic generating of satellite dll from .resx files. After generation we can use namespace Resource and classes. I'd like to make similar functionality, but with other data. To create assembly it is no problem. I dont know where to place generated assembly, and how to make it most automatic for VS user. I mean when user clicks Build or Publish web site, it works automaticly.
    Posted to Localization (Forum) by TJmaster on 1/25/2007
  • Re: UpdatePanel inside UserControls (ascx-pages) - how?

    Try to use FastPage ( http://fastpage.more.at ) for your task, and there will no need in any Panels, it would simply work for whole Page, without special config!
    Posted to ASP.NET AJAX UI (Forum) by TJmaster on 4/23/2006
  • AutoRedirect from one page to another ... integrated feature

    Hello everybody! Im thinking of retoric question. I have page groups (for example, news) and pages there (for example, "news from site")(DNN 3.2.2) It is suitable for making navigation. I have two navigation panels with "root" and "same" type. But I have a problem, that Group Page is clear and should auto-redirect from that group Page to first Page in that clicked group. Is there such feature for Pages in DotNetNuke???
    Posted to Getting Started (Forum) by TJmaster on 4/1/2006
  • Re: __dopostback wont work

    You know, not always __doPostBack function exists on Page, as if you have only <input id=btnSubmit type=submit>, in this case no need in such function like __doPostBack, so my advice is use of: forms["Form1"].submit(); You need to check viewsource for function! But I dont get really what do you mean when say: "__doPostBack wont PostBack"
    Posted to Client Side Web Development (Forum) by TJmaster on 3/17/2006
  • Re: ClientCallback/AJAX limited to the same page?

    http://tjmaster.russia.webmatrixhosting.net/Samples/CheckAnchor/Anchors.aspx See here ...this sample show how AJAX could be crosspageable ... i think its really you need! Every link you click you can open in new window or you in the same page then youll get from server only changes in page! It is really new vision of AJAX!!!
    Posted to Client Side Web Development (Forum) by TJmaster on 3/6/2006
  • Re: Best method to move a collection from Server to Client

    You can use more easy solution like with FastPage ... Please see samples there http://fastpage.more.at
    Posted to Client Side Web Development (Forum) by TJmaster on 2/23/2006
  • Re: Utilizing callback results - timing, call stacks, etc

    Try use FastPage ( http://fastpage.more.at ) There you can see sample with AJAXed Page where DataGrid is: http://tjmaster.russia.webmatrixhosting.net/Samples/DataGridLight/TrafficDataGrid.htm All work is automatic, you need only to make server events of your GridView and PostBacks began to be FastBacks with auto getting changes to page from Server!!! No refresh of page!!!
    Posted to Client Side Web Development (Forum) by TJmaster on 2/23/2006
Page 1 of 3 (25 items) 1 2 3 Next >