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
A

archifux

@archifux
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • gridvie
    A archifux

    by the way you better writw the connection string in webconfig ofcourse as soon as you dont want to get trouble

    ASP.NET database

  • gridvie
    A archifux

    here it i body disconnected way SqlConnection sqlcon = new SqlConnection("server=.;database=tabakus;Trusted_connection=true"); SqlDataAdapter da = new SqlDataAdapter("select * from musteri",sqlcon); DataTable dt = new DataTable(); da.Fill(dt); GridView1.DataSource = dt; GridView1.DataBind();

    ASP.NET database

  • Button event does not execute
    A archifux

    I see here codebehind but what if on the design side button name is not "topic" what if the button name was "button1" thats what i am try to tell and its very possiable if you copy and past the design code

    ASP.NET help

  • Button event does not execute
    A archifux

    if you copy and past the code from another page visual studio may change the name of the button check the the ButtonID if its correct with the code

    ASP.NET 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