C# .NET - asp.net link buttons do not work when browsed on mobile phone

Asked By Pranay Singh
08-Feb-10 03:25 PM

I have a situation here, I have website home page  which my client can view well on his blackberry mobile phone but I have link buttons on that page which redirect the users to other pages ..just Response.Redirect ............simple code.... but  when he clicks on the link,  the home page just does a postback.  Links are not working on cellphone........... on regular website they are working fine.

Thanks
  Sreekumar P replied to Pranay Singh
09-Feb-10 03:31 AM
hi,

Instead of Linkbutton if that redirect url is not variant then u can use HyperLink
Just give that hyperlinks Navigation URL to that url

or use simple <a href="url">Text</a> tags

  Pranay Singh replied to Sreekumar P
09-Feb-10 08:42 AM
Awesome!!! Thanks Sreekumar....its working like a charm.
END OF POST
Create New Account
help
encountered an exception when trying to access the setup state file: Could not find file 'C: \ ExchangeSetupLogs \ exchangeInstallState.xml'. [11 / 17 / 2011 19:11:40.0020] [0] Setup is determining what bin \ EnterpriseServiceEndpointsConfig.xml". [11 / 17 / 2011 19:14:14.0386] [1] Writing informational script to 'C: \ ExchangeSetupLogs \ Start-PreConfiguration-20111117-13141306991562273802.ps1' [11 / 17 / 2011 19:14:14.0386] [1] Executing 0417] [1] Executing: $RoleRoles = 'ClientAccessRole' [11 / 17 / 2011 19:14:14.0417] [1] Executing: $RoleSetupLoggingPath = 'C: \ ExchangeSetupLogs' [11 / 17 / 2011 19:14:14.0417] [1] Executing: $RoleTargetVersion = '14.01.0339.001 bin \ EnterpriseServiceEndpointsConfig.xml". [11 / 17 / 2011 19:15:28.0550] [1] Writing informational script to 'C: \ ExchangeSetupLogs \ Start-PreSetup-20111117-13152805501269886028.ps1' [11 / 17 / 2011 19:15:28.0550] [1] Executing 0550] [1] Executing: $RoleRoles = 'ClientAccessRole' [11 / 17 / 2011 19:15:28.0565] [1] Executing: $RoleSetupLoggingPath = 'C: \ ExchangeSetupLogs' [11 / 17 / 2011 19:15:28.0565] [1] Executing: $RoleTargetVersion = '14.01.0339.001 bin \ EnterpriseServiceEndpointsConfig.xml". [11 / 17 / 2011 19:15:28.0706] [1] Writing informational script to 'C: \ ExchangeSetupLogs \ Start-PreFileCopy-20111117-13152807061586562721.ps1' [11 / 17 / 2011 19:15:28.0706] [1] Executing 0706] [1] Executing: $RoleRoles = 'ClientAccessRole' [11 / 17 / 2011 19:15:28.0706] [1] Executing: $RoleSetupLoggingPath = 'C: \ ExchangeSetupLogs' [11 / 17 / 2011 19:15:28.0706] [1] Executing: $RoleTargetVersion = '14.01.0339.001 1340, MSExchangeADTopologyService, 1484, msftesql, 1532, svchost, 1552, SMSvcHost, 1576, Setup, D: \ Setup.EXE 1576, Setup, C: \ Windows \ SYSTEM32 \ ntdll.dll 1576, Setup, C: \ Windows \ system32 \ kernel32.dll 1576, Setup, C: \ Windows
Interview Questions in ADO.Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B is concept of Boxing and Unboxing ? (B) What is the difference between VB.NET and C#? (I) what is the difference between System exceptions and Application exceptions? (I)What is CODE A) What is scavenging? (B) What are different types of caching using cache object of ASP.NET? (B) How can you cache different version of same page using ASP.NET cache object? (A) How will implement Page Fragment Caching? (B) Can you compare ASP.NET
properties, operators, events and constructors, but cannot be used with indexers, destructors, or types. In C#, the static keyword indicates a class variable. In VB, the equivalent keyword is Shared. Its scoped to the class in which it occurs. Example a. Static int var / / in c#.net b. static void Time( ) / / in c#.net How do you get records number from 5 to 15 in a dataset of Yes Dim cn as new OleDbConnection ( “Provider = Microsoft.Jet.OLEDB.4.0;”+ _ “Data Source = C: \ Documents and Settings \ User \ My Documents \ Visual Studio Projects \ 1209 \ db1.mdb”+ _ “User ID in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For this we have to edit the page level debugging
HYPERLINK hi, i am learning c#.net . in my work i want to get a new textbox when i click on a hyperlink i.e., i am giving an option for mobile no and under that i am asking for landline if they dont have mobile no. so if they dont have mobile no they will click on a hyperlink called landline so that they will get an option like phone and a textbox where they can give landline no. how can i get this ? Initially