c# - ASP.NET MVC 4 with Parse Data -
i'm working on asp.net mvc 4 parse.com. in order utilize parse data, needs have
parseclient.initialize("your application id", "your .net key"); could please tell me set code? set within global.asax file when run app, not retrieve data. used same code retrieving info in console application , worked perfectly.
you right putting parseclient.initialize in global.asax. however, in order retrieve info need utilize method.
you can find info need here: https://parse.com/docs/dotnet_guide#queries
i cannot help without more info regarding database, hence utilize sample methods , alter values required accordingly parse datbase.
c# asp.net-mvc asp.net-mvc-4 parse.com
No comments:
Post a Comment