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
G

Garry Shutler

@Garry Shutler
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • fill combobox by sqldatareader
    G Garry Shutler

    You need to data the data from the SqlDataReader and put it into a collection that implements either the IList or IListSource interface such as Dataset or Datatable.

    C# help database sysadmin security

  • Relationships vs. Joins
    G Garry Shutler

    Creating the relationships ensures database integrity. If there is a relationship between table A and table B, where table A's PK is a FK in table B, then SQL server will not allow you to delete records in table A that has child records in table B. I would not be surprised if there were not also performance benefits when joining table A and B aswell but I am not sure if this is the case.

    Database database visual-studio question

  • Adding more data to page
    G Garry Shutler

    I would recommend using which renders as a div but has more strongly typed methods. Also, while it contains no data I would set it to not be visible. i.e. under your current HTML Then when you get the data back use: pnlData.innerHTML = YourHTMLString; pnlData.Visible = true; in your code behind.

    ASP.NET question html
  • Login

  • Don't have an account? Register

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