Voting system in asp.net project [closed] - c#

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/

Related

Is possible to request a iphone/Ipod/Ipad coordinates from server code? [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
Exists a way of request a device for his coordinates from the server code (Ex: C# .NET)?
Your question is unclear. You need to clarify on what platform you want. Perhaps you are getting things mixed up.
Do you really mean to run a server on an iPhone using C# code?!? I don't know anyone who's coded a webserver for an iPhone in C#, if that's what you really mean. (But it is possible for someone or a team to do this.)
But more likely you mean you want a C# webpage, running on a webserver to get a client's device coordinates, where the client device is an iPhone. But in this case, I don't believe C# has much to do with it, because this would be the webpage which would do the request, which would be HTML and JavaScript, not C#.
i think what Edward means is "No". :P

Open Youtube First Song [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 realise I haven't researched this much, but I was hoping someone could point me in the right direction please.
I'm building a C# application, and I want it to open a youtube song when the user requests it.
Does anyone know how to send a search request to the youtube page and get C# to play the first song that comes up?
You should start your research from youtube api documentation: https://developers.google.com/youtube/v3/

User Stream and TweetSharp [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 using User Stream and Instead of pull-to-refresh to check for new tweets or waiting for the 5 minute auto-refresh to take place, I want tweets appear instantly in timeline as they are published.
I'm using TweetSharp with Xamarin.IOS
Any Code Sample will help a lot even if with other Programing Lang
I can't really help you with the Xamarin part of it, since I haven't used any of the Xamarin tools, but you want to use the Streaming part of TweetSharp to handle this. See this section for the classes you'll probably want to use:
https://github.com/danielcrenna/tweetsharp/blob/master/src/TweetSharp/TwitterService.Streaming.cs
Here is a code sample of using streaming in TweetSharp: https://gist.github.com/kensykora/8005935
See the official twitter docs on their streaming here: https://dev.twitter.com/docs/streaming-apis

Textbox cumulatively added placement the value [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 want to ask a question. I am getting the data from database and when I write the texbox I want to add nearby entries under the textbox. Like searching on google. Sorry if there is any answer in forum. I don't know how i can search it on google.
It sounds like you want an AutoComplete textbox
http://www.c-sharpcorner.com/uploadfile/dpatra/auto-complete-box-in-wpf-toolkit/

how to change the printer using c# [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 have created a application to print documents with preview dialog.When i run my application it will print the document with default printer. Now i want to give option to the user to change the printer while printing using c# can someone please help me
thanks
Please have a look at the below link, it might be useful.
http://caioproiete.net/en/programatically-change-the-default-printer-on-windows-usin-csharp/

Categories