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

stephenSmithJ

@stephenSmithJ
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • JavaScript can be used in ASP.net ?
    S stephenSmithJ

    You can also add script to the Attributes of a server control. For instance, cboSurveyType is a drop down billingMethod is the js I want to invoke via the onChange event... Important: place in a "if (!this.IsPostBack)" block PS: toBad you can't add it via prop page... very shortsighted of ms... protected void Page_Load(object sender, EventArgs e) { try { if (!this.IsPostBack) { cboSurveyType.Attributes.Add("onChange", "billingMethod();"); } } finally { } }

    ASP.NET csharp javascript asp-net sharepoint tutorial

  • how to use css in asp.net
    S stephenSmithJ

    Note vs2007 is horrible for css. - it is highly inefficient. & master pages/themes just don't cut it for high end css... Instead, design/create your page in Dreamweaver or other web design tool & do your vb/c# coding in vs2007. Then, you can link to an external css file as follows: This is much more efficient in terms of bandwidth.

    ASP.NET csharp css asp-net tutorial
  • Login

  • Don't have an account? Register

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