Click here to Skip to main content
15,920,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to add ASPNET user to my application? Pin
ASysSolvers9-Feb-09 1:19
ASysSolvers9-Feb-09 1:19 
QuestionUpdate the node value of XML file Pin
.NET- India 9-Feb-09 0:23
.NET- India 9-Feb-09 0:23 
AnswerRe: Update the node value of XML file Pin
sepel9-Feb-09 4:29
sepel9-Feb-09 4:29 
GeneralRe: Update the node value of XML file Pin
.NET- India 9-Feb-09 17:15
.NET- India 9-Feb-09 17:15 
GeneralRe: Update the node value of XML file Pin
sepel10-Feb-09 18:28
sepel10-Feb-09 18:28 
GeneralRe: Update the node value of XML file Pin
Priyagdpl3-Nov-09 19:13
Priyagdpl3-Nov-09 19:13 
QuestionChanging the state? Pin
Karthick_gc9-Feb-09 0:21
Karthick_gc9-Feb-09 0:21 
AnswerRe: Changing the state? Pin
_AK_9-Feb-09 0:28
_AK_9-Feb-09 0:28 
GeneralRe: Changing the state? Pin
Karthick_gc9-Feb-09 0:47
Karthick_gc9-Feb-09 0:47 
AnswerRe: Changing the state? Pin
Sneha Bisht9-Feb-09 0:59
Sneha Bisht9-Feb-09 0:59 
GeneralRe: Changing the state? Pin
Karthick_gc9-Feb-09 1:10
Karthick_gc9-Feb-09 1:10 
GeneralRe: Changing the state? Pin
J4amieC9-Feb-09 3:31
J4amieC9-Feb-09 3:31 
AnswerRe: Changing the state? Pin
sepel9-Feb-09 4:32
sepel9-Feb-09 4:32 
QuestionChange colour of click link [modified] Pin
kishorg18-Feb-09 23:55
kishorg18-Feb-09 23:55 
AnswerRe: Change colour of click link Pin
Guffa9-Feb-09 3:12
Guffa9-Feb-09 3:12 
AnswerRe: Change colour of click link Pin
sepel9-Feb-09 4:35
sepel9-Feb-09 4:35 
AnswerRe: Change colour of click link Pin
Ranjit Viswakumar9-Feb-09 16:40
Ranjit Viswakumar9-Feb-09 16:40 
GeneralRe: Change colour of click link Pin
kishorg19-Feb-09 17:20
kishorg19-Feb-09 17:20 
QuestionCreating events in facebook using Facebook.NET 2.0 Pin
tonymathewt8-Feb-09 23:48
professionaltonymathewt8-Feb-09 23:48 
Hello
Has anybody worked in Facebook.NET 2.0 and created events using the function events.create()?
Well, I am getting the exception "Invalid Parameter" while using it.

(Declarions & authentication skipped)
Dim NewEvent As New Facebook.Schema.facebookevent()<br />
NewEvent.name = "ThroughCode"<br />
NewEvent.event_type = "1" 'Also tried "Party"<br />
NewEvent.event_subtype = "1" 'Also tried "Birthday Party"<br />
NewEvent.host = "tony"<br />
NewEvent.location = "Sabha"<br />
NewEvent.start_date = StartDt.Date<br />
NewEvent.start_time = 1215929150<br />
NewEvent.end_date = EndDt.Date<br />
NewEvent.end_time = 1215929160<br />
NewEvent.description = "SDFSDF"<br />
Dim CreateEvtStatus As Long = events.create(NewEvent)


I have also tried giving venue details as follows:
<br />
Dim loc As Facebook.Schema.location = New Facebook.Schema.location()<br />
        loc.city = "Bombay"<br />
        loc.country = "India"<br />
        loc.state = "Maharashtra"<br />
        loc.zip = "400001"<br />
<br />
        NewEvent.venue = loc<br />


But no chance!!!
QuestionASP.NET session has expired Pin
Elizma8-Feb-09 23:48
Elizma8-Feb-09 23:48 
QuestionInstallation software needs befor configure dbMail Pin
Guvera8-Feb-09 23:42
Guvera8-Feb-09 23:42 
Questionbutton image Pin
billcodes8-Feb-09 23:11
billcodes8-Feb-09 23:11 
AnswerRe: button image Pin
N a v a n e e t h8-Feb-09 23:25
N a v a n e e t h8-Feb-09 23:25 
AnswerRe: button image Pin
Sneha Bisht9-Feb-09 1:39
Sneha Bisht9-Feb-09 1:39 
AnswerRe: button image Pin
sepel9-Feb-09 4:37
sepel9-Feb-09 4:37 

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.