Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem importing a project
Message
 
 
To
31/08/2012 18:48:48
General information
Forum:
ASP.NET
Category:
Visual Studio
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01552146
Message ID:
01552198
Views:
43
>I'm with John on this one. It takes less time to type the question into Google than it does here and you get an answer lots faster. If she has too much going on to Google the question, she has too much going on and its time to drop some things. Look at DataType.Date thread going on. There's been more time complaining about how she wants it to work vs. just getting it to work and move on. I gave here a solution that works and she didn't like it. She's asked me to help her debug it and get it working. Well, I have things going on too and can't spend all my time getter her application to work how she wants.
>
I have about 15 sites in IE opened right now with all the stuff I was googling and trying to figure out. I have more than 40 sites opened in Chrome also with all the questions / problems I've been working today on. I made some progress with the project, but not much.

For instance, here is my most recent problem I'm trying to figure out:

If I have my _layout.cshtml like this:
 <title>@ViewBag.Title</title>

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js" type="text/javascript"></script>
    <script src="http://modernizr.com/downloads/modernizr.js" type="text/javascript"></script>
  <script src="@Url.Content("~/Scripts/jquery.unobtrusive-ajax.min.js")" type="text/javascript"></script>
    @*    <script scr="http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.unobtrusive-ajax.min.js" type="text/javascript"></script>*@
    <link href="@Url.Content("~/Content/themes/base/jquery.ui.all.css")" rel="stylesheet" type="text/css" />
date seems to work Ok even in IE9 now and also the Ajax style seems to be working for my Index.chtml. If I comment the first one out and try to use the one from CDN, the Ajax style stops working, although date seems to still work in IE9, which is good.

So, all these minor things and trying to figure out all the sites and googling like mad take a lot of time. Hopefully I'll slow down the pace of questions while getting more familiarity and practice.

I still didn't get a good answer of how to make some sort of generic annotation. Say, am I even thinking in the right direction with trying to set FutureDateOnly annotation in the model and have it somehow automatically set MinDate in Date Picker?

And all these things. Say, I included DataAnnotations library from NuGet to be able to set [EMail] attribute in the model and automatically have it reflected in the view.

Since I am still a newbie in ASP.NET MVC development I have 1000 questions to answer and solve.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform