Hi There.
i am learning C# programing. when i was practicing method overriding concept i got below error.
please any body can help me to address this issue i would be grateful.
My Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using...
Hello,
We are facing error while exceeding maximum request length. It appears when we send request to server.
If anyone can help to fix it then please do the needful.
Thank you
I'm currently trying to create a user control, where one of the properties is a list of an MenuItem class. Here's the code I have so far:
private List<MenuItem> menuItems = new List<MenuItem>();
[Browsable(true)]
public List<MenuItem> MenuItems
{
get...
Hello, I am making a C# console application which calculates BTEC grades to UCAS points.
Only thing is, this course has 18 units, so I want the user to enter either 'p', 'm' or 'd' and maybe some other inputs if I choose to later.
So when the user enters something wrong like 'wefttryh239y' then...
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.