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
ejaz mirza
NA
471
47.2k
is there any solution pass default values and ajax values
Nov 29 2018 4:37 AM
public ActionResult SaveLabAppooitment(BLLLabTxnApppoitment blgen, string[] testlist)
{
UpdateModel(bllobj);
bllobj = blgen;
int savesucc = bllobj.BLLLabAppoitmentSave();
if (savesucc == 1)
{
return RedirectToAction("LabAppooitmentList");
}
else
return View();
}
here am want to pass blgen object from view and also want to pass testlist from the ajax call
both at one tym is it possible
Reply
Answers (
5
)
Button click event not firing up
start and stop the .net core console application from cmd