I recently started to work on .Net mobile [yesterday]. I created a form using C#. My form have a button. When i click on it i want to redirect on anohter web page but for that there is no Response.Redirect(). So how to do that?
If i understood your question correctly, you are talking about the .NET Windows Mobile Application(Thick application, which can be installed on the device)!
Very True!!! thanks Roopesh, you gave me a way for learning mobile with asp.net. I want using some different way. Can you suggest me some book / web site which i can refer and study myself
I downloaded Windows Phone SDK 7.0 for Visual Studio 2010 and I got this error message. Can you tell me what shall i do to resolve this error?
Error Message :
Windows Phone Emulator is not supported on this computer because this computer does not have the required graphics processing unit confuguration. An XNA framework game or page will not function without graphics processing unit. A silverlight application
may run, but with reduced functionality. Do you want to continue stating the emulator?
Reference Link :
http://go.microsoft.com/fwlink/?LinkId=219823
I visited this link but over there they just mentioned what requires.
Silverlight....
Member
431 Points
369 Posts
regarding redirecting the page
May 08, 2012 06:07 AM|LINK
Hi All,
I recently started to work on .Net mobile [yesterday]. I created a form using C#. My form have a button. When i click on it i want to redirect on anohter web page but for that there is no Response.Redirect(). So how to do that?
kirupa.v
Contributor
2070 Points
531 Posts
Re: regarding redirecting the page
May 08, 2012 06:26 AM|LINK
Hi,
The Response object has a famous Redirect method that is used most widely to transfer a web page visitor from one page to another page.
Response.Redirect("DestinationPage.aspx");
There is another famous method called Transfer method of the Server object.
Server.Transfer("DestinationPage.aspx");
Reply me for any issues.
roopeshreddy
All-Star
20143 Points
3327 Posts
Re: regarding redirecting the page
May 08, 2012 09:10 AM|LINK
Hi,
If i understood your question correctly, you are talking about the .NET Windows Mobile Application(Thick application, which can be installed on the device)!
If yes, you can check the Windows Phone development site - http://create.msdn.com
If you are talking about the Mobile template available in VS 2005 or MMIT toolkit, then those are designed for WAP enabled devices and are obselete!
You can create a general ASP.NET web application, which works fine in all mobile browsers!
Regarding Mobile web app development in ASP.NET, you can find many posts answered in this section itself!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
Silverlight....
Member
431 Points
369 Posts
Re: regarding redirecting the page
May 10, 2012 03:12 AM|LINK
Yes!!! I am using MMIT tookit.... still not able to redirect... [ I create smart device project from VS 2008]
roopeshreddy
All-Star
20143 Points
3327 Posts
Re: regarding redirecting the page
May 10, 2012 05:38 AM|LINK
Hi,
MMIT toolkit is depreciated! You can use general ASP.NET website for Mobile too! Now a days mobile browsers supports HTML 5 content!
General ASP.NET mobile website works fine! Just add Viewport META tag to make your website mobile compatible!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
Silverlight....
Member
431 Points
369 Posts
Re: regarding redirecting the page
May 10, 2012 06:59 PM|LINK
Very True!!! thanks Roopesh, you gave me a way for learning mobile with asp.net. I want using some different way. Can you suggest me some book / web site which i can refer and study myself
thanks again
roopeshreddy
All-Star
20143 Points
3327 Posts
Re: regarding redirecting the page
May 11, 2012 03:02 AM|LINK
Hi,
You can check the following webistes!
http://jquerymobile.com
http://kendoui.com
http://www.asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
Silverlight....
Member
431 Points
369 Posts
Re: regarding redirecting the page
May 13, 2012 06:01 PM|LINK
Hi,
I downloaded Windows Phone SDK 7.0 for Visual Studio 2010 and I got this error message. Can you tell me what shall i do to resolve this error?
Error Message :
Windows Phone Emulator is not supported on this computer because this computer does not have the required graphics processing unit confuguration. An XNA framework game or page will not function without graphics processing unit. A silverlight application may run, but with reduced functionality. Do you want to continue stating the emulator?
Reference Link :
http://go.microsoft.com/fwlink/?LinkId=219823
I visited this link but over there they just mentioned what requires.
thanks
roopeshreddy
All-Star
20143 Points
3327 Posts
Re: regarding redirecting the page
May 14, 2012 03:24 AM|LINK
Hi,
I think your system hardware specifications doesn't met the required specification! I order to run the WP7 emulator, you need a graphics card!
May be it's time for upgrade of your machine!
Hope it helps u...
Roopesh Reddy C
Roopesh's Space