Browse by Tags

Related Posts

  • Some TextBox controls are not showing up...

    I have a contact form on this site, and 3/5 textbox controls are not showing. They appear in Debug mode, but not when I upload it to the ftp server. The code is exactly the same as the 2 that are showing, so I'm not quite sure what the issue is... Textboxes showing: Name, Body Not Showing: Phone...
    Posted to Web Forms (Forum) by rory584 on 03-12-2009, 12:00 AM
    Filed under: text, vb .NET, box, control, hidden, html, Asp.net2.0, form
  • Form

    switch (strcntrl_Typeval) { case "TextBox": strcntrl_Name = dr[0].ToString(); //**** Create an Instance of TextBox System.Web.UI.WebControls.TextBox Dtxttb; //**** using the control id find the control on the page Dtxttb = (TextBox)Page.FindControl(strcntrl_Name); //**** Assign the value entered...
    Posted to Web Forms (Forum) by ggsriram on 05-14-2008, 12:00 AM
    Filed under: page load, Textbox Control, control, form
Page 1 of 1 (2 items)