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
N

Navas M

@Navas M
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to extract a zip using vb.net
    N Navas M

    Hi.. I want to know how to extract the zip file using vb.net. If any one know please help me. Thanks. Navas.M

    Visual Basic csharp help tutorial

  • Accessing Access DataBase
    N Navas M

    //insert the data into table using the access connection //that is table having the two field string name = t1.text; int regno = t2.text //stud is ur table name //ur declare this variable as varchar in ur table then using '"++"'between //the varible string query = "insert into stud values('"+name+"','"+regno+"'); OleDbConnection con = new OleDbConnection(@"Provider = Microsoft.Jet.OLEDB4.0; Password = ; User id=Admin;Data Source =d:\table\stud.mdb"); con.Open(); OleDbCommand cmd=new OleDbCommand(query,con); cmd.ExecuteNonQuery(); con.Close();

    C# database sql-server sysadmin tutorial announcement

  • retrive the value from datagrid with checkbox
    N Navas M

    iam new for c#,i have a problem in pushing the value to the table,from the datagrid,that is selecting the column using the checkbox,and delete from the table as well as datagrid like yahoomail and rediffmail by selecting the checkbox and delete -- modified at 2:06 Wednesday 1st February, 2006

    C# csharp help
  • Login

  • Don't have an account? Register

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