Search results for query: *

  1. suncoast-software

    Question Load Dropdown when another Dropdown isChanged

    Hello! I have 3 dropdowns to do a search . year , make and model dropdowns. I need to load the model dropdown when the make dropdown isChanged.all data will be pulled from a MSSql database, can anyone point me to a resource that would help me figure out how to accomplish this? I have the...
  2. suncoast-software

    SQL Entity Framework Add to Database Question

    Hello, I am using c# and entity frarmework to save data to a database...there will be over 30,000 objects to be saved to the database.....my question is - is it better to save a single object over and over again 1 at a time or is it more efficient to save a List<Object> with .Range? thank you
Back
Top Bottom