CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > windows_hosting.hosting_open_forum Tags:
Item Type: NewsGroup Date Entered: 10/15/2004 7:51:24 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 39 Favorited: 0 Favorite
1 Items, 1 Pages 1 |< << Go >> >|
dalemi
Asp.Net User
Intellisense/designer problems with custom data source control10/15/2004 7:51:24 AM

0/0

I have a custom data source control that I am building which has a SelectParameters property of type ParameterCollection.

The intellisense recognizes the SelectParameters top-level tag but gives a "active schema does not support the element 'controlparameter' when i attempt to use a control parameter tag. How do you handle stuff from the asp: prefix that is nested inside your properties?

I am also having problems with the designer not pushing out the controlparameter or other paramter tags back into the aspx page. The UITypeEditor works and displays and the deisgn view keeps the property grid up to date with the right values..but everything is lost when i switch to source view.

The SelectParameters property I have is implemented as follows:

[Browsable(true)]
[Category("Data")]
[PersistenceMode(PersistenceMode.InnerProperty)]
[Editor(typeof(ParameterCollectionEditor),
typeof(UITypeEditor))]
public ParameterCollection SelectParameters
{
get
{
if (_selectParameters == null)
{
_selectParameters = new ParameterCollection();
_selectParameters.ParametersChanged +=new EventHandler(SelectParametersChangedEventHandler);

if (IsTrackingViewState)
{
((IStateManager)_selectParameters).TrackViewState();
}
}
return _selectParameters;
}

}

I tried to follow the pattern of the ObjectDataSource with this by exposing a read-only property and that seems to be the only way to get the selectparameters to fire change events. How do I hook this up properly to the UITypeEditor for the parameters to get it to update the page?

Dale

Dale Michalk
1 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Mastering Web Development with Microsoft Visual Studio 2005 Authors: John Paul Mueller, Pages: 822, Published: 2005
Visual Basic .NET Power Coding Authors: Paul Kimmel, Pages: 708, Published: 2003
Professional C# Authors: Simon Robinson, Christian Nagel, Karli Watson, Jay Glynn, Morgan Skinner, Bill Evjen, Pages: 1224, Published: 2004
Pro .NET 2.0 Windows Forms and Custom Controls in VB 2005 Authors: Matthew MacDonald, Pages: 1036, Published: 2006
Pro ASP.NET 2.0 in VB 2005: special edition. Authors: Laurence Moroney, Matthew MacDonald, Pages: 1360, Published: 2006
ASP.NET 2.0 Website Programming: Problem-design-solution Authors: Marco Bellinaso, Pages: 576, Published: 2006
Pro .NET 2.0 Windows Forms and Custom Controls in C#: From Professional to Expert Authors: Matthew MacDonald, Pages: 1037, Published: 2005
Pro ASP.NET 2.0 in C# 2005 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1255, Published: 2005
Professional Web Parts and Custom Controls with ASP.NET 2.0 Authors: Peter Vogel, Pages: 449, Published: 2005
Rapid C# Windows Development Authors: Joseph Chancellor, Pages: 141, Published: 2006

Web:
What's New in ASP.NET and Web Development NET data source control architecture. You use the LinqDataSource control when you are creating a Web page .... Designer and IntelliSense Support for LINQ ...
TheMSsForum.com >> Asp >> Problem with Intellisense in VWD 2008 ... DataSource hold the data... But when I use it outward in any other ..... design + asp.net master pages TIA Tag: Problem with Intellisense in VWD 2008 ...
Nikhil Kothari's Weblog : Metadata-based Intellisense If you are authoring custom controls, be sure to check out the intellisense for your control in Visual Studio 2005, and make sure you've applied the ...
BCM Product Guide Outline Microsoft IntelliSense® technologies help eliminate errors when working with CSS , ... NET Data Source Control architecture. Office SharePoint Designer 2007 ...
intellisense Resources | TechRepublic Features Schema Explorer, Backup & Restore, Query Designer, Full Display Script Editor with Syntax Highlighting, Intellisense, Table Designer, ...
Expression Blend and Design : What Would You Like to See in the ... In Blend, I'd like to see intellisense for the XAML, better control .... Better integration of "custom" data source provider that can produce sample data at ...
free sql intellisense download SQL Source Control 2003 enables source control of code and documentation of your .... TKProf, PL/SQL Profiler, Parent Child Tables Data Explorer,Built-in ...
Microsoft Office SharePoint Designer 2007: Create and Customize ... Data Source control model. Adding Application Logic. Using “no code” Workflow to enhance a SharePoint Application. The Workflow Designer ...
CodeProject: VB style tool tip control similar to IntelliSense ... A fully featured MFC grid control for displaying tabular data. The grid is a custom control derived from CWnd. Themed Windows XP style Explorer Bar ...
Custom ListControl type WebControl (DropDownList, CheckBoxList ... The control renders fine, but I cannot get any intellisense for the ..... for CheckBoxList (as it does not have the problems you describe, ...




Search This Site:










suggestion: post the code of the changes in the gcn

multiple sites of one install

wish list - gcn v1.2 - please read and add ideas

getting ready for whidbey - provider pattern

next version?

align center of webboxlist

book price locale fix for gcn 1.1

i have started rebuilding gcn if anybody is interested...

module development whitepaper - pg 13 to 14 can be confusing.

gcndotnet

how to write help

[2.0] planning and strategy

[2.0] imaginary and concrete pages

products category

error while adding article

compiling

article pager

[1.2] - project teams

access providers for asp.net 2.0 beta 2

adding a field to the profile

focus cursor when logging in

multilevel menu and the spacer image

uiprocess block

gcn and csk

3.00.11 - module dev doc question - survey sample help!

modifying event controls [architecture]

slight problem with logocell

search engine failure on large community. help needed!!!

link module: enhancement suggestion

gcn project

  Privacy | Contact Us
All Times Are GMT