CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Vegeta ZA

Search: Search took 0.07 seconds.

  1. Re: IEnumerable Does not contain a definition for Make_ID and no extension method..

    @Arjay

    Any idea if you can help me fix another issue that I have?

    I am trying to get the map plotting to work properly as it does not work when I add the "Vehicle_Model" table to my model.
    ...
  2. Re: IEnumerable Does not contain a definition for Make_ID and no extension method..

    Fix is here. I would post the code but this guy deserves the credit for helping me. So I have linked to his post :)
  3. Re: IEnumerable Does not contain a definition for Make_ID and no extension method..

    EDIT: FIXED everything :D
  4. IEnumerable Does not contain a definition for Make_ID and no extension method..

    Hi all,

    I have this error in my Index.cshtml for the following code:


    @Html.DropDownListFor(p => p.Make_ID, ViewBag.Vehicle_Make as SelectList, "Select Vehicle", new { id = "ContID" })
    ...
  5. Replies
    7
    Views
    7,148

    Re: MVC List Not Working as it should

    I have managed to fix the code, and it is giving me better results. Just a few more things to sort out and then I would be proud of this code. Thanks a lot for your suggestions, I made a few changes...
  6. Replies
    7
    Views
    7,148

    Re: MVC List Not Working as it should

    1. Yes the "Location" does return all the make_name's that exist in vehicle_details table, I will change "Location" to vehicle_make soon but that doesn't affect anything now so I left it. It's just...
  7. Replies
    7
    Views
    7,148

    Re: MVC List Not Working as it should

    The string is just called "Location". That won't affect anything bud. I called it location in the web page code as well and never change it as yet, but that's not the part with the issue. I'm just...
  8. Replies
    7
    Views
    7,148

    Re: MVC List Not Working as it should

    Anybody have an idea how I can make this project work with my requirements?
  9. Replies
    7
    Views
    7,148

    MVC List Not Working as it should

    Hi Everyone,

    So the issue that I am having is getting the correct db items to work in the search in the web page, for some reason it does not search all of the values from Vehicle_Make that exist...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured