skip to Main Content

How to get html elements value in asp.net?

I'm trying to add a new seller into database but all the values i get from the input text are null this is the form <div class="mb-3"> <label for="SNameTb" class="form-label">Seller FirstName</label> <input type="text" class="form-control" id="Snametb" runat="server"> </div> And this how…

VIEW QUESTION

The type 'ServiceCollection' exists in same dependencies but in different version – Asp.net

The error description is as below: Severity Code Description Project File Line Suppression State Error CS0433 The type 'ServiceCollection' exists in both 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' and 'Microsoft.Extensions.DependencyInjection, Version=5.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60' I am having this error suddenly, I had tried…

VIEW QUESTION
Back To Top
Search