Showing related tags and posts accross the entire site.
-
Hi i have database with these tables User { IdUser, Name , Surename, Username, Password } ProfesorData { IdUser, JMBG } AdministratorData { IdUser, JMBG } In form for administering profesors i have made fields required to insert new User and ProfesorData. Now problem is how to display a list of all Profesors...
-
Hi I am working with Telerik controls and using the EnityDataSource with them. Specifically I am working with a ReadOnlyDataSource. It is working out fine for displaying so far. Now I am trying to implement an update and following the pattern provided by Telerik of using a property of thier control called...