Updating Repeater on inputed value change
So i create popup Edit form, and i want to display connected rows in this popup also. For this i use Repeater with datasource and update datasource select comand each time when user opens Edit form:
So i create popup Edit form, and i want to display connected rows in this popup also. For this i use Repeater with datasource and update datasource select comand each time when user opens Edit form:
We have created several user Controls (Ascx) that we render to a webpart zone. Similarly, we have a control containing WebPartManager which is implemented in all the .aspx pages.
I am looking into purchasing either dev express or telerik to aid in the development of our applications. We are mainly an asp.net outfit but we are starting to make more and more use of silverlight and mvc. I would like to know what people have thought about: Feature set Ease of use Documentation Pricing … Read more
I’m using : ASPxComboBox
I need to add a Mask/DisplayFormatString to view only last 4 digits in DevExpress GridViewDataColumn. As an example if the real account number is 123456789. Then it should display as *****6789.
Can you please help me with this.