Click here to Skip to main content
15,905,229 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I hope you guys having a good time.

I built a website using .net C# and sql.Now my client wants that application to run on iPad or iPhone.

I need the basic information how to proceed. I am googling on it.

Is it better to build another windows application which runs on mobile or can use the same application to run on the Mobile.

Please give me your valid suggestions.

Thanks a lot.
Posted

You will need something like MonoTouch[^] as C# is not native on Apple devices - unsurprisingly - so you will have to work on it.

Or, convert your code to Objective C.

Lot of work there I think...
 
Share this answer
 
Comments
#realJSOP 25-Mar-11 5:44am    
It's a web app. Why would he need mono?
OriginalGriff 25-Mar-11 5:59am    
Because I'm not awake yet? :blush:

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900