Search

You searched for the word(s): userid:714640

Matching Posts

  • CustomValidator Needed

    If a user selects "Evening" then the RadDate1 is required. What is the best way to go about this? <asp:DropDownList ID="DropDownListTime" AutoPostBack="true" runat="server"> <asp:ListItem Text="Not Set" Value="0" /> <asp:ListItem Text="Morning" Value="1" /> <asp:ListItem Text="Evening" Value="2" /> </asp:DropDownList> <telerik:RadDatePicker ID="RadDate1" runat
    Posted to Component Discussions (Forum) by commadercody on 6/30/2009
  • Re: GridView with TextBox

    [quote user="davidfowl"] The BuildGrids method needs to go into if !IsPostBack block. If you rebind the grid everytime in pageload then you will overwrite the data posted by the form and always get the original data. [/quote] I will have to try that when I get home! Thanks!
    Posted to Data Presentation Controls (Forum) by commadercody on 1/12/2009
  • Re: GridView with TextBox

    [quote user="Qin Dian Tang - MSFT"] Hi commadercody, From your code I cannot find GridView "GridView1", I think it should be " GridViewActivityTotal ". So change it to this: For Each row As GridViewRow In GridViewActivityTotal .Rows Thanks, [/quote] Sorry, I made a typo, it is GridViewActivityTotal not GridView1 and I have update it.
    Posted to Data Presentation Controls (Forum) by commadercody on 1/12/2009
  • Repeater not passing TextBox value! Help Please

    I have a repeater that is not passing values if the page loads with empty TextBoxes? HELP! I will only pass a value if it was loaded in the itemDatatBound. But I want to change the value in the TexBox and it passed the old one or NULL if new. 1 < asp:Repeater ID= "RepeaterDepartmentStart" OnItemDataBound= "Repeater_ItemDataBound" 2 runat= "server" > 3 < ItemTemplate > 4 < tr style= "background-color: #ffffff;" > 5 < td > 6 < asp:TextBox
    Posted to Data Presentation Controls (Forum) by commadercody on 1/11/2009
  • Re: asp.net Development server error

    Yes, the file is local to my computer in MyDocuments/Projects... I cannot even make a folder in the C:\ directory, no rights. It looks like my profile does not have the proper rights.
    Posted to Installation and Setup (Forum) by commadercody on 1/10/2009
  • asp.net Development server error

    I am getting this error just trying to run a blank asp.net page via VS 2005. Can someone help me? Server Error in '/' Application. Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: System.Security.SecurityException: Request for the permission of
    Posted to Installation and Setup (Forum) by commadercody on 1/9/2009
  • Re: GridView with TextBox

    Here is what I have for code, you assistance is appreciated. 1 2 <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %> 3 < asp:Content ID= "Content1" ContentPlaceHolderID= "ContentPlaceHolder" runat= "Server" > 4 < br /> 5 < div id= "up_containerSearchResults" > 6 < asp:UpdatePanel ID= "UpdatePanelSearchResults" runat= "server" UpdateMode
  • GridView with TextBox

    I am really having a time of it and it's not a good time... All I want to do is loop through the gridview when someone click on the submit button and find the textbox values inside a template field but all the values are coming up empty. What am I doing wrong here This template filed is in my GridView1 < asp:TemplateField HeaderText= "Start" ItemStyle-HorizontalAlign= "Center" > < ItemTemplate > < asp:TextBox ID= "TextBoxCount" MaxLength= "3"
  • Re: ZedGraphWeb Error Help Please!

    Kipo, I have to use .NET 2.0 for this project. On another project I am using the new asp.net charting control and it is great!
    Posted to Component Discussions (Forum) by commadercody on 12/30/2008
  • ZedGraphWeb Error Help Please!

    I am trying to figure out why this error is behing thrown and I can't seem to figure it out. Does anyone have any ideas how I can resolve this? Thank You! Error 1 Handles clause requires a WithEvents variable defined in the containing type or one of its base types. ASP.NET < ZGW:ZEDGRAPHWEB id= "ZedGraphWeb1" runat= "server" RenderMode= "ImageTag" Width= "900" Height= "400" /> Code Behind Private Sub OnRenderGraph( ByVal zgw As ZedGraphWeb
    Posted to Component Discussions (Forum) by commadercody on 12/30/2008
Page 1 of 34 (332 items) 1 2 3 4 5 Next > ... Last »