Multipage - pageview : Tabstrip
-
Am trying to dynamically build a tab, multipage and pageview protected Microsoft.Web.UI.WebControls.TabStrip tc; protected Microsoft.Web.UI.WebControls.MultiPage mp; protected System.Web.UI.WebControls.Label txt; Microsoft.Web.UI.WebControls.Tab tab=new Microsoft.Web.UI.WebControls.Tab(); Microsoft.Web.UI.WebControls.PageView pv= new Microsoft.Web.UI.WebControls.PageView(); //Am building a control here and adding it to pv System.Web.UI.WebControls.TextBox txt= new TextBox(); txt.Text = "Microsoft"; pv.Controls.Add(txt); pv.ID = id.ToString(); tab.TargetID = pv.ID; Error: TargetID does not point to a valid PageView the tab.TargetID has to be set to pv.(something). can somebody help me on this? rmr
rmr
-
Am trying to dynamically build a tab, multipage and pageview protected Microsoft.Web.UI.WebControls.TabStrip tc; protected Microsoft.Web.UI.WebControls.MultiPage mp; protected System.Web.UI.WebControls.Label txt; Microsoft.Web.UI.WebControls.Tab tab=new Microsoft.Web.UI.WebControls.Tab(); Microsoft.Web.UI.WebControls.PageView pv= new Microsoft.Web.UI.WebControls.PageView(); //Am building a control here and adding it to pv System.Web.UI.WebControls.TextBox txt= new TextBox(); txt.Text = "Microsoft"; pv.Controls.Add(txt); pv.ID = id.ToString(); tab.TargetID = pv.ID; Error: TargetID does not point to a valid PageView the tab.TargetID has to be set to pv.(something). can somebody help me on this? rmr
rmr
Hello First do not repost your question in the same forum even if you didn't get any answer. It's very rude. Delete the previous thread. Second, to get an answer to your question you need to post this in the ASP forum not here.
Regards:rose:
-
Hello First do not repost your question in the same forum even if you didn't get any answer. It's very rude. Delete the previous thread. Second, to get an answer to your question you need to post this in the ASP forum not here.
Regards:rose:
Hello, Its not that I dont know the basics of posting on forums, I needed to change the subject so that someone can help me out, I posted it again. Thanks for your advice and if you had helped me out, I would have told you double thanks.
rmr
-
Hello, Its not that I dont know the basics of posting on forums, I needed to change the subject so that someone can help me out, I posted it again. Thanks for your advice and if you had helped me out, I would have told you double thanks.
rmr
Hello I'd have happily helped you if I were an expert in ASP. There is a difference between C# and ASP. All I were capable of doing is pointing you to the right direction.:)
Regards:rose: