Display Tabs and details in ASP.Net MVC
Hi All, Please provide source code in MVC to display 3 Tabs and display the details in each tab. For example I need like Emp, Dept, Mgr details. If I click on Emp Tab then Employee details should...
View ArticleGenerating unique user ID
Good evening everyone, I want to know the best way to generate unique user ID even when number of registered users are more than two million. The current way am using to achieve this is by initiating...
View ArticleModal show information
Hi, I need help to show information in modal. <pre><divclass="modal...
View ArticleAuto enter key press
How to generate enter key press without pressing enter key from the keyboard. Is it possible using jquery ? Suppose In C# I found SendKeys.Send("{ENTER}"); like that how it is possible in jquery or...
View ArticleVB.Net CALL rest API using request.AddBody
How do I add body parameters to a rest API request in <a href="https://hkrtrainings.com/vb-net-training"></a>VB.Net using request.AddBody method ? Below is my code in c#, but I want in...
View ArticleLogin using windows authentication using asp.net C#
I designed a login page but currently i created users on SQL server that I use as users on the login page. I will like users to login using their windows authentication.
View ArticleASP.NET Code with Azure AD Authentication Not working in Chrome and Edge
Hi Friends, we are integration our application with Azure AD. After integration application is not working in Chrome and Edge browser, but works in IE. In Chrome and Edge its navigating to login and...
View Articlepass the id to the modal
@{ foreach (var item in (List<TarefasModel>)ViewBag.MostrarTarefas) {<tr><td><button type="button" class="btn btn-warning" data-toggle="modal" data-target="'#Modalpopup +...
View ArticleWeb.config Encryption and Decryption
Hi there, I want to encrypt my site web.config file for security purposes and why searching codeproject for this topic, I found this useful link...
View ArticleWhy ASP.NET MVC\Core ???
In researching my options for a new development endeavor based on my current, desktop, document management system for individuals, I once again turned to the ASP.NET MVC paradigm as consideration....
View Articlesubmit button
kindly help me to solve this issue.....i have Created a Login website - Validation Controls Registration Page but my submit button doesn't show message code i wrote which was:- Response.Write("YOU HAVE...
View Article.Net Core 3.2 Controller, using route and HttpGet attribute with CreatedAtRoute
I'm sort of fuzzy on this here. So I have a HttpPost operation that ends with return Ok(result). I remember reading that I have to add a route to GetOrder in order for CreatedAtRoute to work. I sort of...
View ArticleHotel ERP system
hello , guys I am working on hotel system can any body share source code with me please, its very important! this's my email "showmore5@gmail.com" thanks very much
View ArticleShow DataTable in Json
Hi, I need help for show datatable in Json My project is MVC: My AgendaModel<pre> public List<AgendaModel> MostrarTodosCalendar() { List<AgendaModel> lista = new...
View ArticleFireFox Upload Images
Has anyone come across this problem where firefox won't allow file uploads. On IE works fine. Is there a workaround? Thank you in advance.
View ArticleComplex View Model with Nested Item List / ModelState
I'm sorry to bother you, I just have a question regarding how to validate a list of object when is inside other list... I do have a list of cities, each city has another list of zones, an example could...
View Articletrying to get some measurement data to ASP from Microsoft SQL?
Hi, I am trying to get some temperature measurement data that I have stored in a SQL data base over on a webpage through asp.net. Instead of getting timestamp with temperature measurement numbers I am...
View ArticleDynamically added controls effecting other controls
I dynamically create 17 checkbox controls to one div which is set to runat="server" and than I am hiding that div, create the same 17 checkbox's to retrieve the checked value from them and create 30+...
View ArticlePDF to Images for encryption
Converting pdf files to image so that i can then encrypt the images converted. In my case pdf to jpg. My code will convert each pdf page to an individual image file. So that if the pdf file contains 3...
View ArticleSSL Certificate problem with Local IIS, ADFS and Visual Studio
In our web solution we have a WebAPI solution, a WebApplication and a local ADFS server. ADFS server need be setup with exact URL of web app.... For simplicity sake we decided to use (local) IIS...
View Article