Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Json + asp.net Pin
jkirkerx9-Mar-13 18:19
professionaljkirkerx9-Mar-13 18:19 
Questionerror '80004003', Object reference not set to an instance of an object. Pin
notahack2-Mar-13 4:37
notahack2-Mar-13 4:37 
AnswerRe: error '80004003', Object reference not set to an instance of an object. Pin
Richard MacCutchan2-Mar-13 5:42
mveRichard MacCutchan2-Mar-13 5:42 
Questionplugging in twitter and facebook into the web application Pin
Member 87018131-Mar-13 3:04
Member 87018131-Mar-13 3:04 
AnswerRe: plugging in twitter and facebook into the web application Pin
Sandeep Mewara1-Mar-13 4:24
mveSandeep Mewara1-Mar-13 4:24 
GeneralRe: plugging in twitter and facebook into the web application Pin
Member 87018131-Mar-13 8:32
Member 87018131-Mar-13 8:32 
GeneralRe: plugging in twitter and facebook into the web application Pin
Sandeep Mewara1-Mar-13 9:04
mveSandeep Mewara1-Mar-13 9:04 
GeneralRe: plugging in twitter and facebook into the web application Pin
Member 87018132-Mar-13 21:25
Member 87018132-Mar-13 21:25 
hi,
when i click on like button the count shold increase ...isn't it?but it is remaining same....
this is the code i added immediately below body tag
XML
<div id="fb-root"></div>
<script>    (function (d, s, id) {
        var js, fjs = d.getElementsByTagName(s)[0];
        if (d.getElementById(id)) return;
        js = d.createElement(s); js.id = id;
        js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=491658267536929";
        fjs.parentNode.insertBefore(js, fjs);
    } (document, 'script', 'facebook-jssdk'));</script>

the follwing code after tag
<div class="fb-like" data-href=="<?php the_permalink(); ?>"  data-send="true" data-width="450" data-show-faces="true"></div>

the following code in web.config
XML
<appSettings>
    <add key="EnableSqlDependency" value="true" />
    <add key="ApplicationId" value="491658267536929" />
    <add key="ApplicationUrl" value="http://localhost:1285/WebSite3/Default.aspx" />
    <add key="ApiKey" value="" />
    <add key="ApplicationSecret" value="506b293633ab728c0516359bce138953" />
    <add key="ExtendedPermissions" value="offline_access" />
  </appSettings>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
  </startup>

<appsettings>
<add key="EnableSqlDependency" value="true">
<add key="ApplicationId" value="491658267536929">
<add key="ApplicationUrl" value="http://localhost:1285/WebSite3/Default.aspx">
<add key="ApiKey" value="">
<add key="ApplicationSecret" value="506b293633ab728c0516359bce138953">
<add key="ExtendedPermissions" value="offline_access">

<startup>
<supportedruntime version="v4.0" sku=".NETFramework,Version=v4.0">

GeneralRe: plugging in twitter and facebook into the web application Pin
Member 87018131-Mar-13 23:02
Member 87018131-Mar-13 23:02 
QuestionInvalid length for a Base-64 char array Pin
Anshul Jindal1-Mar-13 1:51
Anshul Jindal1-Mar-13 1:51 
AnswerRe: Invalid length for a Base-64 char array Pin
Simon_Whale1-Mar-13 1:56
Simon_Whale1-Mar-13 1:56 
GeneralRe: Invalid length for a Base-64 char array Pin
Anshul Jindal1-Mar-13 2:02
Anshul Jindal1-Mar-13 2:02 
AnswerRe: Invalid length for a Base-64 char array Pin
jkirkerx3-Mar-13 12:09
professionaljkirkerx3-Mar-13 12:09 
GeneralRe: Invalid length for a Base-64 char array Pin
Anshul Jindal3-Mar-13 16:46
Anshul Jindal3-Mar-13 16:46 
GeneralRe: Invalid length for a Base-64 char array Pin
jkirkerx4-Mar-13 6:39
professionaljkirkerx4-Mar-13 6:39 
AnswerRe: Invalid length for a Base-64 char array Pin
jkirkerx4-Mar-13 8:53
professionaljkirkerx4-Mar-13 8:53 
QuestionRotating Homepage banner up to 5 banner images Pin
Member 870181328-Feb-13 15:50
Member 870181328-Feb-13 15:50 
AnswerRe: Rotating Homepage banner up to 5 banner images Pin
Deflinek1-Mar-13 1:29
Deflinek1-Mar-13 1:29 
GeneralRe: Rotating Homepage banner up to 5 banner images Pin
Member 87018131-Mar-13 2:41
Member 87018131-Mar-13 2:41 
GeneralRe: Rotating Homepage banner up to 5 banner images Pin
Deflinek1-Mar-13 2:51
Deflinek1-Mar-13 2:51 
GeneralRe: Rotating Homepage banner up to 5 banner images Pin
Member 87018131-Mar-13 8:07
Member 87018131-Mar-13 8:07 
QuestionRe: Rotating Homepage banner up to 5 banner images Pin
jkirkerx1-Mar-13 11:42
professionaljkirkerx1-Mar-13 11:42 
AnswerRe: Rotating Homepage banner up to 5 banner images Pin
Member 87018131-Mar-13 15:25
Member 87018131-Mar-13 15:25 
GeneralRe: Rotating Homepage banner up to 5 banner images Pin
jkirkerx2-Mar-13 8:06
professionaljkirkerx2-Mar-13 8:06 
GeneralRe: Rotating Homepage banner up to 5 banner images Pin
Member 87018132-Mar-13 21:58
Member 87018132-Mar-13 21:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.