Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~121 People Reached
Favorite Forums
Member Avatar for varlib86

Hi , I am new to asp.net .. I am trying to solve the invalid cast exception but facing some issues with that: static private void RegisterJavaScriptFooter(string scriptName, StringBuilder scriptBlock) { ((PgDisplayBase)System.Web.HttpContext.Current.Handler).RegisterClientScriptFooterBlock(scriptName, scriptBlock.Insert(0, SetupJavaScriptHeader()).Append(SetupJavaScriptFooter()).ToString()); } I am getting the exception on this line : Unable to cast object of type …

Member Avatar for Momerath
0
121