Hi,
I want to navigate through a recordset, record by record, and show record data by a web form, that contains whatever data controls, like text box, check box, ..etc. I need a kind of asp.net control like record navigators, that contains move next, move previous, move last, etc..
if anybody suggest a third parity tool, please send their info.
Thanks
I want to navigate through a recordset, record by record, and show record data by a web form, that contains whatever data controls, like text box, check box, ..etc. I need a kind of asp.net control like record navigators, that contains move next, move previous, move last, etc..
if anybody suggest a third parity tool, please send their info.
Thanks
5 Answers, 1 is accepted
0

Kiara
Top achievements
Rank 1
answered on 07 Oct 2010, 12:39 PM
From your description looks like the asp Wizard control is the "records navigator" you are searching for. Should be available in your VS toolbox, you may give it a spin.
Kiara
Kiara
0
0

Kiara
Top achievements
Rank 1
answered on 11 Oct 2010, 12:50 PM
I do not think Telerik offers this type of Ajax control, Ahmed. My shot in the dark is to implement it with your own logic using RadToolBar, RadComboBox and RadInput controls.
Kiara
Kiara
0

AboOmar
Top achievements
Rank 1
answered on 11 Oct 2010, 03:12 PM
Can i make it using RadDataPager with telerik Input controls??
0

Kiara
Top achievements
Rank 1
answered on 11 Oct 2010, 03:24 PM
Suppose so, it also fires commands as RadToolBar that can be wired in the code-behind to perform some actions.