Search

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

Matching Posts

  • Re: Menus don't work

    Add: < meta http-equiv ="X-UA-Compatible" content ="IE=EmulateIE7" /> after the <head tag in the site.master (or any master pages in your app). Add the style to common.css: .IE8Fix { z-index : 1000 ; } Add to your asp:menus: < DynamicMenuStyle CssClass ="IE8Fix" /> meta http-equiv ="X-UA-Compatible" content ="IE=EmulateIE7" /> http://dashcommerce.org/forums/t/1949.aspx
  • VWDExpress/resetskippkgs

    I downloaded and installed VWD 2008 Traditional Chinese Edition. And it can run normally. Then I downloaded and installed NUnit-2.5.1.9189.msi from http://nunit.com/index.php?p=download and NUnit Test Templates from http://blogs.msdn.com/webdevtools/archive/2009/04/28/updated-nunit-templates-for-asp-net-mvc-1-0-rtm.aspx . Then I got a message which is VWDExpress/resetskippkgs. I found the soloution from web. It said the Tools/Options/International Settings/Language was changed to "Same as Microsoft
  • Re: Statistics Charting

    Thank you. Both you are good at MVC. Thank you very much.
    Posted to ASP.NET MVC (Forum) by skywalker0121 on 7/31/2009
  • Using ASP.Net/VB.Net to call Windows Application/Unmanaged Code

    I have installed Lingo8. It is an Windows Apllication/Unmanaged Code. Now I can use ASP.Net/VB.Net to call Lingo8 API. But I don't how many users can connect to Lingo8 at the same time? How should I test? Can there be any free software to test? And How should I increase the users quantity who use Lingo8 at the same time by ASP.Net/VB.Net?
    Posted to Free For All (Forum) by skywalker0121 on 7/31/2009
  • Re: Statistics Charting

    I don't need static image. I have to draw graph by data in database dynamicly.
    Posted to ASP.NET MVC (Forum) by skywalker0121 on 7/30/2009
  • Re: Business Logic

    The Employees is a collection of Employee class. It was made by ADO.Net Entity Framework. So Could you tell me how to find the Employee class?
  • Re: Statistics Charting

    If I add the asp.net web control into the View of ASP.Net MVC, how should I send data from the Controller of ASP.Net MVC to the web form?
    Posted to ASP.NET MVC (Forum) by skywalker0121 on 7/27/2009
  • Re: Statistics Charting

    Can they integrate with ASP.Net MVC without breaking the architecture of MVC?
    Posted to ASP.NET MVC (Forum) by skywalker0121 on 7/26/2009
  • The meaning of MVC

    I got two different ideas about MVC. One said the View is UI, the Controller is UI Logic, and the Model is Business Logic. The other said the View is UI Logic, the Controller is Input Logic, and the Model is Business Logic. Which one is true?
    Posted to ASP.NET MVC (Forum) by skywalker0121 on 7/26/2009
  • Re: Reload ASP.NET MVC View

    <HandleError()> _ Public Class HomeController Inherits System.Web.Mvc.Controller Private _DB As New MovieDBEntities Function DropDownListTest() As ActionResult Call getMovieName() Return View() End Function <AcceptVerbs(HttpVerbs.Post)> _ Function DropDownListTest(ByVal formCollection As FormCollection) As ActionResult Call getMovieName() ViewData("SelectedMovie") = formCollection("Name") Return View() End Function Private Sub getMovieName() Dim movies = From movie
    Posted to ASP.NET MVC (Forum) by skywalker0121 on 7/26/2009
Page 1 of 2 (20 items) 1 2 Next >