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
U

usman_070

@usman_070
About
Posts
7
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • plz tell me why Syntax error in FROM clause is occuring
    U usman_070

    string str="Provider=Microsoft.Jet.OLEDB.4.0;"; str+=@"Data Source=C:\info.mdb"; OleDbConnection con=new OleDbConnection(str); string sql="SELECT * FROM user"; OleDbDataAdapter ada=new OleDbDataAdapter(sql,con); DataSet ds =new DataSet("ds"); ada.Fill(ds,"user");****error occurs in this line Repeater1.DataSource=ds.Tables["user"].DefaultView; DataBind();

    ASP.NET database help

  • ftp link library in VC++?
    U usman_070

    can any one tell me the ftp link library in VC++

    C / C++ / MFC c++ question

  • how to open a dialog box from another dialog box so that both can be activated
    U usman_070

    plz tell me how to open a dialog box from another dialog box using MFC in a way that control can be transfered from one dialog to another simultaneously.

    C / C++ / MFC c++ tutorial

  • how to open dialog from other dialog box
    U usman_070

    how to open a dialog box from another dialog box using MFC

    C / C++ / MFC c++ tutorial

  • how to get username of a system
    U usman_070

    plz tell me how to find the username of a system,i m working in console application using winsock header file.

    C / C++ / MFC tutorial

  • question for munklefish
    U usman_070

    there is no control validator in toolbar.did u mean custom validator?

    ASP.NET question

  • want to know regular expression syntax?
    U usman_070

    what regular expression syntax i would use so that a user can only enter characters in a text box and digits will not be accepted. thanks -- modified at 6:22 Saturday 24th December, 2005

    ASP.NET regex question
  • Login

  • Don't have an account? Register

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