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
Vidhi Patel
NA
44
17.6k
facing the issue in progressbar
Sep 24 2016 2:48 AM
**My Question:**I have developing Mvc application in this application i have profiling.cshtml page. =>In that page i have put the progress bar link n that progress bar complete that process after that redirect to another page which name is recommendedportfolio.cshtml =>I m facing the problem in javascript that not work properly.
<div>
@Html.ActionLink(
"PROFILING . . ."
,
"recommendedportfolio"
,
"Home"
, null,
new
{ @
class
=
" process progress-label ;"
, @Target =
"_self"
, @onclick =
" data()"
, @id =
"Prog"
})
</div>
</div>
</div>
</div>
<script type=
'text/javascript'
>
function data() {
debugger;
window.open =
"http://localhost:2303/Home/recommendedportfolio"
;
}
</script>
Reply
Answers (
1
)
UPDATE EXISTING DATABASE IN ENTITY FRAMEWORK
sample create and search function in mvc webgrid