Tostiapparaat
Tostiapparaat
CC#
Created by Tostiapparaat on 6/8/2023 in #help
❔ dotnet ef database update not working on MAC.
Origin of the connection string was this before i tried googling and adding abunch of stuff trying to get it to work:
builder.Services.AddDbContext<DomainContext>(options =>
{
options.UseSqlServer(@"Data Source=.;Initial Catalog=TheCircleDomainDB;
Integrated Security=True; TrustServerCertificate=True");
});
builder.Services.AddDbContext<DomainContext>(options =>
{
options.UseSqlServer(@"Data Source=.;Initial Catalog=TheCircleDomainDB;
Integrated Security=True; TrustServerCertificate=True");
});
On this i get the Kerberos error as mentioned earlier.
8 replies
CC#
Created by Tostiapparaat on 10/23/2022 in #help
How to give my Select multiple=multiple dropdown list a checkbox to click on? And how to catch it?
Can i see all related code to the <Select> tag? Like the whole create method, asp-for"list in model"
15 replies
CC#
Created by Tostiapparaat on 10/23/2022 in #help
How to give my Select multiple=multiple dropdown list a checkbox to click on? And how to catch it?
Änd, If that's the case, shouldnt my selectlist be empty then when i launch the website? :0 Because the selectlist is filled with 6 products that are in the DB. Or am I missing something hmm.
15 replies
CC#
Created by Tostiapparaat on 10/23/2022 in #help
How to give my Select multiple=multiple dropdown list a checkbox to click on? And how to catch it?
Where does Asp-for"genresIds"refer to in ur model? Ur list<int> GenresIds?
15 replies
CC#
Created by Tostiapparaat on 10/23/2022 in #help
How to give my Select multiple=multiple dropdown list a checkbox to click on? And how to catch it?
Havent tried it yet. Lady demanded attention. But ill Give ur approach a shot asap and ill let u know. sry! Thankyou tho for helping!
15 replies
CC#
Created by Tostiapparaat on 10/23/2022 in #help
How to give my Select multiple=multiple dropdown list a checkbox to click on? And how to catch it?
15 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
yeah, got 3 weeks to finish this school project zzz. but tnx np willdo.
98 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
Yess. It updates the list of products now. Thanks alot man. (: Now i need to update the db and its done. Tnx! thanks for being patient with me!
98 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
aahh
98 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
What you mean? Thought name="parameter", is pretty much sending the data to the controller.
98 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
Yeah i tried. But Its not debugging once i change the value of the the <select>. tried both ways. it wont snap back into the Index method after changing the option.
98 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
98 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
98 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
But i think i have it working. now i just need to update the database colums to get it working. i think.
98 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
Yeah its talking about the IEnumerable from package, thats used below this <select>. Got confused cuz the select isnt doing anything with that INumerable, assuming all it did was giving the <select> a callable parameter name. But i changed it to name= yes.
98 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
98 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
98 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
asuming i have to put something extra in the cshtml like one of those ''asp-for/items/action.
98 replies
CC#
Created by Tostiapparaat on 10/10/2022 in #help
How to send multiple data sources to a view in asp.net 6? [Answered]
Mind telling me the keyword for giving a <form> or <select> as a parameter back in the Index method?
98 replies