hi all,
any one here have an idea about how to build a Building mobile Control in Runtime such as textbox or label
using asp.net Ms visual studio 2005
thx alot
Printable View
hi all,
any one here have an idea about how to build a Building mobile Control in Runtime such as textbox or label
using asp.net Ms visual studio 2005
thx alot
i got the answer
this gives me what i wantVB Code:
System.Web.UI.MobileControls.Label label = new System.Web.UI.MobileControls.Label(); label.Text = "Hi avrail"; Form1.Controls.Add(label);
thanks alot