C#
C# (see section on name, pronunciation) is an object-oriented programming language developed by Microsoft as part of the .NET initiative and later approved as a standard by ECMA (ECMA-334) and ISO (ISO/IEC 23270).
Application
Tools And Utilities
Remove
Platform
Any
License
Any
Hi!
I need yours opinions to fix this problem.
I make a project( a design and code in C#), syntax and design are alright, but when i start debug my program, then program just stop and doing nothing...
= 0) && (x =0 already says that if j is negative, don't continue).
Hope this helps you!
Hello,
well .. I have a question or at least a problem ... ;)
I have to write a C#-Webservie that provides a service that returns "Hello World". So far really easy. Open VisualStudio and 8...
Thanks. What I need to do is take an excel file, find the range for certain cells in that file and save the data in those cells to a SQL Server database table. All done with ASP.NET 4.0, Visual...
In your code there are several blocks
so that only the the compiler scolding you
so you simply return your string value at the end
in your code only the catch block having return statement...
Dear Programmers,
Recently i had a project for school where we had to program an p2p-application. We where able to complete this project on a local network which was our assignment.
Me and...
Well I want to know how to make my one tool for doing this task.
i want to make an admin panel to access form2,
i want to open form2 when i click on the login button, if user doesnt exist in my database he/she can sign up for access the program(form2).
How...
Hi!
I'm new in C# pls. help me
How to make connection string (web.config) for connect MS access database in C # and how to call that connection string in webform
Thanks
Thank you very much again . I understand what you mean
but what i want like this
suppose that the generate states are
1 2 4
0 6 3
5 8 7
Then I want to make search to achieve the following...
Hey everyone,
Im have a small newbie problem.
I finished my program and its all ready to go but, then I realized I have to make it so the user can save their progress, Duh, this program would...
Hey Guys,
I need some help with my program.
So, I have a calendar and a textbox for reminders,
and I want to make it so the user can move the date on the calendar a week ahead and write...
I'm not sure why you get the out of memory error, it's probably an artificial limit to the size of a byte array in .NET, but I'm pretty sure there's a better way to do what you're trying to do. It...
Hello All,
How can I make a DataGridView autosearch.
For example, I have a grid containing students. Lets say column 1 contains the last name of the students. I would like for the user to...
You might need to do a merge - what are you ultimately trying to make this look like?
So for your first question:
What??? does the code below your question have anything to do with your question? is boolSet your array? - where does it come from? what are you trying to do, why are you...
It sounds like the problem that you are running into is that when you make a selection it is firing your event - Due to the fact that you now have an entire item selected and no longer a partial...
I think the reasoning behind it is that even though you are adding to an existing class - you technically have a new class on your hands.
Like it wouldn't make sense to say:
SchoolBus...
I am developing a mobile app using C#. After running app in Pocket PC 2003 SE emulator the application after about 5-6 minutes crashes giving error:
"A native exception has occured in abc.exe"....
I believe your SQL needs to use parenthesis instead of brackets, and the valeu from your "txt" variable needs to be passed in as a parameter rather than the name of your variable - HOWEVER......