Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: I have problem with accessing local host from diffrent computer?????? Pin
Piyush Vardhan Singh13-May-09 21:12
Piyush Vardhan Singh13-May-09 21:12 
AnswerRe: I have problem with accessing local host from diffrent computer?????? Pin
sriram.101214-May-09 1:03
sriram.101214-May-09 1:03 
Questionvb.net BackUp of .mdb file Pin
ballameharmurali13-May-09 19:51
ballameharmurali13-May-09 19:51 
AnswerRe: vb.net BackUp of .mdb file Pin
Baran M13-May-09 22:15
Baran M13-May-09 22:15 
Questionhow can i add a new control in ASP.net page without change view position of that page Pin
AKM_NH13-May-09 19:49
AKM_NH13-May-09 19:49 
AnswerRe: how can i add a new control in ASP.net page without change view position of that page Pin
Ramesh Swaminathan13-May-09 23:20
Ramesh Swaminathan13-May-09 23:20 
Questionradiobuttonlist values fetch from database to gridview Pin
grkrishna13-May-09 19:15
grkrishna13-May-09 19:15 
QuestionPublish on facebook using asp.net Pin
ciqing13-May-09 19:01
ciqing13-May-09 19:01 
hi i have a workable publish feed application for facebook. however i cant seems to grab the value from my textbox. these are the coding.

<asp:TextBox ID="txtVote1" runat="server"></asp:TextBox>
<asp:TextBox ID="txtVote2" runat="server"></asp:TextBox>
<asp:TextBox ID="txtVote3" runat="server"></asp:TextBox>

<asp:Button ID="Button1" runat="server" Text="Button" onclick ="Button1_Click"></asp:Button>
function loadFeed()
{
var api_key = "74036e7825fe1ec4fc356578ba92185e";
var template_data = {"content":"txtvote1.Text, txtvote2.Text,txtvote3.Text"};
var callback ="http://apps.facebook.com/ciqingfyp";
var body_general="test";
var channel_path="xd_receiver.htm";
var user_message_prompt = "What do you think of this subject?"; 
var ok;
//var user_message = {"value": "write your review here"}; 

FB_RequireFeatures(["XFBML"], 
    function()
        {  
            FB.Facebook.init(api_key,channel_path, null);      
            FB.ensureInit 
                (function ()
                    {
                        ok=FB.Connect.showFeedDialog(184245540715, template_data, 1074555645, body_general, null, 0, callback, user_message_prompt); 
                        alert(ok);
                    } 
                 );  
         });
}


how am i suspose to make my content equal to my textbox value?
QuestionDoubt in regular expression Pin
janani1313-May-09 18:44
janani1313-May-09 18:44 
AnswerRe: Doubt in regular expression Pin
N a v a n e e t h13-May-09 18:57
N a v a n e e t h13-May-09 18:57 
QuestionDoubt about the path of the File? Pin
Subin Alex13-May-09 18:40
Subin Alex13-May-09 18:40 
AnswerRe: Doubt about the path of the File? Pin
Ramesh Swaminathan13-May-09 18:49
Ramesh Swaminathan13-May-09 18:49 
AnswerRe: Doubt about the path of the File? Pin
N a v a n e e t h13-May-09 18:54
N a v a n e e t h13-May-09 18:54 
Questionweb.config identity impersonate - pwd in web.config [modified] Pin
devvvy13-May-09 17:38
devvvy13-May-09 17:38 
QuestionPlaying With The Club Starter Kit Again... [modified] Pin
Roger Wright13-May-09 17:16
professionalRoger Wright13-May-09 17:16 
QuestionInsert empty datarow into datatable Pin
cocoonwls13-May-09 17:03
cocoonwls13-May-09 17:03 
AnswerRe: Insert empty datarow into datatable Pin
cocoonwls13-May-09 17:46
cocoonwls13-May-09 17:46 
Questionprint customised footer on every page on client machine while printing Pin
Anand Desai13-May-09 11:37
Anand Desai13-May-09 11:37 
AnswerRe: print customised footer on every page on client machine while printing Pin
Christian Graus13-May-09 11:45
protectorChristian Graus13-May-09 11:45 
GeneralRe: print customised footer on every page on client machine while printing Pin
Anand Desai13-May-09 12:12
Anand Desai13-May-09 12:12 
QuestionProblem with Persmission for Creating website in IIS Dynamically [modified] Pin
vurugonda13-May-09 10:12
vurugonda13-May-09 10:12 
Questiondeterminte async postback trgger event Pin
C. L. Phillip13-May-09 10:00
C. L. Phillip13-May-09 10:00 
AnswerRe: determinte async postback trgger event Pin
MidwestLimey13-May-09 10:19
professionalMidwestLimey13-May-09 10:19 
Questionmenu items Pin
hahii13-May-09 9:45
hahii13-May-09 9:45 
AnswerRe: menu items Pin
AlexeiXX313-May-09 9:56
AlexeiXX313-May-09 9:56 

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.