Setting field values programmatically at runtime
Hi,
I'm looking for a way to set the values of a DynamicField and DynamicControls at runtime.
I know about the DetailsView1.SetMetaTable extension method but that only works f | | 0 | 13 | 11/28/2009 12:15:30 AM |
Dynamic Data - String Fields
Hello! It seems, I'm posting in the wrong forum, but I haven't found the proper one. I'm developing my first project with the Dynamic Data and faced a stupid problem: my List.as | | 0 | 15 | 11/27/2009 9:38:51 AM |
Inserted Data in Dynamicaly
Hi Frnds,
Am new for Asp.net... i want to develop an Dynamic website. Then How Can we Design Admin Section ? Anyone plz sent me source code... and suggest me
| | 0 | 11 | 11/26/2009 6:23:54 PM |
Foreign table List.aspx links use incorrect key for one-to-many relationshi ps
Hi, I'm using LINQ to SQL with Dynamic Data.
I have two tables: Users and Addresses: - There is a one-to-many from Users TO Addresses ie: A user may have one
| | 0 | 12 | 11/26/2009 3:02:16 AM |
Filter lost after Update/Cancel
The filtering gets lost after the link button for Update or Cancel in Edit.aspx was pressed and then List.aspx shows all records. How do you correct this?
Regards, MH. | | 0 | 26 | 11/25/2009 12:55:00 PM |
How to customize a (project or or website whiochever might be the best) usi ng more than one DataContext
Hi, I've been reading about Dynamic Data websites and I have found that you can't use more than a single DataContext in the global.asax file. So, if you have decided to use a | | 0 | 11 | 11/25/2009 4:39:28 AM |
Divide long table with fieldsets
Hello,
Is it possible to divide a long table into multiple sections using fieldsets when using ASP.NET Dynamic Data (webforms)? I have a table with 20 columns and I would | | 0 | 14 | 11/24/2009 5:46:16 PM |
Master/Detail Filtering
Hi, I'm new to Dynamic Data and L2S. I hope I can find some help here. My first question is about data filtering. How do I implement filtering at the data model level for a scenar | | 0 | 10 | 11/24/2009 2:03:39 PM |
Custom Field Template for NVarChar(Max) columns
I am developing a custom field template called TextMax.ascx. It will be used for NVarChar(Max) columns. I want it to only display the first 400 characters when in list mode. The idea came from Ri | | 0 | 21 | 11/24/2009 1:03:49 AM |
error handling...
I'm getting error when trying to delete a record from one table because of RI on another table (which it should get) but it gets Ajax error in MicrosoftAjax.js in a try catch. How can I set i | | 0 | 13 | 11/23/2009 8:06:24 PM |
DynamicField Default values (.net 3.5 sp1)
I've got an Entity Framework model that defines a Profile, and a User and has an association between them, thus Profile.User. The default value I want, is the "User" th | | 0 | 15 | 11/23/2009 1:29:23 PM |
How to filter out certain FK fields
I have a requirement to extend the standard FK Edit functionality to remove FK entries that have an Active column with a value of 0.
So the example data structure is:
| | 0 | 14 | 11/20/2009 2:07:49 PM |
Defining the Binding objects property name
Hi,
Your help is greatly appreciated. The following code snippet displays the Object Data OK... but if I try to update the edited fields SeqNum or Title I get the fol | | 0 | 7 | 11/20/2009 3:20:13 AM |
Dynamic data controls: default values on Insert-page
I use dynamic data controls. When I load the Insert.aspx page I want to be able to set some default values, so the user won't have to enter these when inserting a new item. How can I do that? | | 0 | 12 | 11/19/2009 3:02:11 PM |
Mapping custom SQL types to a FieldTemplate
Perhaps I've missed this in the intro videos, but I can't seem to figure it out... We've created a custom SQL (user defined) type called Phone, which is nothing more than a varc | | 0 | 13 | 11/18/2009 9:10:07 PM |
Getting Boolean_Edit to trigger a page event when changed
My Dynamic Data application is making use of asp:DynamicControl fields to show columns from the database.
I have a field which a checkbox (Boolean data type) that when enabled, I wan | | 0 | 6 | 11/18/2009 1:54:13 PM |
DD gridview export
Hi, I need to export the DD generated datagrid to Excel and PDF format. Just not sure how thats done....
| | 0 | 15 | 11/18/2009 11:15:02 AM |
One to one relationship(Class Table Inheritance)
Is it possible to setup dynamic data website so that it displays a table join between general_product_info and specific_product_info tables(tblProducts 1-1 tblGloves). I'm reffering to | | 0 | 6 | 11/18/2009 9:22:53 AM |
New field template type how to use javascript
I maybe dumb but I am trying to create a new field template type which is basically a textbox with a calendar popup for selecting a date. I was planning on using a standard textbox with the | | 0 | 13 | 11/17/2009 11:26:21 AM |
Entity Template - can't find control within it
I customized my EntityTemplate to include an extra row above the existing row as follows: <asp:EntityTemplate runat="server" ID= | | 0 | 15 | 11/16/2009 11:45:08 PM |
problem in field template for manytomany
Hi,
I have refered the following for m2m field template
| 0 | 12 | 11/16/2009 11:45:05 PM |
Modify Default.aspx to list recent changes
Im playing with DD Linq-to-SQL and started thinking of having a "recent 10 DVDs in my collection" list in the | | 0 | 16 | 11/15/2009 7:07:02 PM |
Dynamic Data Web Site formatting the frontend of a customised ListDetails.a spx page
Hi,
I know you can change columns (show and hide) etc. But what I can?t find is how to change the columns layout.
I have a table called Sud it has the following columns
| | 0 | 19 | 11/15/2009 5:23:04 PM |
Can Dynamic Data use Access mdb as datasource ?
I am very eager to use Dynamic data but all documents shows using LINQ to SQL.
Can Dynamic Data use Access mdb as datasource ?
Pls help... thanks | 0 | 16 | 11/15/2009 9:07:02 AM |
Need help specifying MetaData at runtime
I am trying to dynamically generate Meta Data at runtime. It seems the InMemoryMetadataManager can do so, however I'm having difficulty using and understanding it. The examples I& | | 0 | 23 | 11/13/2009 3:58:28 PM |
LinqDataSource.Update() a GridView with a SET operation , How do I do it ?
LinqDataSource.Update() a GridView with a SET operation
I have a Dynamic Data Website with a GridView.. I wish to be able to update one column within the GridView Data Set. | | 0 | 14 | 11/13/2009 9:41:50 AM |
Error Message for simple data-binding Linq query
I'm working with Asp.net 3.5 Dynamic Data with Linq to SQL and I am getting an error with a simple query
Error 1 Overload resolution failed because no accessible | | 0 | 14 | 11/13/2009 2:21:19 AM |
Entity Framework DataGrid Binding with Join
I am using the Entity Framework. My datamodel is being accessed via wcf. I am grabbing a collection like this
var inventions = from i in dataEntities.Invention.Include("JoinInv | | 0 | 15 | 11/12/2009 10:25:18 AM |
No routed pages displayed
I'm having a bad day.... :-( I've published my working project to a dev server (where the site previously worked) and am getting this on any routed page (or even t | | 0 | 12 | 11/12/2009 3:47:12 AM |
What's the best way to create new or alter "Action" functionality
For instance. I want a new "Copy" action in addition to "Insert New"
This would use the current data row as the template (using the initial Edi | | 0 | 12 | 11/11/2009 8:51:01 PM |
Can't get 'many to many' working
I'm trying to implement the "Many to Many" | 0 | 16 | 11/11/2009 8:51:00 PM |
Hiding foreign keys in Dynamic Data edit page
I've tried to find answers this question - which I'm sure has been answered before - but could find any.
My DB tables all have auditing fields (CreatedBy, ModifiedBy) t | | 0 | 17 | 11/11/2009 2:02:53 PM |
Customizing the FilterRepeater dropdown section of a dynamic page
I will gladly appreciate your consideration and understanding for my lack of
proper English writing and composition. I am a Spanish speaker.
" | | 0 | 15 | 11/11/2009 9:59:47 AM |
scripting associations ?
Hi,
Please can anyone tell me if it's possible to script dd associations ? -
I am working on a project 3.51 dd where there is currently quite a lot of movement regarding tab | | 0 | 9 | 11/11/2009 9:59:42 AM |
First use of Dydnamic data Entity recommeandation
Dear all,
For a database application I need to build a basic administrtaion application that will allows to modified the contant of particular table in my SQL server database.
| | 0 | 12 | 11/11/2009 9:59:41 AM |
unable to update the parent table values from the child table screen
In my Dynamic data website there are 2 entities Event and Schedule. Event has many Schedules.
Event table has Id as its primary key.
Schedule table has the Event_Id as its foreign | | 0 | 12 | 11/11/2009 9:59:35 AM |
Error after deployment: System.Collections.IList visibleTables = MetaModel. Default.VisibleTables;
I'm hoping someone can help me troubleshoot a problem. I have built
a Dynamic data driven website to administer some tables in the DB.
Everything works great on the local server, I ca | | 0 | 6 | 11/11/2009 9:59:32 AM |
What's happening under the covers?
In my quest to wrap my head around dynamic data and it's various incantations, i.e., with L2S, EF, scaffolding on/off, etc., I've been looking for a good explanation of the life cycle of | | 0 | 15 | 11/11/2009 9:59:29 AM |
Error: The relative virtual path 'FieldTemplates/' is not allowed here
Im posting this under "Dynamic Data" because this folder is located in the "Dynamic Data" folder.
I'm getting this every now and then in my a | | 0 | 11 | 11/11/2009 9:59:21 AM |
ItemStyle doesn't work on DataBound columns
Hi,
I created an IAutoFieldGenerator, and for each DynamicField, set the ItemStyle property (wrap, width...) based on some logic.
But it only worked on the "GridCommand" | | 0 | 14 | 11/11/2009 9:59:20 AM |
Dynamic Data Filters - Make Non-Dynamic OR Tweak Dynamically Generated Outp ut
I'm using the "LinqToSqlProject" from "ASP.NET Dynamic Data Preview 4 Refresh" and by default I get this code to produce my filters: | | 0 | 18 | 11/11/2009 9:59:20 AM |
Having trouble With Minimal Data Attributes working
I've made my own page in the futures DD project release.
To my ObjectDataSource Object I'm returning, I've added the MetadataType attribute and put some attributes on the prop | | 0 | 12 | 11/11/2009 9:59:07 AM |
How do Linq and DynamicData Relate ? DynamicData live version
Hi,
I could do with some help regarding how dynamic data/linq interact to come up with an update statement for sql server. I have created an indexed view, included it i
| | 0 | 14 | 11/11/2009 9:59:00 AM |
Dynamic Data Associations
I'm wondering if there is a way to achieve the following using the Dynamic Data model.
The first is Parent Associations (Foreign Key) for a given table. The current &qu | | 0 | 15 | 11/11/2009 9:58:54 AM |
How to override standard field template ?
Hi
i have simple dd entites app which display data from northwind database.
i've override Text.ascx field template to customize representing string as follow : | 0 | 11 | 11/11/2009 9:58:50 AM |
Need resouces about dynamic data.
Hi
i've searched over internet a lot, but i didn't find any full reference or step-by-step tutorial or ebook about dynamic data in .net 3.5 sp1 for e | | 0 | 17 | 11/11/2009 9:58:47 AM |
Displaying a Database Image in a Foreign Key Column
I am currently building a web app where the images are within it's own table in SQL database for a one to many relationship. How would I (or if I can) set my gridviews to | | 0 | 11 | 11/11/2009 9:58:42 AM |
Default filter selection
I am using LINQ to SQL and Dynamic Data. Is it possible to make a default selection in the filters that are given by default in Dynamic Data (the ones that are generated by the FilterRepeater)? F | | 0 | 14 | 11/11/2009 9:58:40 AM |
asp:AdvancedFilterRepeater,9 dropdown filters, how do I render them in 3 co lumns ?
Hi All, Been wrestling with the asp:AdvancedFilterRepeater. It renders 9 filters all in one column. This is not so good for real estate. Q1. How would I get the asp:AdvancedFilterRepe | | 0 | 15 | 11/11/2009 9:58:39 AM |
Passing Values Between Fields
Hi...
I have website built on top of Framework 4.0 beta 2 and I would like to have in one scaffolded table two foreign key fields with respective combos for value selection. The problem i | | 0 | 14 | 11/11/2009 9:58:32 AM |