Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:794510
More Search Options
RSS Available
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>
Posted to
ASP.NET Controls for Silverlight
(Forum)
by
TheDirtyBird
on 10/16/2009
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.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
TheDirtyBird
on 9/12/2009
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 ยป
Channel 9:
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
WindowsClient:
WPF/XAML helping VS2010 Extensibility
WindowsClient:
HTTP 403.9 with ADO.NET Data Services
WindowsClient:
xml syntax highlighting in Silverlight
Channel 9:
Channel 9 Emerges in China
WindowsClient:
Overlaying Icons on the Windows 7 Taskbar with WPF 4
Channel 9:
The Outlook calendar starts in 1601 - But Why?
ASP.NET:
Bytes by MSDN: Brad Abrams Interview with Billy Hollis: Silverlight 4, RIA Services and VS2010
Mix Online:
Pictures or it Didn't Happen
Channel 9:
Reactive Extensions API in depth: even more Zip
TechNet Edge:
SDL For Agile
Mix Online:
Test Lab Note
Channel 9:
Enabling Help in the Visual Studio 2010 Shell
Channel 9:
Office Casual - Smart Art
WindowsClient:
Prism and MEF
IIS.NET:
Overcoming the Challenges Enterprises Face with Streaming Video
Silverlight:
MEF, Silverlight and the HVP
TechNet Edge:
Client and Cloud Security
TechNet Edge:
Client and Cloud Security
Channel 9:
Building on Azure: Persistent Systems
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online