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
Gowri A
NA
54
46.7k
how to call handler class when we click on button
Apr 9 2015 11:51 AM
Hi,
How to call handler class(.ashx) when we click on button.
I added the following code button click event is firing but how to call the handler class. Please help me.
<title></title>
<script src="JScripts/jquery-1.10.2.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$(".btn").click(function () {
('Handler1.ashx);
});
});
</script>
</head>
Reply
Answers (
1
)
Interview Questions for Freshers
Creating on change function