I am going to create a website for DMS (educational domain) in C # .NET, for which I am new.
On one of my ASPX pages, I want to disable the menu that is in JavaScript, according to accessright.
accessrightis stored in the database table loginas a single attribute on the SQL server, and I want to get this accessrightfor a single C # variable and want to access this variable in JavaScript.
If there is another possible approach, please advise.
madhuri
source
share