Click here to Skip to main content
15,895,799 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: button image Pin
Ranjit Viswakumar9-Feb-09 16:44
Ranjit Viswakumar9-Feb-09 16:44 
Questionwe are lost the impressions Pin
r aa j8-Feb-09 23:08
r aa j8-Feb-09 23:08 
AnswerRe: we are lost the impressions Pin
N a v a n e e t h8-Feb-09 23:14
N a v a n e e t h8-Feb-09 23:14 
GeneralRe: we are lost the impressions Pin
r aa j8-Feb-09 23:22
r aa j8-Feb-09 23:22 
QuestionHtmlInputPassword could not be set !!! Pin
papy-boom8-Feb-09 22:35
papy-boom8-Feb-09 22:35 
QuestionImg at run time (Asp.net 2.0) Pin
BalasubramanianK8-Feb-09 22:34
BalasubramanianK8-Feb-09 22:34 
AnswerRe: Img at run time (Asp.net 2.0) Pin
N a v a n e e t h8-Feb-09 23:07
N a v a n e e t h8-Feb-09 23:07 
GeneralRe: Img at run time (Asp.net 2.0) Pin
BalasubramanianK8-Feb-09 23:24
BalasubramanianK8-Feb-09 23:24 
GeneralRe: Img at run time (Asp.net 2.0) Pin
N a v a n e e t h8-Feb-09 23:30
N a v a n e e t h8-Feb-09 23:30 
GeneralRe: Img at run time (Asp.net 2.0) Pin
BalasubramanianK9-Feb-09 0:00
BalasubramanianK9-Feb-09 0:00 
GeneralRe: Img at run time (Asp.net 2.0) Pin
N a v a n e e t h9-Feb-09 0:30
N a v a n e e t h9-Feb-09 0:30 

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.