1
Answer

Mobile Website using Bing Map - Mobile Development

Murugan Krishnan

Murugan Krishnan

11y
1.1k
1
Hi All,

I am new to Mobile development.

Instead of creating an individual API for each mobile platform, what I need is

Is its possible to do it with Bing Map?

Is there a different way in which we can create BING Map URLs which shall work on all mobile platforms?

Kidly advise me.

Thanks & Regards,
Murugan Krishnan
Answers (1)
0
Mahesh Bodepudi

Mahesh Bodepudi

NA 90 14.3k 9y
As of now in Controller's Action method I am using the code below to set no of records per page
 
return View(viewModel.ToList().ToPagedList(page ?? 1, 50)); 
0
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 9y
How you are getting data from Controller's action: AJAX or direct call to action.
 
Provide some code snippet.