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…