Hi,
I'm trying to open an ASP.NET web form site in Visual Studio, but it keeps asking me which page is the starter page.
When I right-click on an aspx page to set it as the starter page, there isn't an option for that.
"What should I do?"
thanks,
Hi Guys, I need help converting .RTF File format to .PDF using PDFSharp Version 1.50 my output result is always a blank page, I would really appreciate your help and sample code.
Here is my ASP.NET C# Code
using System;
using System.Collections.Generic;
using System.Data;
using...
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...
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 {...
I developed web application using ASP.NET framework 4.7.2 in Visual Studio 2022.
I should deploy it on the following servers.
OS: windows server 2022 (cloudzy.com), ubuntu 22.04 (hostinger.com)
I've read some blogs and articles on how to deploy and host this, but it doesn't help much.
I think...
I work on asp.net mvc I face issue selected value All requests cleared after display result data and back to Pending Request
so my issue on selected value option if i select option All requests it display all requests success but drop down selected option display as Pending Request
so How to...
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...
How do I convert server time to user's time in C#?
I am trying to find a way to display Date and Time based on the user's timezone, but it seems that efforts to make this work is not working.
I want to achieve a situation where Date and Time that is displayed in a user's account in all the pages...
Hello,
I'm trying to practice with MudBlazor doing the same I did before without it (but more complex this time, I added the KeyDown event), and it seems something related to the MudTextField is wrong, because it is not shown in the page (the MudButton is) and at the bottom of the screen it says...
I working on mvc asp.net csharp i need to make function return json result when branch code exist then return true and if not exist return false so can you help me do this function return json result true or false
public JsonResult CheckExist(string BranchCode)
{
string branches =...
Hello, I want to insert a link for the site favicon in the layout. C HTML, my link is:
<link rel="icon" type="image/x-icon" href="wwwroot/favicon.ico">
but I get this error:
But as you can see my favicon is in the wwwroot folder:
Do you think what is wrong? regards, Saeed
I work on EF core 7 blazor . I face issue I can't call Details model from application page to get all Data for details model .
meaning I need to display details data as list on application page where Header Id = 1 on action GetAllDetails.
so when call Application/GetAllDetails I will get all...
Hi,
When attempting to browse my site on IIS i get the following error:
web config file:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*"...
Hi,
I am calling an api and this is the return data.
Could you please help me to loop through the JSON data?
The JSON string -
{
"Outputdata": {
"@xmlns": "http://xmlns.oracle.com/apps/pa/.......",
"@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
"TASK_0"...
I initialy created my class which contained constructors and method
Each of them has been saved in different files found in different folders , now the methods are in the Services folder and the constructors in Models folder
using HouseMS.Models;
namespace HouseMS.Services
{
internal...
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...
I am learning MVC. I had previously worked on ASP.Net Web Applications(.NET Framework) in which we used webforms, edmx, and ado.net to connect to the database for CRUD operations. But I don't see any edmx option in ASP.Net Core Web App(MVC) .
I want to create a login page . I have the following...
Working on a new job in which they need me to stabilize an ASP.NET/C#.NET web application that was written a few years ago...the code is spaghetti code! The view logic, business logic, and database logic are all thrown together in the same functions. Not a single comment line. Poor variable...
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.