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
H

Huseyin Altindag

@Huseyin Altindag
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Row ID after INSERT to database
    H Huseyin Altindag

    Hi Yes but remember always the new ID generated is greater than the last one you insert. I'll send you(maybe today) a complete application(C#) with SQLServer solution how to do it Huseyin

    Database question database json tutorial

  • Row ID after INSERT to database
    H Huseyin Altindag

    Hi I think I've got something it can help you on www.codeproject.com/cs/database/DBManipulationADONET.asp Huseyin Altindag

    Database question database json tutorial

  • CurrentCellChanged event !!!!!!!!!!!!!!
    H Huseyin Altindag

    Hi have a look at my project here www.codeproject.com/cs/database/DatabaseAcessWithAdoNet1.asp I think and hope it will help you Huseyin Altindag

    C# question help

  • Grid problem
    H Huseyin Altindag

    Hi have a look here.it should be something what you look for www.codeproject.com/cs/database/DatabaseAcessWithAdoNet1.asp#xx953344xx Huseyin

    C# help css tutorial

  • auto checking of NumericUpDown control
    H Huseyin Altindag

    Hi I sent a solution for this problem to Ronboy in the message boards. Have a look there. hopefully it helps you. bye HuseyinAltindag

    C# question help

  • Insure Numeric Data in TextBox
    H Huseyin Altindag

    Hi Ronboy, There is a way doing that.What you need to do is : -Fire a KeyPress event in properties for your TextBox this.textBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); private void textBox_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e) { if (!Char.IsDigit(e.KeyChar) && e.KeyChar !=(char)8) e.Handled=true; } So you can enter now in the TextBox ONLY integers AND Backspace-key with (char)8 . e.KeyChar means it gets the char which is correspending to the key you pressed. e.Handled=true; means if you entered a non-integer value(0-9) you don´t pass this char to control element(TextBox). good coding Bye Huseyin Altindag Huseyin Altindag

    C# help question

  • New to C# Question
    H Huseyin Altindag

    Hi Larry I think I´ve got something for you I can send you as attached zip file email me Huseyin

    C# question csharp
  • Login

  • Don't have an account? Register

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