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:196531
More Search Options
RSS Available
Matching Posts
Re: Treeview Field template for Dynamic Data?
Sure - this is hierarctical organization data like this: ID OrgName ParentID 1 Headquarters null 2 Region 1 HQ 1 3 Region 1 Field Office A 2 4 Region 1 Field Office B 2 5 Region 2 HQ 1 6 Region 2 Field Office A 5 etc.... Is it even possible to bind data controls such as the TreeView using Dynamic Data? From what I've researched so far, support seems to end at the dropdownlist. Thanks in advance!
Posted to
ASP.NET Dynamic Data
(Forum)
by
justinsaraceno
on 8/10/2009
Treeview Field template for Dynamic Data?
I've got some higherarchical data that I would like to display in a TreeView. The data in the tree will represent a hierarchy of Groups. A User record will have a FK to one of these groups in the tree (a User can belong to one group). I've started by creating a Tree field template. The read-only view is easy, I just copied the ForeignKey template as there is no need to show the tree. But the Edit template has me stumped. I'm trying to use a treeview control but don't know how to go
Posted to
ASP.NET Dynamic Data
(Forum)
by
justinsaraceno
on 8/7/2009
Filed under: DataynamicData Treeview
Re: Can Session_Start be implemented in a HttpModule?
Thank you! This explination really helped. Here is the code to call in your HTTPModule's Init that assumes you have a method named Session_Start: 1 IHttpModule module = context.Modules[ "Session" ]; 2 if (module.GetType() == typeof (SessionStateModule)) 3 { 4 SessionStateModule stateModule = (SessionStateModule) module; 5 stateModule.Start += (Session_Start); 6 }
Posted to
HttpHandlers and HttpModules
(Forum)
by
justinsaraceno
on 4/10/2009
Re: Implementing SiteMinder logic as a HttpModule
Yeah, this question is old but I was searching for it. I found this blog post to help any future developer looking for some answers to this: http://blogs.msdn.com/danielma/archive/2005/11/16/siteminder-and-asp-net.aspx
Posted to
HttpHandlers and HttpModules
(Forum)
by
justinsaraceno
on 4/6/2009
Filed under: SiteMinder
Re: Modal Popup Extender server side Show() does not work
Richard, You can make this work; I have it working myself. Even though you are calling the modal server-side, you still need a TargetControlID assigned in your Modal Popup Externder control. That control can be a server button, hyperlink, etc and you don't have to show it on your screen, it just has to be there. However, if you hide it you can't set it's Visible property to false or else this won't work. Instead you need to set its css style to to display: none. See the first two
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
justinsaraceno
on 4/6/2009
Re: Deploy 3.5 web app on .NET 3.0 web server?
Thank you for the replies. I read the article William referenced. I also read similar 'running LINQ on 2.0' articles before posting this question. I wasn't sure if the fact that I can deploy to a 3.0 server made a difference. But I see Andrew's point as well. I may technically be able to get LINQ functionality working by following the above mentioned article but developing against 3.5 leaves me open to possibly referencing something else in the 3.5 libraries that won't work on
Posted to
Configuration and Deployment
(Forum)
by
justinsaraceno
on 3/31/2009
Deploy 3.5 web app on .NET 3.0 web server?
Hello, I am considering developing an ASP.NET app in VS 2008 using LINQ. I know LINQ is .NET 3.5 specific but the IIS6 web server I need to deploy to only has .NET 3.0 installed (and I can't change that). So my question: can I compile and deploy a .NET 3.5 app on a web server with .NET 3.0 on it? If so, how - and is there any official MSFT documentation? thanks, Justin
Posted to
Configuration and Deployment
(Forum)
by
justinsaraceno
on 3/30/2009
Re: Modal Popup Extender server side Show() does not work
Ronald, As shown in the first post, the following server-side code will show the Modal: protected void Button1_Click( object sender, EventArgs e) { ModalPopupExtender.Show(); }
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
justinsaraceno
on 1/9/2009
Re: Modal Popup Extender server side Show() does not work
Your TargetControlID is a hidden Hyperlink control. It's okay that it's hidden but you can't set its Visible property to 'False' or it won't get rendered on the form. So you need to render it but make it hidden using CSS. Replace: < asp : HyperLink ID ="HiddenHL" runat ="server" Visible ="false" /> With: < asp : HyperLink ID ="HiddenHL" runat ="server" Style ="display: none;" /> I tried it out and it worked
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
justinsaraceno
on 12/12/2008
Re: ReorderList with image in dragHandle. Safari and Mozilla support
I have the same issue. Looks like it's still not fixed on CodePlex but the work-around is working great. Thanks for sharing!
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
justinsaraceno
on 12/11/2008
Filed under: Reorder List
Page 1 of 16 (156 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online