2
Answers

How to use two submit button in one web form?

Sahil Jani

Sahil Jani

13y
1.8k
1
I have a page 'Registration.aspx' . Left Menu contains username,password field and 'Login' button(submit button). In the content area
i have some textboxes(Use to get the information from the user) and i have 'Register' button(submit button).

When i click the 'Login' button. It takes to post registration form. 

How to use two submit button in one web form?

Thanks.
Answers (2)
0
Mahesh Chand
2 286.9k 123.7m 14y
If you build a Web application in ASP.NET, it can be browse from any of these mobile devices using a Web browser (all of them have a Web browser).

But if you want to build applications for iPhone, and other mobile devices, you need to use their SDKs. For example, you need to use Mono Touch to build iPhone applications and andriod SDK to build droid applications.

Here are more readings on Mono Touch. See Blogs.

Mono Touch