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
Hari B
NA
139
68k
Open New window
Feb 17 2016 1:56 AM
Hello All,
How to open new window in MVC C#.net I am new to MVC i am working with website
please find below code
<%:
Html.ActionLink(
"
Help
"
,
"
Help
"
,
new
{controller="ECU"},
new
{
onSubmit
="
window.open()
" }))
%>
with this code i can open new tab in same web page i want open new window. How can do this
Please help me
Reply
Answers (
1
)
Making Payment Gateways from Windows Form not Webpage
c# problem