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:706660
More Search Options
RSS Available
Matching Posts
Re: Navigation content appears in PageBody immediately after compiling
My apologies for not including a sample page! The .css is included in the theme. <% @ Page Language ="C#" MasterPageFile ="~/myApp/MasterPage.master" Theme ="myApp" AutoEventWireup ="true" CodeFile ="default.aspx.cs" Inherits ="default Title ="Untitled Page" %> < asp : Content ID ="Content1" ContentPlaceHolderID ="PageBody" Runat ="Server"> < br /> </ asp : Content >
Posted to
Client Side Web Development
(Forum)
by
se_gordon
on 5/15/2007
Navigation content appears in PageBody immediately after compiling
When I first load a page after compiling, the navigation bar content appears in the PageBody area. If I hit refresh, everything goes where it is supposed to be. My master page: <% @ Master Language ="C#" AutoEventWireup ="true" CodeFile ="MasterPage.master.cs" Inherits ="myapp_MasterPage" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns ="http://www.w3.org/1999/xhtml" > < head id ="Head1
Posted to
Client Side Web Development
(Forum)
by
se_gordon
on 5/14/2007
Re: Unable to get auto-refresh path for reference 'ajaxcontroltoolkit.dll'.
I still haven't been able to resolve this error - does anyone have any advice on how I should go about troubleshooting it? Thanks!
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
se_gordon
on 5/10/2007
Unable to get auto-refresh path for reference 'ajaxcontroltoolkit.dll'.
When I compile, I get the above warning. Any ideas what's causing it?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
se_gordon
on 4/22/2007
How to get AJAX Control Toolkit controls available in existing site?
Could someone tell me how to "just reference the dll" per the getting started videos so that I can use the AJAX Control Toolkit in my existing application? I have the full version of Visual Studio and have the AJAX extensions available in my Toolbox. I'm also able to use the AJAX controls when I use the AJAX Web Control Template to create a new site. But, I'm new to .NET and don't know from dlls. Please help! Thanks!
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
se_gordon
on 4/21/2007
Master/detail records and the accordion control
I'd like to create a master-detail interface similar to that shown at www.titlez.com on the results page. Essentially, you click on the arrow on a master record and the detail record opens beneath it. In my case, I would also allow editing of the detail record. Is this acheived using the accordion control? Are there any recent examples available of this type of interface? I've seen the pre-AJAX one on codeproject. Thanks!
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
se_gordon
on 4/19/2007
Re: Advanced DropDownList in DetailsView binding to ArrayList
I had an analogous problem http://forums.asp.net/1672073/ShowThread.aspx#1672073 which was solved by reading, and re-reading, this thread. Thank you to everyone who participated here. In researching my problem I found this thread has been valuable to a number of other posts as well.
Posted to
Data Presentation Controls
(Forum)
by
se_gordon
on 4/18/2007
Re: Public variable set in OnLoad event of ListBox doesn't persist - why?
After reading this thread http://forums.asp.net/1537657/ShowThread.aspx#1537657 yet again, I was able to solve this problem by doing a FindControl in the ItemCreated event. Thank you to ps2goat for responding and to everyone who participated in the aforementioned thread.
Posted to
Web Forms
(Forum)
by
se_gordon
on 4/18/2007
Re: Public variable set in OnLoad event of ListBox doesn't persist - why?
The event that causes the listbox to load is the mode changing to Edit in the detailsview. My original approach was to attempt to fill the listbox as follows: protected void DetailsView1_ModeChanged( object sender, EventArgs e) { if (DetailsView1.CurrentMode.Equals(DetailsViewMode.Edit)) ListBox lbSelectedPeople = DetailsView1.FindControl("lbSelectedComposers") as ListBox; // then fill the box } However, FindControl returns null here because the DetailsView is in read only mode when the page is loaded
Posted to
Web Forms
(Forum)
by
se_gordon
on 4/18/2007
Public variable set in OnLoad event of ListBox doesn't persist - why?
I have two ListBoxes in a DetailsView that are visible only in Edit mode, lbAllPeople and lbSelectedPeople. I am populating lbSelectedPeople in its OnLoad event based on data in SQL Server. The user can select a person from lbAllPeople and click an Add button, which adds the ListItem to lbSelectedPeople and also causes a postback. The OnLoad event for lbSelectedPeople fires again and executes all its code, which I don’t want it to do; I want the code to execute only the first time it loads. I can
Posted to
Web Forms
(Forum)
by
se_gordon
on 4/18/2007
Page 1 of 5 (48 items) 1
2
3
4
5
Next >
WindowsClient:
Very exciting Microsoft Pivot from Live Labs
WindowsClient:
XAML for UI & .rc files
TechNet Edge:
DNS Security (DNSSec) Overview
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Channel 9:
Twitter App for Zune Launches
WindowsClient:
Incarnate
WindowsClient:
Track Fedex packages with Bing
Channel 9:
Marty O'Donnell - The man behind the Halo Music
Channel 10:
Twitter App for Zune Launches
WindowsClient:
Rotate your text in the WPF DataGrid Column Headers
WindowsClient:
New gameplay video with D&D on Surface
WindowsClient:
ViewModel Pattern and Speech as UI. Help me Obi Wan, where’s the View?
Channel 9:
Karsten Januszewski and Tim Aidlin: Introducing Incarnate
Channel 9:
Reactive Extensions API in depth: Retry
Channel 10:
iBing uBing: Bing iPhone App Arrives
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Channel 10:
A Look Behind Mouse 2.0
WindowsClient:
Using Speech Synthesis in .NET 4 and Windows 7
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online