J
José Newton Fernandes Ferreira
Hi,
I am developing a ASP.NET application that has a custom base Page class,
so all my asp.net pages inherits from a non-default Page
like:
public class WebForm1: MyBasePage
{
...
}
I have a property on this class that I want to use as the DataSource
property for all DataGrid dropped on the Web Form Designer. What I want is
that each time developer drop a DataGrid on a page based on MyBasePage
openned on the designer, the DataSouce combo property of DataGrid (in the
property Browser) shows the name retorned by my custom base Page property.
Any idea?
Thanks.
I am developing a ASP.NET application that has a custom base Page class,
so all my asp.net pages inherits from a non-default Page
like:
public class WebForm1: MyBasePage
{
...
}
I have a property on this class that I want to use as the DataSource
property for all DataGrid dropped on the Web Form Designer. What I want is
that each time developer drop a DataGrid on a page based on MyBasePage
openned on the designer, the DataSouce combo property of DataGrid (in the
property Browser) shows the name retorned by my custom base Page property.
Any idea?
Thanks.