Showing related tags and posts accross the entire site.
-
The support for that has just been added (rev. 696) Bellow is an example: <data:EntityDropDownList runat="server" ID="dataFunctionCodeId" DataSourceID="FunctionCodeIdFunctionCodeDataSource" DataTextField="FunctionCode,Desc" DataValueField="FunctionCodeId"...
-
I have a page using an EntityDropDownList that has a objectdatasource. I also have it using the null item (i suspect this affects the bug). On every successive postback to the page, the list redatabinds without clearing the previous entries. This is not the behavior of a standard drop down using an object...
-
if nettiers can determin the table's col's nullable property to set the EntityDropDownList's Required property when generation. by now,the generation is always set to the true.
-
Need help with EntityDropDownList and asp:Wizard
-
swin, That is awesome! I have applied the patch on your behalf (rev. 490)