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:298226
More Search Options
RSS Available
Matching Posts
Re: Custom Config Section, .NET 2.0
In your ConfigurationElementCollection subclass, you typically have an indexer that uses BaseGet(string) to extract specific elements. See here for an example: http://msdn2.microsoft.com/en-us/library/system.configuration.configurationelementcollection.aspx
Posted to
Configuration and Deployment
(Forum)
by
BoulderBum
on 2/14/2008
XML Collection Serialization Question
I have classes sort of like this. public class Parent { public List<Child> Children; } public class Child { [XmlArrayItem("granddaughter", typeof(Granddaughter))] [XmlArrayItem("grandson", typeof(Grandson))] public List<Grandchild> Grandchildren; } public abstract class Grandchild{} public class Granddaughter : Grandchild{} public class Grandson : Grandchild{} I want the XML to look like this when I serailize it: <Parent> <Child> <Grandson/> <Granddaugter
Posted to
XML and XmlDataSource Control
(Forum)
by
BoulderBum
on 6/29/2007
Re: Custom Config Section, .NET 2.0
That was a really great post. Very helpful, and well done!
Posted to
Configuration and Deployment
(Forum)
by
BoulderBum
on 6/27/2007
Simple Question: How To Create a Form
Is it possible with to create a form with SQL Server reporting services? For instance, can I create a form letter that says: "Dear ..." where I fill in the name of the recipient via the data that comes back for the report? If so, does anyone have a good simple tutorial for doing something like this? I can't seem to find anything on Google (though I may be using the wrong search terms). All I can seem to find is stuff on creating tables of repeated data, instead of repeated forms.
Posted to
SQL Server Reporting Services
(Forum)
by
BoulderBum
on 3/19/2007
Local Report and ObjectDataSource: Doesn't Begin to Work
I'm trying to create my first report with Visual Studio 2005 (in a Web Application Project) and it just doesn't work. I'm walking through the tutorial here: http://msdn2.microsoft.com/en-us/library/ms252094(VS.80).aspx and I'm stuck on the place where I view my objects in the "Website Data Sources" Window. Basically none of my objects show up. Never did. It's very frustrating and I don't know how to move forward with the report without the data sources showing up (I tried manually assigning an ObjectDataSource
Posted to
SQL Server Reporting Services
(Forum)
by
BoulderBum
on 3/19/2007
Re: Drag-and-Drop
Do you guys know if either the DragPanel or drag/drop API has client-side eventing? The problem I had with the Atlas drag/drop stuff is that I could drag an element, but without client-side events I really couldn't do anything of value: it was more of a novelty.
Posted to
ASP.NET AJAX UI
(Forum)
by
BoulderBum
on 1/29/2007
Drag-and-Drop
Does the release version of ASP.NET AJAX include drag-and-drop capabilities? I remember Atlas had some capabilities, but I was waiting for them to mature (and raise events specifically) before I started using them. Now I can't seem to find anything about the drag-and-drop stuff.
Posted to
ASP.NET AJAX UI
(Forum)
by
BoulderBum
on 1/29/2007
Did Features Get Fixed In RC?
I loved ASP.NET Ajax back when it was "Atlas", but I haven't used it much since. There were a few things that really bothered me about the framework, however, and I'm wondering if things have changed. In particular: 1. Is there a concept of an "event" in the client script library for the built-in features (like are there events like "DragStart" for the drag/drop functionality for example). 2. Does ASP.NET Ajax still require the SciptManager/ScriptManagerProxy malarky? I was hoping there would be
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
BoulderBum
on 12/16/2006
Apache and Basic Authentication
I'm trying to do something that seems simple, but is proving frustrating. Basically, here's the situation. I'm trying to call a PHP web service hosted on Apache that uses Basic authentication. .NET apparently expects a challenge/response via a 401 error code (invalid credentials) but Apache delivers back a 500 (internal server error). According to my Googling, I'm supposed to be able to overcome this problem by taking steps to use the PreAuthenticate property thusly: MyService service = new MyService
Posted to
XML Web Services
(Forum)
by
BoulderBum
on 12/14/2006
Re: "Cannot use a leading .. to exit above the top directory."
No problem.
Posted to
Free For All
(Forum)
by
BoulderBum
on 10/22/2006
Page 1 of 61 (607 items) 1
2
3
4
5
Next >
...
Last »
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online