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
T

TheWirelessGuy

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

Posts

Recent Best Controversial

  • Creating a drop down list (databounded) and adding a "Please Select"
    T TheWirelessGuy

    In the properties of the drop down list control, set the AppendDataBoundItems to true. Then, in the Items Collection, add the item "Please Select". Finally, bind the list as you are now. The control will first insert any items that are in the "Items Collection", then it will (as the property states) append the data bound items to the control.

    Steve

    ASP.NET question

  • passing control inside detaliview or gridview to javascript
    T TheWirelessGuy

    To figure out what's going on, open your page in the browser, then select "view source" (from the brower menu). Look at the html code and your javascript function. Is there a DOM element with the ID your javascript is attempting to hide/show? This should give you an indication of where the problem is.

    Steve

    ASP.NET java javascript tools help question

  • Remote Scripting with IFRAME
    T TheWirelessGuy

    Sounds like a "cross site scripting" problem, which is not allowed. See this article. It has information about this, including iframe usage. http://www.codeproject.com/KB/scripting/Cross_site_scripting.aspx[^]

    Steve

    ASP.NET javascript html com sysadmin tools

  • HtmlInputHidden in a datagrid loses it's value after postback [modified]
    T TheWirelessGuy

    Possibly enableviewstate flag needs to be set to true. You are using a standard html input item, rather than a dotnet control. This is ok since you set the runat server attribute. You may also want to set the enableviewstate="true" attribute as well. Not sure if this solves it, but worth a try. An alternative would be to use an 'asp:label' tag and set it's visibility to false. This gives you a fully qualified dotnet control, yet is not displayed to the user.

    Steve

    ASP.NET css sysadmin docker 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