TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
satish maddili
NA
46
10.7k
form post in xamarin
Jun 22 2018 8:16 AM
hi,
I am using interface
Model:
public class Posting{
public string data{get;set;}
}
interface ILs_Posting
{
[Post("/LS.aspx?type=SubmitData")]
Task<RESULT_SET> SubmitBusiness([Body(BodySerializationMethod.UrlEncoded)] Posting lposting);
}
while getting in aspx page. i am unable to get the details.while getting i am using Model values.
ex:string t=Request["data"]+"";
i am getting empty.Please help me
Reply
Answers (
2
)
when i select the item in the list view display the keypad
how to implement autocomplete in xamarin forms