Search

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

Matching Posts

  • Microsoft Certified Partner.

    I passed my Microsoft exam a few days ago. How do I add the MCP image to my www.asp.net profile?
    Posted to Free For All (Forum) by TheDirtyBird on 12/7/2009
  • Databind a <TextBlock>

    I'm just beginning to use silverlight and have a simple question. How do I make a <TextBlock> control database driven? <Grid x:Name="LayoutRoot"> <TextBlock Width="400" Height="50" Foreground="Red" FontSize="20" Text="I want this database driven" TextWrapping="Wrap"> <TextBlock.RenderTransform> <RotateTransform CenterX="20" CenterY="50" /> </TextBlock.RenderTransform>
  • Re: Conditional statement within a Repeater

    I also tried this, but I get a parser error: <asp:CheckBox ID="CheckBoxPaid" runat="server" Checked="<%# PaidCheckboxes(DataBinder.Eval(Container.DataItem, "PAID")) %>" /> protected Boolean PaidCheckboxes(object o) { if (Convert.ToBoolean(o) == true) { return true; } else { return false; } }
    Posted to Web Forms (Forum) by TheDirtyBird on 10/8/2009
  • Conditional statement within a Repeater

    I have a repeater and I'm wondering if it is possible to include a if/else that checks a bit field. This is not working, but hopefully somebody can suggest something: <asp:Repeater ID="Repeater1" runat="server" DataSourceID="SqlDataSourceOnPostVIP"> <HeaderTemplate> <table id="Table1" cellpadding="0" cellspacing="5" border="1"> <tr> <td colspan="6" align="center"> <asp:Button
    Posted to Web Forms (Forum) by TheDirtyBird on 10/8/2009
  • Re: Conditional statement within a Repeater

    This almost works, but I'm not sure if my logic is correct. The checkboxs do appear, but they all come back checked. Even if the record has a bit field of "False", the checkbox comes back checked: <%# DataBinder.Eval(Container.DataItem, "PAID").ToString() == "True" ? "<input ID='CheckBoxPaid' type='checkbox' Checked='true' />" : "<input ID='CheckBoxPaid' type='checkbox' />"%> My SELECT
    Posted to Web Forms (Forum) by TheDirtyBird on 10/8/2009
  • Re: Conditional statement within a Repeater

    Exactly what I was looking for. Thanks for helping out (and teaching me something today)!!
    Posted to Web Forms (Forum) by TheDirtyBird on 10/8/2009
  • Find Dynamic Control after submit.

    I'm dynamically creating textboxs, dropdowns, linkbuttons, and labels after postback. After I submit, I want to find a control, such as a textbox and get the .text. Any recommendations? protected void Page_Load(object sender, EventArgs e) { if (DropDownSectionLetter.SelectedValue != "0") { lblRowMain.Visible = true; for (int a = 0; a < Convert.ToInt32(DropDownSectionLetter.SelectedValue); a++) { DropDownList dd = new DropDownList(); dd.Width = 100; dd.Load += new EventHandler(ddList_Load
    Posted to Web Forms (Forum) by TheDirtyBird on 9/30/2009
  • Literal control and String concatenation problem.

    I am having a small problem with the concatenation of a variable being passed into a String. My site is going to be database driven and display youtube videos based off their URL. My videos are not connecting to the URL and I think it is because of the single quotes. Here is the page source: <object width="425" height="344"><param name="movie" value='http://www.youtube.com/watch?v=1HjAYtuRH7Y'></param><param name="allowFullScreen"
    Posted to Web Forms (Forum) by TheDirtyBird on 9/13/2009
  • Re: Youtube embeded video problem

    It has to be a .NET control to read the script.
  • Programmer Analyst position at Fort Benning, Georgia

    Programmer Analyst Associate Required Skills and Qualifications: Databases: Access and SQL Server Programming Languages: C#. ASP.net, AJAX, ADO, CSS, JavaScript, and HTML Software: Dreamweaver, Visual Studio 2005/2008 Other: Strong Documentation Nice to Have: Java Specific Job description . Builds and codes web applications and/or modules using languages such as ASP.net C# . Works under only general direction. Determines and develops approach to solutions. Work is reviewed upon completion for adequacy
    Posted to Jobs (Forum) by TheDirtyBird on 8/31/2009
Page 1 of 23 (226 items) 1 2 3 4 5 Next > ... Last ยป