dynamic-data

Dynamic Data Web Application: How do I change the default filter so that it displays more than 10 rows?

Dynamic Data Web Application How do I change the default filter so that it displays more than 10 rows? I recently created a Dynamic Data website to help manage a few dozen lookup tables for my business intelligence data warehouse and I am having trouble manipulating the template. I would like to make the default number of rows display...

Adding logging to an asp.net Dynamic Data application

Hi, I am trying to find out what would be the best way to add logging to a Dynamic Data app? I am using DD for an admin interface and I need to log all the actions the user makes. I thought of adding things to the codebehind of the PageTemplates\ListDetails for example, but was wondering if there is a better way... For data access I am...

How can I copy the DynamicData templates from another site?

I'm attempting to start using DynamicData functionality in a previously existing website. Basically I'm following this tutorial. When I got to the part about creating the Field Templates I decided I could probably create a new site with the Dynamic Data stuff built in, and then just copy the folder over. Unfortunately when I do that a...

CSS Issue - ASP.NET Calendar picker

EDIT With one of the below answers, I was able to correct this issue for the rendering within a table. I'm still seeing this issue within my ListViews. I've tried this CSS for the ListView, but it has not corrected the issue. /* FIX FOR CALENDAR IN TABLE */ .DateTime_Edit { white-space: nowrap; } .DateTime_Edit table { border:...

How can I add data scaffolding to an existing ASP.NET website?

I've added in the Dynamic Data stuff to our existing website, and gotten that working as far as adding a DynamicDataManager to a page and setting a GridView to use it. However I think I'd like to get the full scaffolding functionality up and running so I don't have to write all the layouts for all the tables. Unfortunately I can't get ...

Need advice on selecting a data access method

I am in the early stages of planning a conversion of a large classic ASP database application to ASP.Net and I'm having trouble picking out which data access method to use. I have played around with Linq To SQL, Dynamic Data, strongly typed datasets, Enterprise Library (Data Access Application Blocks), and a tiny bit with Entity Framewo...

Enum or Dict? Which would help me here?

I have a winform data entry and retrieval program called CaseNotes. This has a form that that fill in. On the form there are multiple dropdown,checkbox controls that I are data-bound to a tblCNMaintItem. The structure of that table is --> ItemID | CategoryID | ItemDescription | OrderID | IsActive There is a seperate Category table t...

ASP.NET, MVC and Dynamic Data

Will ASP.NET MVC ever support Dynamic Data or some other means of scaffolding? I know MVC web apps support scaffolding CRUD pages from linq contexts (and entities too I think). ...

Dynamic Form Generation in ASP.NET

Hi, I would like to dynamically generate a form from a database in ASP.NET, what is the best approach? Are there any built in functionalities I can use? I will have database tables to represent the panels and their names, then for each panels, it contains the different fields and their types (Combos, Textboxes, etc..). Please advice,...

Dynamic class creation.

Hi, we have a data-layer which contains classes generated by outputs (tables/views/procs/functions) from database. The tables in database are normalized and are designed similar to OOP design ( table for "invoice" has 1:1 relation to table for "document", table for "invoice-item" has 1:1 relation to table for "document-item", etc...". A...

Is Microsoft ASP.NET Dynamic Data website a platform i can trust for making websites admin areas?

Did you used Dynamic websites before? you see its a good way for making fast admin areas for our websites? Is it easy to customize? Is it easy for the end user to manipulate? I am thinking to use it with a client and didn't use before, can you advice? ...

PHP script that reports progress to Client

I'm writing a PHP script that does a lot of repetitive work, and when the client executes it, I'd like it to send back HTML in some way, dynamically, as it completes tasks. (without AJAX?) How can this be done? ...

ReportViewer Web Control and Dynamic Connection Strings

So I have a report in Reporting Services 2005. In it is one parameter (ConnectionString) which determines which data source the report will use. It also has several other parameters which are dropdown lists derived from the data source chosen in the ConnectionString parameter. In Report Manager, this works great. All of the dropdowns ar...

Dynamic generation of .doc files

How can you dynamically generate a .doc file using AJAX? Python? Adobe AIR? I'm thinking of a situation where an online program/desktop app takes in user feedback in article form (a la wiki) in Icelandic character encoding and then upon pressing a button releases a .doc file containing the user input for the webpage. Any solutions/sugges...

How to change columns data in Dynamic Data Web Application?

Possible Duplicate: Dynamic Data Entities ID Column visible false? There are Two kind of template in asp.net 3.5 1) Dynamic Data Web App. 2) Dynamic Data Web App. Entities My SQL database has got Customer Table ; Columns : ID, Name,Surname vs. if you use first one(Dynamic Data Web App); you can not see ID column(Customer Ta...

Dynamic Data Entities ID Column visible false?

There are Two kind of template in asp.net 3.5 1) Dynamic Data Web App. 2) Dynamic Data Web App. Entities My SQL database has got Customer Table ; Columns : ID, Name,Surname vs. if you use first one(Dynamic Data Web App); you can not see ID column(Customer Table) (Linq to Sql) But if you use second one(Dynamic Data Web App. Entities)...

My Dynamic Data Enttiy wep App. does not include App_code?

i asked: There are Two kind of template in asp.net 3.5 1) Dynamic Data Web App. 2) Dynamic Data Web App. Entities My SQL database has got Customer Table ; Columns : ID, Name,Surname vs. if you use first one(Dynamic Data Web App); you can not see ID column(Customer Table) (Linq to Sql) But if you use second one(Dynamic Data Web App....

Dynamic Data App_code directory - where is it?

i try to learn learn Dynamic Data Entties . i see some sample about it. they try to teach some codes in App_code. i really want to learn where is my Ap_code? ...

MetaData.cs Where is it? Dynamic Data Entities?

There are Two kind of template in asp.net 3.5 1) Dynamic Data Web App. 2) Dynamic Data Web App. Entities My SQL database has got Customer Table ; Columns : ID, Name,Surname vs. if you use first one(Dynamic Data Web App); you can not see ID column(Customer Table) (Linq to Sql) But if you use second one(Dynamic Data Web App. Entities)...

Transparent PNG not working in SQL Server Image field

Hi I have tried uploading a transparent PNG image to a SQL server image field, and retrieving it using the DynamicData ImageHandler. The Transparent areas in the image appear white upon rendering. Please advise about any solutions ...