Browse by Tags

Related Posts

  • A new .NET blog: sharing experiences about brand-new technologies. http://binary-studio.com/blog/

    Hi, We are glad to announce we have opened a new blog! Have a look here: http://binary-studio.com/blog/. Hope this will be helpful for you! Best wishes, Nataly Kostukova Binary Studio // www.binary-studio.com Business, Evolved. mobile: +38 050 17 00 155 e-mail: nataly@binary-studio.com ICQ#...
    Posted to Announcements (Forum) by Nataly.Kostukova on 05-22-2009, 12:00 AM
    Filed under: "Asp.net 2.0", MVC, SharePoint, "AJAX .NET 2.0" " "Ajax Control Toolkit" not displayed., .NET based CMS, .NET charting components, .net code generator, .NET component, .NET Components, .NET Framework, .NET Framework Version:2.0.50727.3053, .NET3.5, ajax asp.net, asp.net, ASP.NET 1.1, ASP.NET 2.0, ASP.NET 3.5, blog, book, c#, c# .NET, CMS, Consulting, contact, Content Management, content management portal, GUI Components, Chart components, chart control, Charting, charting software, charts, patterns
  • Found Help

    I know this is an old thread, but just in case someone goes searching (like I did)... I was having the same kinds of problems, and was getting really frustrated that I didn't have any control over the server, and the following link was *very* helpful: http://www.asp.net/learn/mvc/tutorial-08-cs.aspx
    Posted to ASP.NET MVC (Forum) by code_slave on 04-07-2009, 12:00 AM
    Filed under: MVC, MVC 404, mvc admin routetable routes, MVC ASP.NET, mvc publishing, mvc routing, MVC routing 404 error, MVC Routing Controller, mvc shared hosting, MVC URL Mapping, route, route mvc url.action, routeing, Routes, routeUrl, routing, routing 404, routing problems, url rewriting, URL Routing MVC, 404, aps.net mvc, ASP asp.net mv, ASP asp.net mvc, asP asp.net mvc iis mapping, ASP mvc, asp mvc c# routing html helper, asp mvc, asp mvc errors, ASP.NET mvc, ASP.NET mvc route routes, Asp.net mvc URL routing friendly, ASP.NET MVC, Asp.Net MVC Framework, ASP.NET MVC Routing, ASP.NET MVC", aspnetmvc 404 System.Web.HttpException, C#, deploy, Deployment, Deployment Problem, IIS *.mvc extension pagenotfound, iis 6, iis6, iis6 mvc deploy routes, asp.net-mvc global.asax route, MVC deployment, mvc error exception html, "ASP.NET MVC"
  • IE (6 & 7) iFrame Querystring Parameters Set In .NET MVC Page Not Working, Seemed Stripped, But Appear In Tact On Page Source

    We're using .NET MVC, and we're trying to dynamically (through the controller) set the iFrame's URL. This worked fine on FireFox and Chrome, but not Ie. On Ie only the first case site lets the user log through correctly. The v10 and v9 sites don't. All sites use querystring params to...
    Posted to ASP.NET MVC (Forum) by sparanza on 03-19-2009, 12:00 AM
    Filed under: MVC, .net framework, C#, ie, ie7, iframe
  • Re: Models?? unit testing examples needed for TDD (agile, eXtreme Programming), also for non TDD unit tests ...

    Hi Gerry, In my experience I tend to go a step further and simply write the test first. In doing so, I am not only beginning to flesh out what the structure of the model with be, but also how I will ultimately use this model in my code. This provides what I think is another of the main benefits of TDD...
    Posted to ASP.NET MVC (Forum) by kstenson on 03-10-2009, 12:00 AM
    Filed under: model, MVC, TDD, C#
  • extra "/" Issue

    Hi friends, I have a problem with extra "/" in my url. The scenario is as follows. my orginal url is http://localhost:1936/OCMS/Bugstatus.aspx In this case it loads properly. When I append extra "/" at end then url becomes http://localhost:1936/OCMS/Bugstatus.aspx/. Then the pages...
    Posted to Web Forms (Forum) by akhilkumars on 12-12-2008, 12:00 AM
    Filed under: MVC, Popup, store checkbox value in database, System.Web.UI.LoadControl, .net 2.0, .net 3.5, .NET Framework 2.0, AJAX .NET 2.0 IIS URL AjaxControlKit, ASP .NET, asp .NET 2.0, Asp net futures, asp.net 2.0, Autopostback, c#, c# 2005, c#.net in ASP.net, C#: Trigger UpdatePanel modalpopupextender, customize CreateUserWizard, data, How to call javascript and C# function on HTML Button Click, IE, IIS 7, WebClient, webhosting, Webserver Ping Detect status, Why we use Web.Config File for connection string wether we can use class Library for get connection for whole web Application, windows form in IE, WPF, Xaml, Xml, .NET Portal, asp .NET 1.1
  • Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 4

    Fourth part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. In the fourth part of this series, Keyvan talks about the unit testing concepts related to the MVC pattern and how Microsoft has adapted these concepts for its ASP...
    Posted to Announcements (Forum) by Keyvan Nayyeri on 04-30-2008, 12:00 AM
    Filed under: MVC, .NET, asp.net, c#, LINQ, Unit Testing, TDD, blog
  • Couple of n00b Questions

    I'm just beginning ASP.NET, and getting very comfortable with the MVC stuff, thanks to my PHP/Rails MVC background. Excuse me if these are simple questions, but I've been banging my head against them all day, so would appreciate some guidance.: Question 1: I have an action which saves a form...
    Posted to ASP.NET MVC (Forum) by chrismcabz on 04-10-2008, 12:00 AM
    Filed under: MVC, C#, Controller, Linq
  • Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 3

    Third part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. In the third part of this series, Keyvan talks about the data model in his simple blogging engine. He shows some concepts related to the LINQ side of the data model...
    Posted to Announcements (Forum) by Keyvan Nayyeri on 03-03-2008, 12:00 AM
    Filed under: MVC, .NET, asp.net, c#, LINQ, blog
  • Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 2

    Second part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. In the second part of the article series about ASP.NET MVC Framework, Keyvan adds controllers to his blogging engine in order to describe how to use controllers in...
    Posted to Announcements (Forum) by Keyvan Nayyeri on 01-31-2008, 12:00 AM
    Filed under: MVC, .NET, asp.net, blog, c#, LINQ
  • Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 1

    First part of my new article series entitled Building a Simple Blog Engine with ASP.NET MVC and LINQ has been published on ASP Alliance. Microsoft released the first CTP of ASP.NET 3.5 Extensions and it includes ASP.NET MVC Framework as one of the main extensions for ASP.NET 3.5. In the first part of...
    Posted to Announcements (Forum) by Keyvan Nayyeri on 01-22-2008, 12:00 AM
    Filed under: MVC, .NET, asp.net, blog, c#, LINQ
Page 1 of 2 (13 items) 1 2 Next >