-
Hi, I'm using scaffold control in order to quickly edit my table data. Each table has audit field configured as subsonic guidelines. Everything works fine until I change my web.config file with my culture settings: <system.web> ....... <globalization culture="it-IT" uiCulture="it...
-
Hey All, Been cruising along, my merry way with SS. Love it. But I am perplexed on this one: Scaffold Skining I have a theme and a gridview.skin file, under my "App_Themes" folder, that appear to functioning correctly on a normal asp:gridview. I followed MS's lead on the theme/skin creation...
-
I have been trying to get the Scaffold control to work with Oracle database but gives the ORA-00903: invalid table name error. (Note :Table name is correct.) Scaffold control works without any problem with SQL Server. Anybody has a similar problem?
-
I checked out API Doc online and WhereExpression property is only available for <subsonic: QuickTable> control , but not for <subsonic: Scaffold> control . The point is <subsonic:QuickTable> control can't edit record like <subsonic:Scaffold>. I guess I have to write my own...
-
I am just wondering if it's possible to do paging on Scaffold control. Please let me know Alan
-
For some reason, the <subsonic:Scaffold> DeleteConfirm never worked for me. I thought it should give a popup message before end user can delete record. But it never shows any message. Please help! Alan
-
Hi there, I am just wondering if it's possible to add WhereExpression for scaffold so that I can filter some data out. Please let me know Thanks Alan
-
Hi people! First of all, congratulations for the very great job on SubSonic. And then my question: Maybe I'm crazy, but I'm needing and very interested in Scaffolding for Windows Forms or for WPF Applications. Is it possible? There is any way to configure SubSonic templates to generate Scaffolding...