Click here to Skip to main content
15,908,013 members

Comments by BalaMahesh (Top 19 by date)

BalaMahesh 25-Jan-13 5:58am View    
Deleted
Dont say like rudely if they dont no only they will post questions. Please try help them.
BalaMahesh 10-Jan-13 8:14am View    
sorry i didn't get you what you say
BalaMahesh 10-Jan-13 8:12am View    
protected override void OnPreInit(EventArgs e)
{

if (Request.UserAgent != null && (Request.UserAgent.IndexOf("AppleWebKit") > 0)) // added for compatibility issues with chrome
{
this.ClientTarget = "uplevel";
}

base.OnPreInit(e);
}


and

if (Request.UserAgent.IndexOf("AppleWebKit") > 0)
{
Request.Browser.Adapters.Clear();
}
This two ways i done but it is not working'
BalaMahesh 28-Dec-12 2:54am View    
Please give me any alternate solution for this.
BalaMahesh 26-Dec-12 9:39am View    
On Save button click event i wrote the same code as per me but its getting Object reference not set to an instance of an object error.