I work on asp.net MVC application I face issue check box yes or no send false value yes or no when click approve button
I have two check box one represent true and second false as user requested and i don't it to be radio button because bossiness user request it . Yes represent true No...
I work on asp.net mvc 5 I face issue when property SpeakStuff null it display error on console of browser tell me property SpeakStuff null so How to prevent error on console when property SpeakStuff is null how to handle it .
How to avoid error null when submit .
what i try as below
<a...
Hi,
Any suggestions on how to improve this code which updates user role (MVC).
Thanks
[Authorize(Roles = "Administrator")]
[HttpPost]
public ActionResult EditUser(UserAdminViewModel model)
{
var result = m_AccountModel.UpdateUser(model);
if (result)
return...
I work on asp.net mvc Application Ajax Request Calling I face Issue message sweet alert display more than once if i click button submit more than once
if i press same button submit again for same request it will display (message Employee Exist Before) two time
if i press same button submit...
I work on asp.net mvc Project .I face issue action ApprovalIndex Not redirect to action PendingManagersRequests although no error happen .
I debug and trace breakpoint until reach action PendingManagersRequests and trace until I reach to view return View(vmr); without any issues .
so why it...
I work on asp.net mvc i design report and it show every controls alignment success amd good
but when print it show on print preview not aligned and more controls interact with each other
so How to solve this issue please
what i try
<head>
<style>
body {...
0
I work on asp.net MVC application . I face issue I can't pass model ResignationRequester properties values to Approve Index action when click approve button .
all properties as Request no and employee no load when details page load then I write
comment SpeakStuffComment then click approve...
I work on an ASP.NET MVC razor page. I face issue Url change from
Resignation/RequesterIndex?filenumber=103085
to
Resignation/Create
after click submit button.
I need URL as it was before, without change after click submit button. How to do that please?
What is issue on my code that make...
I am a beginner and want to learn C#.NET and ASP.NET MVC but I am learning C#.NET and ASP.NET MVC with .NET Framework 3.5 and 4.0. I just wanted to make sure That I have seen so many jobs on .NET and they want skills like C# and ASP.NET MVC so If I learn C#.NET and ASP.NET MVC with .NET...
Just I want to make sure that I`m learning c#.net ,asp.net, and asp. net-MVC with .NET framework 3.5 and 4.0 So fundamentally any issue? and after learning these with .NET Framework 3.5 and 4.0, Can I work with the organization?
So just I want to make sure fundamentally any Issue learning...
I work on asp.net razor page Login user name and password . I call Web API validate user
name and password . my issue I face it I can't receive data returned after login success
JSON data returned from web API after success login username and password
{
"message": "success"...
I working on razor page with .NET core 7 . my mainly issue How to pass unchecked checkboxes
from html page to page model on post method ?
so If I have group of checkboxes not checked so I need to pass it to page model as List on post method when submit form
so user click submit button then on...
I working on MVC razor pages asp.net core 7 . I can't display success message after submit and insert data on same page .
I get error
System.NullReferenceException: 'Object reference not set to an instance of an object.'
error happen on Model.userModel.Branches
Expected Result is display...
Hello! I'm a desktop app and videogame developer and I'm learning web development. I followed a tutorial about CRUD in ASP.NET Core MVC, which lists, adds, edits, and removes employees' data. My app starts with an html table with the employees' list, each field in a <td> (a row cell); all fields...
I work on Web API c# web app . I face issue I can't login success although I have same username and password .
when make break point on websecurity.login then trace it jump to ModelState.AddModelError
so are there are any settings remaining or some configuration not done .
public JsonResult...
Hello everyone. My name is Furkan Gözükara. I am a Ph.D. computer engineer from Turkey.
I have a software engineering dedicated Youtube channel named: SECourses : https://www.youtube.com/SECourses
I want to share a few of my lecture playlists. The playlists contain the full course for free...
We have created an app which captures error logs. API's help us do that but when the error is created user must be notified. Can you help us?
Source code:- GitHub - ranadeepmedagone/LogApp
System.AggregateException
HResult=0x80131500
Message=One or more errors occurred. (Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[OpenAQAirQuality.Models.City]' because the type requires a JSON array (e.g. [1,2,3]) to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.