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
S

sri_ashutosh

@sri_ashutosh
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Asynchronous Process throuch Oledb Argent.................................
    S sri_ashutosh

    IAsyncResult BeginAsyncWork1(Object sender, EventArgs e, AsyncCallback cb, object state) { string db = Server.MapPath("~/DB/AsynchronousProcess.mdb"); string connectionstring = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source='" + db + "';"; _connection1 = new OleDbConnection(connectionstring); _connection1.Open(); int i; for (i = 2; i <= 1001; i++) { _command1 = new OleDbCommand("Insert Into Information values('xyz',#01/01/01#)", _connection1); _command1.ExecuteNonQuery(); } return _command1.BeginExecuteReader(cb, state); }

    ASP.NET help tutorial

  • Asynchronous Process throuch Oledb Argent.................................
    S sri_ashutosh

    faching a problem Error 1 'System.Data.OleDb.OleDbCommand' does not contain a definition for 'BeginExecuteReader how to solve this problem if i use this process in sqlserver 2000 then no problem but i use this process in access then i faching a problem Thank's and Best Regords Ashutosh

    ASP.NET help tutorial

  • plz help me..... in gridview
    S sri_ashutosh

    plz help me..... i have to display data in gridview asp.net 2.0.problem is that one of my column contains text box in gird view?i have to update another column's value of gird view based on text box 's value of gird column, without sending it to server?lest we have three columns in grid view current price, discount (text box),and cusomter price .here suppose current price is 100 and user entering 10% discount then it should show 90 in customer price list without sending request to server or any update button event?i m using asp.net 2.0, c#, sql server200?

    ASP.NET csharp help css asp-net database

  • Remove One Row from DataGridView [modified]
    S sri_ashutosh

    hello dear, try it string dgvstr=""; SqlDataAdapter da = new SqlDataAdapter("select (enter all columan_name in table) from table_name", con); dgvstr = da.SelectCommand.CommandText.Replace(",enter remove columan_name", ""); DataSet ds = new DataSet(); da.Fill(ds, "table_name"); datagridview.DataSource = ds.Tables[0]; datagridview.Columns[enter remove column_index(ex-0)].Visible = false; datagridview.Rows[0].Selected = true;

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