ScrollBars Display mode for scrollbars in the body of the tabs. The possible values
are None, Horizontal, Vertical, Both, and Auto.
Table 8-18.Main Properties of the TabPanel Control
Property Name Description
Enabled Boolean value indicating whether or not the tab is enabled
HeaderText Title text of the tab
OnClientClick The client-side event triggered when the tab is clicked
Let??™s change our focus once more to the sample pages included with the ASP.NET
AJAX Toolkit under Tabs.aspx. Here we find a TabContainer control with three TabPanels.
For the sake of brevity, the details of the ContentTemplates with the TabPanel controls has
been removed in the following code snippet:
OnClientActiveTabChanged="ActiveTabChanged" ActiveTabIndex="0"???
Width="402px">
. . .
CHAPTER 8 ?– USING THE ASP.NET AJAX CONTROL TOOLKIT (PART 2) 202
.
Pages:
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290