1) If i convert my web application directly to mobile application , whch means i jus need to change the deisign and i dont need to write any code?
eg: my web application has registration form.
Im changing it to mobile web application.In this case i jus need to concentrate on my design? then what about the saving data? i mean if i fill in the registration form using my mobile device after i click save it should save record to my employee table
in sql.how can i do that? or since i have web application already with that code, it will work from there?
Pls clarify.
Thanks
Mark as Answer if any posts helps you
To Make your dreams come true, Don't Sleep
Remember that no person is an island. Communicate your thoughts and desires honestly, and encourage others to communicate honestly with you. Practice understanding and motivating other people.
i have a complete website which designed in VS 2005 using project - > new website - > asp.net ajax enabled website.
(eg: dashboardwebsite)
Here i have one page which i need to completey convert to mobile.In this case ,
1) : Do i need to add mobile form, mobile web config to this dashboardwebsite itself ?
2)i cannot directly make my webpage as mobile page becase it has lot of information Like leave, manpower, OT, and some purchasing details all in one single page. My plan is to divide leave , manpower , OT and Purchasing as seperate pages in mobile.
3)If i create a seperate mobile form for displaying leave details like
total leave taken :200
annual levae : 150
Medical Leave :50
do i need to write code again to display 200, 150 and 50 or it will use code in webform which i already have
Mark as Answer if any posts helps you
To Make your dreams come true, Don't Sleep
Remember that no person is an island. Communicate your thoughts and desires honestly, and encourage others to communicate honestly with you. Practice understanding and motivating other people.
1) : Do i need to add mobile form, mobile web config to this dashboardwebsite itself ?
No! No need to add any Mobile form! Mobile forms are designed for WAP enabled devices! General ASP.NET website works absolutely fine!
Mc.Gem
2)i cannot directly make my webpage as mobile page becase it has lot of information Like leave, manpower, OT, and some purchasing details all in one single page. My plan is to divide leave , manpower , OT and Purchasing as seperate pages in mobile.
In that case, you can design separate pages in ASP.NET! What you can do is, create a separate project for Mobie website and add the required pages which you need to display for Mobile devices!
Mc.Gem
3)If i create a seperate mobile form for displaying leave details like
total leave taken :200
annual levae : 150
Medical Leave :50
do i need to write code again to display 200, 150 and 50 or it will use code in webform which i already have
No! You don't need to write any separate code for that! Existing code will work for you!
In that case, you can design separate pages in ASP.NET! What you can do is, create a separate project for Mobie website and add the required pages which you need to display for Mobile devices!
Ok this sounds better for me. seperate mobile website means , asp.net website and i add web form directly?
Mark as Answer if any posts helps you
To Make your dreams come true, Don't Sleep
Remember that no person is an island. Communicate your thoughts and desires honestly, and encourage others to communicate honestly with you. Practice understanding and motivating other people.
Mc.Gem
Member
402 Points
201 Posts
Mobile web form and SQL
May 29, 2012 04:42 AM|LINK
Hi,
I have few doubts pls clarify
1) If i convert my web application directly to mobile application , whch means i jus need to change the deisign and i dont need to write any code?
eg: my web application has registration form.
Im changing it to mobile web application.In this case i jus need to concentrate on my design? then what about the saving data? i mean if i fill in the registration form using my mobile device after i click save it should save record to my employee table in sql.how can i do that? or since i have web application already with that code, it will work from there?
Pls clarify.
Thanks
To Make your dreams come true, Don't Sleep
Remember that no person is an island. Communicate your thoughts and desires honestly, and encourage others to communicate honestly with you. Practice understanding and motivating other people.
Cheers,
RR
roopeshreddy
All-Star
20271 Points
3346 Posts
Re: Mobile web form and SQL
May 29, 2012 04:49 AM|LINK
Hi,
Yeah! You can concentrate on youir design stuff! BL(Business Logic) / DAL will be same for both desktop and mobile browsers!
Communicating with database will be same as desktop web application! No change in it!
For more information, you can find some articles in my blog - http://roopeshreddy.wordpress.com
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
nijhawan.sau...
All-Star
16460 Points
3178 Posts
Re: Mobile web form and SQL
May 29, 2012 04:59 AM|LINK
Right, just change the design as per requirements for the device/s you want to support.
Mc.Gem
Member
402 Points
201 Posts
Re: Mobile web form and SQL
May 29, 2012 05:17 AM|LINK
Thanks for the reply,
i have a complete website which designed in VS 2005 using project - > new website - > asp.net ajax enabled website.
(eg: dashboardwebsite)
Here i have one page which i need to completey convert to mobile.In this case ,
1) : Do i need to add mobile form, mobile web config to this dashboardwebsite itself ?
2)i cannot directly make my webpage as mobile page becase it has lot of information Like leave, manpower, OT, and some purchasing details all in one single page. My plan is to divide leave , manpower , OT and Purchasing as seperate pages in mobile.
3)If i create a seperate mobile form for displaying leave details like
total leave taken :200
annual levae : 150
Medical Leave :50
do i need to write code again to display 200, 150 and 50 or it will use code in webform which i already have
To Make your dreams come true, Don't Sleep
Remember that no person is an island. Communicate your thoughts and desires honestly, and encourage others to communicate honestly with you. Practice understanding and motivating other people.
Cheers,
RR
roopeshreddy
All-Star
20271 Points
3346 Posts
Re: Mobile web form and SQL
May 29, 2012 05:28 AM|LINK
Hi Gem,
No! No need to add any Mobile form! Mobile forms are designed for WAP enabled devices! General ASP.NET website works absolutely fine!
In that case, you can design separate pages in ASP.NET! What you can do is, create a separate project for Mobie website and add the required pages which you need to display for Mobile devices!
No! You don't need to write any separate code for that! Existing code will work for you!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
Mc.Gem
Member
402 Points
201 Posts
Re: Mobile web form and SQL
May 29, 2012 05:40 AM|LINK
Ok this sounds better for me. seperate mobile website means , asp.net website and i add web form directly?
To Make your dreams come true, Don't Sleep
Remember that no person is an island. Communicate your thoughts and desires honestly, and encourage others to communicate honestly with you. Practice understanding and motivating other people.
Cheers,
RR
roopeshreddy
All-Star
20271 Points
3346 Posts
Re: Mobile web form and SQL
May 29, 2012 06:08 AM|LINK
Hi Gem,
Yeah! Do like you did for general ASP.NET website and add the following META tag!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space