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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
R

RonRasmussen

@RonRasmussen
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Add new row to a Datalist
    R RonRasmussen

    You have to use templates. One of the templates is named new item or something like that.

    ASP.NET help

  • Default button in Panel control not working
    R RonRasmussen

    When you use a master page you have to list the containing control followed by a $ and then the name of the default button like this DefaultButton="Login1$LoginButton" or DefaultButton="[Panel Name]$[Button Name] Hope this helps!

    ASP.NET tutorial question

  • Very slow postback
    R RonRasmussen

    What would happen if you changed the row to a single cell with a user control that has the dropdowns. You cound wrap the user control in an update panel?

    ASP.NET tutorial

  • Here is a tough one...
    R RonRasmussen

    I want to say I found the problem but the truth is I removed the table around the list box and it worked! I replaced the table and it still worked! I don't know what the problem was but it is fixed now.

    ASP.NET winforms help question

  • Here is a tough one...
    R RonRasmussen

    I have two user controls. The first user control starts a table with one row with 3 columns and starts a second row and starts the second cell. The second user control ends what the first control started. I place the first user control on a page, then I add say a list box and finally add the second user control. The outcome of this is the Top, bottom and sides of the table are predefined in the user controls. Now my problem... The listbox is not visible. I think it is hidden behind the user control. When I View Source the tables appear to be correct. Does anyone have any ideas why the listbox does not appear? Here is the code: Top User Control "PanelTop1" <%@ Control Language="VB" AutoEventWireup="false" CodeFile="PanelTop.ascx.vb" Inherits="UserControls_Panels_PanelTop" %>

    Bottom User Control "PanelBottom1" <%@ Control Language="VB" AutoEventWireup="false" CodeFile="PanelBottom.ascx.vb" Inherits="UserControls_Panels_PanelBottom" %>

    Page Usage:

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