c#.net

  1. K

    Question System gets halt on Panel scrolling

    I am using Panel on windows form and adding the controls like Panel, label etc dynamically with keeping AutoScroll property is true. When number of controls are added and going to scroll down then it scrolled but my system gets completely in halt position. No works will carry out and after...
  2. A

    Question Product of digits in a Number

    :mask: I want to print the the product of digits in a number using the following code. Plz view the following code and find me the error in it and help me to solve it in 2 different ways using static method and also in general manner using do while loop in the main method namespace Prime2 {...
  3. B

    FYI Fantastic Opportunity for.Netc# Developers- Immediate position!

    Hi All, I am looking out for a C#.Net developer for a global Investment Banking Project. Exp- 4+ Individual should be in core development. Hands on experience with windows applications,WCF/WPF. For more details Please contact me at bharti.solanki@atyeti.com. Thanks Bharti Solanki:courage:
  4. A

    Question how to exit from the loop in this code

    using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Console1 { class Arithmetic { static void Main(string[] args) { int num1,num2,choice; int add,mul,sub; float div; while...
  5. S

    Question How to register multiple global hot-keys?

    Hi everyone, I want to register multiple global hotkeys. CTRL+A , SHIFT+B etc etc etc. I want to more clear : If i pressed : CTRL+A then a message will show (MessageBox.Show("Pavel,Tangal") If i pressed SHIFT+B then minimize application. If i pressed SHIFT+C maximize application. I found a...
  6. N

    .NET developers are available for immediate hire (ASP.NET, C#, Win8 etc.) !

    Our .NET developers have a profound experience in: - Custom .NET web-based solutions development (ASP.NET) - Custom .NET desktop applications development - Mobile applications development (based on .NET compact framework) - NEW!!! Win8 development Contact me at e-mail [Nadya.Klim] or in Skype...
  7. D

    C#. NET / ASP.NET Application Developer – London - £35-55K.

    C#. NET / ASP.NET Application Developer – London - £35-55K. An excellent opportunity for an ASP / C# .NET Developer to join a finance company with extraordinary and realistic growth plans. Based in the Kensington area, you will be entering a well funded start up organisation which comes with...
  8. N

    procedure

    I have a button in my form and on click of that button I am writing this code.... OdbcCommand cmd ; cmd = new OdbcCommand("abc", cn); cmd.CommandType = CommandType.StoredProcedure; cmd.ExecuteNonQuery(); I have made a procedure named abc in database which is returning only one row from...
  9. A

    Question Cascading Dropdown List 1 to Dropdown List 2 using AJAx & WebService

    Here I also included Script Manager & Update Panel as the AJAX Controls Here i am having 2 dropdown lists in which an item displayed in Dropdown List1 should display the appropriate options in Dropdown List 2 likeways If I select TV in Dropdown List 1 then it should display TV.ON,TV.MUTE &...
  10. P

    Question How to set borderstyle of a datagridview column at runtime (.Net Framework 4.0)?

    I have a readonly datagridview that is bound to a datasource. It has two columns. Now I want the first column to have no cell borderstyle; and the second one to have 'All' (i.e. all sides of the cell shall have a border) as cell borderstyle. Before binding the datagridview to the...
Back
Top Bottom