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:774432
More Search Options
RSS Available
Matching Posts
Re: Autopostback on Dynamic Field Dropdown lists
Thanks Stephen, Good idea! Regards, Joel.
Posted to
ASP.NET Dynamic Data
(Forum)
by
jfaigan
on 12/13/2008
Autopostback on Dynamic Field Dropdown lists
Hey folks, I want to have one of the automatically generated dropdown lists autopost back so I can get some required data. I have created a custom page and I have my detailsview with multiple dynamic fields but the dynamic field does not have a postback property? Any ideas how I can maintian the nice dynamic retrieval of my foreign keys and have the functionality of a regular dropdown list? Thanks in advance. Joel.
Posted to
ASP.NET Dynamic Data
(Forum)
by
jfaigan
on 12/7/2008
Filed under: Dynamic Data
Re: How to search grid results based on user provided values?
I tried my hand out at adding the attribute metadata part of the project. I got it working...don't know if it is optimal but it works. Here is the code: [ AttributeUsage ( AttributeTargets .Property | AttributeTargets .Class, Inherited = true , AllowMultiple = false )] public class FilterColumnAttribute : Attribute { public static FilterColumnAttribute Default = new FilterColumnAttribute ( string .Empty); public FilterColumnAttribute( string columns) { Columns = columns; } public string Columns
Posted to
ASP.NET Dynamic Data
(Forum)
by
jfaigan
on 10/24/2008
Re: How to search grid results based on user provided values?
Hey Josh, Doh! Ok, silly of me not to have noticed that. Thanks for everything. Regards, Joel.
Posted to
ASP.NET Dynamic Data
(Forum)
by
jfaigan
on 10/23/2008
ColumnOrder attribute for managing order of rows in DetailsView
Does anyone know if the ColumOrder attribute applies to the details view? I have set the column order on several fields to be 995, 996, 997 and 998 so that they turn up at the end of the list but it seems that the columnorder attribute has no effect. Thanks, Joel Edit My mistake...didn't have the AdvancedFieldGenerator registered with the details view control. Joel.
Posted to
ASP.NET Dynamic Data
(Forum)
by
jfaigan
on 10/23/2008
Filed under: Column Order, Dynamic Data
Re: Specify order on row fields in details page
Sorry about that...I can understand why you would be confused by my posting...it is in the wrong group! Don't know how that happened. Joel.
Posted to
Data Presentation Controls
(Forum)
by
jfaigan
on 10/23/2008
Re: Show column in List but does not show in Insert/Edit pages...
[quote user="sjnaughton"] You would need to add your sort to the IAutoFieldGenerator, if you look at the code in DD Futures that does this or you could move the code from my IAutoFieldGenerator that skips the columns and add it to the field generator from DD Futures This is the only issue with IAutoFieldGenerators they cannot be chained together and so all the effects you want have to be in the one you are using. [/quote] Thanks Steve. That is what I was wondering. Regards, Joel.
Posted to
ASP.NET Dynamic Data
(Forum)
by
jfaigan
on 10/23/2008
Re: Show column in List but does not show in Insert/Edit pages...
Hi Steve, I have a question about the HideColumnFieldManager...how will this impact attributes like ColumnOrder? Will these still work even though you are not treating them in your foreach loop? Thanks, Joel.
Posted to
ASP.NET Dynamic Data
(Forum)
by
jfaigan
on 10/22/2008
Specify order on row fields in details page
Does anyone know if the ColumOrder attribute applies to the details view? I have set the column order on several fields to be 995, 996, 997 and 998 so that they turn up at the end of the list but it seems that the columnorder attribute has no effect. Thanks, Joel.
Posted to
Data Presentation Controls
(Forum)
by
jfaigan
on 10/22/2008
Filed under: Column Order, Dynamic Data
Re: How to search grid results based on user provided values?
[quote user="jheyse"] Joel, The in the code above cols is an array of strings. The Trim() method should be being called on the index of cols at i. cols[i] = cols[i].Trim().ToUpper(); If you just comment the code out you will have some adverse side effects. I'm not sure what you mean when you refer to the attribute for the metadata. Can you please clarify. Josh [/quote] Ok, just saw the problem...I did not have the array indexer...must have got lost when I did the original copy...I was
Posted to
ASP.NET Dynamic Data
(Forum)
by
jfaigan
on 10/22/2008
Page 1 of 4 (38 items) 1
2
3
4
Next >
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online