Search

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

Matching Posts

  • Design suggestion for MVC application to insert record dependent on multiple parameters

    I am working on an inhouse bug tracking ASP.net MVC application. This application is being redone in MVC from ASPX. I can't seem to shake the ASPX out of my head and am going in circles. In the ASPX application this is how the new issue is being created. Page1 -> Select Project, pass projectId in Querystring Page2 -> Select IssueType, pass projectId and Issuetype in Querystring Page3 -> Create New Issue, we can get the projectId and IssueType form querystring How do we recreate the above
    Posted to ASP.NET MVC (Forum) by officialboss on 7/8/2009
    Filed under: Asp.net MVC General
  • Implementing DotNetOpenId

    All the examples I have come across are about a year old. Does anyone have any examples on how to cleanly, minimum effort, implement OpenId using DotNetOpenId? I have looked at the sample that comes with DotNetOpenId, it has different files that what my MVC application templates starts off with when I created a new MVC application. I don't understand what relyingpartymvc means.
    Posted to ASP.NET MVC (Forum) by officialboss on 6/7/2009
    Filed under: openid dotnetopenid
  • Design with Tabs

    Hello, I have used Tabs in the past with my ASP.net web sites. I am now looking into more efficient designs after realizing some of the problems that I had encountered in my designs. In order to have separation in my application I try to design my web site with UserControls that separate based on business logic. I load these UserControls dynamically in a PlaceHolder when a tab is clicked. I have noticed this approach makes the page containing the Tabs more slower. Haven't figured out why. Also
    Posted to ASP.NET AJAX Control Toolkit (Forum) by officialboss on 5/1/2009
    Filed under: tab container usercontrol
  • Re: BasePase equivalent

    How do I implement it? Where do I put this this class and how do I call and use the Property?
    Posted to ASP.NET MVC (Forum) by officialboss on 2/17/2009
  • BasePase equivalent

    Hello, I am used to having global Properties in my BasePage which all my aspx pages inherit. What is the equivalent of a basepage in MVC. Say for instance I want to store the Keys used in ViewData["key"] in a cental location. Thanks
    Posted to ASP.NET MVC (Forum) by officialboss on 2/17/2009
    Filed under: mvs basepage
  • Re: Problem with Html.ActionLink in RC 1

    I found this code in the MVC design template I downloaded from this site. <ul> < % if (Html.IsCurrentAction("Index", "Home")) { %> < li class= "first active" >< span class= "active" ></ span >< %= Html.ActionLink("Home", "Index", "Home") %></ li > < % } else { %> < li class= "first" >< %= Html.ActionLink("Home", "Index", "Home") %><
    Posted to ASP.NET MVC (Forum) by officialboss on 1/30/2009
  • Re: Problem with Html.ActionLink in RC 1

    Hello, I am getting this runtime error: 'System.Web.Mvc.HtmlHelper' does not contain a definition for 'IsCurrentAction' and no extension method 'IsCurrentAction' accepting a first argument of type 'System.Web.Mvc.HtmlHelper' could be found (are you missing a using directive or an assembly reference?) I downloaded one of the popular design gallery templates that the following in the Site.Master: <div class="nav-main"> < ul > < % if (Html.IsCurrentAction
    Posted to ASP.NET MVC (Forum) by officialboss on 1/30/2009
  • Re: RC DropDownList helper - still seriously flawed?

    [quote user="ShadowChaser"] [quote user="jeloff"] I doubt that having additional overloads will solve the problem since SelectList (and MultiSelectList) already implement the IEnumerable<SelectListItem> so you can already pass a SelectList type as a parameter. [/quote] Wow, I completely missed that fact!! I was thinking of IEnumerable<SelectListItem> as a standard "low-level" interface for arrays and other lists of SelectListItem, not as a true interface
    Posted to ASP.NET MVC (Forum) by officialboss on 1/30/2009
  • Re: DataContract for JsonResult

    tortuga, Can you please post what the JsonResult class is? I am assuming you are populating your view by ajax, I am learning MVC and would like to see how things are done in real life projects. Thanks
    Posted to ASP.NET MVC (Forum) by officialboss on 1/30/2009
  • Re: Ajax MVC RC 1.0

    Hello Jeremy, I saw some examples with those scripts and I was wondering why there are not already referenced in the Site.Master. I added them and it works. Thanks
    Posted to ASP.NET MVC (Forum) by officialboss on 1/30/2009
Page 1 of 17 (168 items) 1 2 3 4 5 Next > ... Last »