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
veerendra kumar
NA
47
20.4k
put method
Jun 3 2015 9:35 AM
Put method in Ajax call
url is call one API method. in this API method take two arguments one is type and second is Dynamic object.
how to call this method.
API:
Public string Put(int type,Dynamic ob)
{
if(type==1)
retrun "hai";
else
return false;
}
How to call this method in /ajax call
Reply
Answers (
1
)
Seprate a single string into two different strings?
div length according to textbox size