Why is this syntax incorrect? [closed] - c#

Closed. This question is not written in English. It is not currently accepting answers.
Stack Overflow is an English-only site. The author must be able to communicate in English to understand and engage with any comments and/or answers their question receives. Don't translate this post for the author; machine translations can be inaccurate, and even human translations can alter the intended meaning of the post.
Closed 3 days ago.
The community reviewed whether to reopen this question 3 days ago and left it closed:
Original close reason(s) were not resolved
Improve this question
Can someone explain to me why my code doesn't work? I am making a program that tells me what your zodiac sign is depending on your months but it doesn't work for me.
What I see is that instead of placing letters and placing number if it works

Related

How to stop Google Chrome from placing a forward slash when searching for c# related questions? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I am wondering if there is a way to stop Google Chrome from adding a forward slash by default when I am searching for c# related queries. For example if I type:
"c# how to"
as a search term in the search bar it will default the search to:
"c/# how to" which returns an error.
This happens every time I start a search term with c# so I am wondering if anyone knows how to stop this from happening? Thanks.
This is a known bug in Chrome that has been fixed in a recent update (Nov 4 2014) but won't be pushed out until the next minor release (which could be a month or two). You can switch to the Dev channel of Chrome and pick up the update now.
See https://code.google.com/p/chromium/issues/detail?id=409845 for more details.

Voting system in asp.net project [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I'm trying to make a voting system on my website. The voting is about food, what food is getting ordered for tomorrow.
Now I want to make something like this (i made it with paint just to show you what im asking):
Is there anyway I can do this? Now... I haven't tried anything yet because I don't know how to start. All I'm asking from you, is to refer me somewhere/something, anything, that might help me with this.
Have a look at the example about Add a Quick Poll to Your Web Site on MSDN.
You can probably look at this
https://stackoverflow.com/questions/372501/best-net-polling-survey-software
and this
http://voting-asp.net/

What is the mean of connection status is suspended? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
when I run the following procedure:
sp_who
#loginame = 'myloginname'
I see a number of rows with "status" = "suspended" column. What does this mean?
Also how can I avoid from this?
Any helps would be appreciated.
From BOL, it is "The session is waiting for an event, such as I/O, to complete." http://technet.microsoft.com/en-us/library/ms174313.aspx

Parental control or web filter with c# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
It is possible that such a program written with C #?
if yes how we can?
If you have links or information on this I say thank you.
I'd say you'd probably be looking at setting up a proxy on your local network, pointing the machines you want parental control on to that proxy, and filtering the "allowed" traffic by either:
Checking website address against a predefined blocklist,
and/or
Reading through the HTML looking for naughty words or phrases.
How to create a simple proxy in C#? has a fair bit of detail about setting up a proxy in C#.
Also found http://www.codeproject.com/Articles/92512/Writing-a-Parental-Control-Software-for-Windows. An old project but might be worth looking at if you're researching a project like this.

IE error message: "This website has been reported as unsafe" [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have written a site in C# asp.net and I am running it of IIS7.5.
Site works perfectly well with other browser than IE9 and IE10. In these browsers i get this error message:
http://imageshack.us/photo/my-images/16/unsafefilterss.png/
The site is http://filterss.net
I am kinda at a loss and I do not really know what I need to change in my programming to make this warning go away. Anyone has any experience with this error?
The obvious question is: "Have i programmed inn malicious software on my site?", No, i have not. Can my programming be exploited? well, yes i would think so, since there is no 100% safe way of coding.
Is there then any concrete reason for this message to appear? Anything that i can change in my code so that it will go away?
The only thing i can think of at the moment is that you have torrents in your meta keywords tag

Categories