asp.net - How to make a custom version of AjaxControlToolkit.TabContainer -


i guess lot of questions bundled 1 post.

i want build wizard-like control looks similar tabcontainer

enter image description here

but need customizations. these i'd want associate text tabpanel. imagine i'd want write markup below tabpanel:

<cc1:mytabpanel id="mtp1" runat="server">     <helptexttemplate>         step 1 ...     </helptexttemplate>     <contenttemplate>         content goes here...     </contenttemplate> </cc1:mytabpanel> 

so do make markup that...? , how our control code behind able access data between helptexttemplate - may contain server controls , all?

moreover, notice there button called 'save' in above pic. user drags , drops tab panel. , when user double-clicks on have method stub generated in code behind (which belongs aspx page). how of achieved?

and cap whole solution off, realize have wire javascript simulate tab functionality. there css here (notice images behind tabs - gradient, etc). aspect looking @ making control users can use out-of-box toolkit's tabcontainer control. hence css/javascript should kind of bundled. how achieve this?

edit:

i interested in making control designer (design-time interaction) part. looking functionality same way have asp.net wizard control. have found answers of questions had above add when find time.

for embedding script or image asp.net custom control found solution mentioned in below site:

embed js resource custom asp.net control


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -