Passing an array of values in an ASP.NET jQuery AJAX POST
I have a ListBox on my page, and I’d like to make an AJAX post containing all the selected items. Here’s my code:
I have a ListBox on my page, and I’d like to make an AJAX post containing all the selected items. Here’s my code:
My application has a control of User Permissions, because not all users can access full website. At this moment, all those permissions for an specific user are stored in his session, ’cause It would be a problem for me to search at Database every Post Back.
Can you help me on the following error, i checked everything no ID mistakes
I am building an api using asp.net 5 rc2. I am trying to implement openiddict-core, found here for local accounts and i also want to allow for users to use external logins, such as google.
I want to convert my GridView to a DataTable. Note: The GridView doesn’t have a DataSource!
I want to sort the DataTable and put it back to the GridView, is it possible? Important is that my GridView must be sorted.
I need to create a pdf file from data obtained from a database. I have to retrieve the data from database and generate these data as a pdf file. I would like to have pointers (helpful information). Thank you. Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers … Read more
What is the best way to disable ASP.NET MVC controller conditionally?
I’ve built a web application. When I built it I ticked ‘Organizational Accounts’
Simple question but I can’t find anything on it, is it possible to get the contents of an asp:placeholder to a string? This would be great to do server side if it is possible.
I am using a TRY CATCH block in a stored procedure where I have two INSERT instructions.