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
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