BLinq customization  
Author Message
Raulsassaa





PostPosted: LINQ Project General, BLinq customization Top

Does anyone know if it will be possible to customize BLinq page layout, as well as to alter navigation structure


Visual Studio 200840  
 
 
Polita





PostPosted: LINQ Project General, BLinq customization Top

The page and controls that are generated by Blinq are not customizable. After the web app is created, the app can be opened in VS and any part of the app can be changed. Customization of Blinq output is a feature we're considering for the Visual Studio version of the Blinq functionality.

The styles used by Blinq websites can be changed. The CSS, browser, and skin files are stored in C:\Program Files\Microsoft ASP.NET\Blinq\Browser Files and C:\Program Files\Microsoft ASP.NET\Blinq\Theme Files. If you replace those with files you have customized, Blinq will use your files on all subsequent runs.

Hope this helps...

Polita



 
 
Raulsassaa





PostPosted: LINQ Project General, BLinq customization Top

It helped a lot. Does BLinq use a code generator to create automatically the code that goes behind the pages

If so, would that code generator be open to us, mere mortal users :)



 
 
Polita





PostPosted: LINQ Project General, BLinq customization Top

Sorry, there are no plans to make the source code for Blinq public.