Native Mobile Button Display -


apologies if terminology incorrect; i'm rather new mobile development. i'm looking follows:

on mobile version of site; have login button @ top. if user not logged in; clicking button brings them login page. there.

if user logged in; when click button, want show 2 buttons in native input style @ bottom (similar "price right" type spinner if dealing drop down on ios). 1 log out; go account page.

how set up? site using bootstrap; , below example code mentioned drop down list:

<div class="qty-button">     <div class="btn-group">         <asp:dropdownlist id="ddlqty" runat="server" onselectedindexchanged="ddlqty_selectedindexchanged" autopostback="true"></asp:dropdownlist>     </div> </div> 

again, sorry if bit difficult understand; mobile site built 3rd party consulting firm; little knowledge transfer. relatively new me


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -