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
L

lankaudaranga

@lankaudaranga
About
Posts
46
Topics
40
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • asp.net
    L lankaudaranga

    hi. I am bigginer. I want to add button and create event in asp.net. and how to link sql server please help

    ASP.NET csharp asp-net database sql-server sysadmin

  • query
    L lankaudaranga

    how to wright this query "select * from stock_in where result NOT EQUALS 'YES'"

    C# database tutorial

  • query
    L lankaudaranga

    how to search between two data.

    C# database tutorial

  • system time
    L lankaudaranga

    how to change system time using c# code.please help

    C# csharp help tutorial

  • classes
    L lankaudaranga

    how to pass data between two forms using c# classes. please help. thank you.

    C# csharp help tutorial

  • event help
    L lankaudaranga

    i want to type only numeric data for wpf textbox control.please help :(

    WPF csharp wpf help

  • textbox keypress event help
    L lankaudaranga

    i want to write code for wpf textbox control keypress event.i want to enter data this textbox numbers only.this code correct for winforms private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { if (char.IsLetter(e.KeyChar) == true) { e.Handled = true; } } how to write this code for wpf textbox control....

    WPF csharp wpf winforms help tutorial

  • event
    L lankaudaranga

    how to create keypress event for textbox control(wpf application) please help. thank you.

    WPF csharp wpf help tutorial

  • wpf reports
    L lankaudaranga

    how to create reports(same crystal reports) using access or sql server compact 3.5 data base for wpf application. please help. Thank You.

    WPF csharp database sql-server wpf sysadmin

  • sql server 3.5
    L lankaudaranga

    i want to send data to database but data not duplicate(hasraw==true) if (reader.HasRows == true) { //data already exite no data insert.display massege ..... } else { enter data(insert data } {you undastand this)

    C# database sql-server sysadmin help

  • sql server 3.5
    L lankaudaranga

    YES reader.Read(); if (reader.HasRows == true) { MessageBox.Show("STOCK ID ALREADY EXITS", "ERROR", MessageBoxButton.OK, MessageBoxImage.Error); comboBox1.Text = ""; comboBox1.Focus(); } BUT ITS NOT WORK :(

    C# database sql-server sysadmin help

  • sql server 3.5
    L lankaudaranga

    EROOR massege display "hasrow" not supports

    C# database sql-server sysadmin help

  • sql server 3.5
    L lankaudaranga

    con.Open(); string select = "select * from main_stock where stockid='" + comboBox1.Text + "'"; SqlCeCommand selcom = new SqlCeCommand(select, con); SqlCeDataReader reader = selcom.ExecuteReader(); reader.Read(); if (reader.HasRows == true) { MessageBox.Show("error"); } con.Close(); this code work access databse but sql server 3.5 compact server notwork

    C# database sql-server sysadmin help

  • immediate wpf help
    L lankaudaranga

    how to create wpf mdi container.how to create table top computer items same buttons and how to create 3d forms(vista type)

    WPF csharp wpf docker help tutorial

  • wpf help
    L lankaudaranga

    how to create office 2007 background system wpf forms. how to create animation back ground

    WPF csharp wpf help tutorial

  • wpf help
    L lankaudaranga

    how to add date time picker for wpf application.please help.

    C# csharp wpf help tutorial

  • process
    L lankaudaranga

    how to stop computer running process and start process using c#.

    C# csharp tutorial

  • sql
    L lankaudaranga

    how to write select quary sql server compact 3.5 ("SELECT * FROM Table1 WHERE name" is wrong)

    C# database sql-server sysadmin tutorial

  • user control
    L lankaudaranga

    i want to make GRID menu Bar

    C# tutorial

  • MESSEGE BOX HELP
    L lankaudaranga

    How to Chenge MESSEGE BOX font.

    C# help 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