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
S

smjp

@smjp
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • DataGrid and DataGridView
    S smjp

    first create a dataset then in page_load event type this for windows application adapter1.Fill(dataset1,"employees"); dataGridView1.DataSource = dataset1.Tables["employees"] for web application gridview1.datasource=dataset1.Tables["employees"] gridview1.databind()

    this is code maker

    Database csharp css tools help tutorial

  • how to find a trigger is enabled or disabled for a particular table
    S smjp

    In sql server 2000 how to find wheather a trigger is enabled or disabled for a particular table... I found that there is stored procedure sp_helptrigger tablename for getting the details of how many triggers present in a particular table... But i want to find out find wheather a trigger is enabled or disabled for a particular table... plz help me out

    this is smjp

    Database database sharepoint sql-server sysadmin 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