Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

moonangel_bio

@moonangel_bio
About
Posts
7
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • joining the server with my application
    M moonangel_bio

    i don't think that user must have SQL in his PC. i need a way to let the project stand alone without SQL am i obvious !!!? thanx

    C# csharp database sql-server sysadmin learning

  • joining the server with my application
    M moonangel_bio

    hi, i'm a beginner in c# & SQL server 2000, and i did a project with them but i need to make an .exe file that don't force the user to have sql or any thing else. just to run the exe and he can use the project. thanx

    C# csharp database sql-server sysadmin learning

  • dataGrid & first row selection
    M moonangel_bio

    thanx for help

    C# question

  • dataGrid & first row selection
    M moonangel_bio

    I use selected row data of dataGrid to load data into textboxes When I select the first row of the dataGrid no data is loaded into the textboxes But when I select any other row, it’s data is loaded to the textboxes, then the first row can be loaed too...!!!!? If any one knows the reason why the first row don't load until i select any other row at first, I’ll be grateful

    C# question

  • ValueMember of comboBox problem
    M moonangel_bio

    when i try to add a new record using my application, this messeage appears: An unhandled exception of type 'System.ArgumentException' occurred in system.data.dll Additional information: System.FormatException: Input string was not in a correct format. at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at System.Int32.Parse(String s, NumberStyles style, IFormatProvider provider) at System.Convert.ToInt32(String value, IFormatProvider provider) at System.String.System.IConvertible.ToInt32(IFormatProvider provider) at System.Convert.ToInt32(Object value) at System.Data.Common.Int32Storage.Set(Int32 record, Object value) at System.Data.DataColumn.set_Item(Int32 record, Object value)Couldn't store in S_DESIGNATION_ID Column. Expected type is Int32. where D_ID is the ValueMember of the comboBox and i need it to be stored in S_DESIGNATION_ID in the data base

    C# help database question

  • ValueMember of comboBox problem
    M moonangel_bio

    Hi all, I’m using the comboBox to show values to select one of them Those values are from a database, where there are Ids and values. So, the DisplayMember is the value and the ValueMember is the ID. the first worked but the second refuses to work at all. And I don’t know why..? comboBox1.DataSource = dataSet3.Tables["DESIGNATION_EDIT"]; comboBox1.ValueMember = "D_ID"; comboBox1.DisplayMember = "D_TYPE"; then i need to use it here where the problem appears newrow[11]=comboBox1.ValueMember; table.Rows.Add(newrow); if any body could help.., I’ll be grateful.

    C# help database question

  • How to get the Hard Disk or Mother Board Id through C#
    M moonangel_bio

    i need to secure an application using any hardware ID thanx Martyr

    C# csharp hardware tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups