Nesting of Controls -
07-16-2007
, 01:22 AM
hello everyone
I am totally new to ASP.NET for mobile. My requirement is to create a
login form wherein i can have Login and Cancel button in same row
ie
[login] [Cancel]
But i found out that using mobilecontrol class each and every control
is inserted in a new row
so how can i insert two command buttons in a single row ?? |