This is a migrated thread and some comments may be shown as answers.

How do I add querystring params?

1 Answer 53 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Johnathan
Top achievements
Rank 1
Johnathan asked on 06 Sep 2010, 11:17 AM
Hi

I hope this is a simple one!

I am trying to use tabstrip as a basic serverside navigation for a number of pages that are returned from my DB.
I retuun from my SQLDataSource "PageName" and "PageID" fields.

I have therefore bound the tabstrip to the DS, set "PageName" as DataTextField then set NavigationURLField to PageID.
I was then expecting to find a FormatString Property for the URL so I could add something like "mypage.aspx?pageid={0}" but obviously this property is not there.

How can I make my URL for each tab "mypage.aspx?pageid={PAGEID_from_database}"

Thanks

Johnathan

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 06 Sep 2010, 02:12 PM
Hello,

I believe you can perform url formatting in TabDataBound event of RadTabStrip.
TabDataBound


Thanks,
Princy.
Tags
TabStrip
Asked by
Johnathan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or