asp .net

  1. A

    Question refresh page after success login go to login page why and how to solve ?

    problem When Make login and refresh or reload page after login it come back to login page ? I work on asp.net MVC project web API work with angular 7 project client side . my problem is when write user name and password correct it make login and go to dashboard page that I done to work after...
  2. A

    How to solve problem of msvsmon.exe .net debug ?

    I work on asp.net core 2.2 I make project with asp.net core 2.2 connected to SQL server 2014 . I already install remote debugger tool on server I also install visual studio on server 2017 when make remote debug on server I get error unable to connect to Microsoft visual studio remote...
  3. A

    Question Cannot modify function GetSelectStatement to generate select statement from string json?

    I work on csharp and i need to generate select statement based on inner join select statement but i cannot modify it I need to get fields and keys and table to generate inner join select statement as below : select FooterTable.ItemCode,FooterTable.Quantity,FooterTable.UniPrice from MasterTable...
  4. R

    Question number in error log

    Personal, I would like the following information, I have a validation, and in this validation I send a message in the application to the user that the cell G of the line should be filled, my code looks like this: private void PreliminaryVerification(IEnumerable<DataRow> data) {...
  5. V

    Drop Down List Giving Incorrect Values

    Hi everyone, I have followed the following tutorial for my project: https://www.youtube.com/watch?v=h_ViuyVs4AE The issue that I have is that when I click an item in the first drop down box, it does not give the correct values in the second box, it only gives one value and it is incorrect. It...
  6. Y

    Question Error retrieving token ASP.NET Web API template

    I?m working with a project that has been created as a ASP.Net Web Application with the ?Web API? template and ?Individual User Accounts? enabled as the authentication option. I have a console application that consumes the web api. But When I want to get the token it gives me an html string with...
  7. sanjeewa.nibm

    DataGridview update and Datagridview refresh

    What would be the similarities and differences in DataGridview.Update() and Datagridview.Refresh() methods What are the places to use DataGridview.Update() and Datagridview.Refresh() I'm little confused
Back
Top Bottom