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
Sarbeswar Sahoo
995
772
7.5k
How working alert function using Jquery in c# functions
Mar 25 2018 6:48 AM
J query function
$(document).ready(function () {
$('#fakeLink').click(function () {
$('.backdrop, .box').animate({ 'opacity': '.50' }, 300, 'linear');
$('.box').animate({ 'opacity': '1.00' }, 300, 'linear');
$('.backdrop, .box').css('display', 'block');
});
Want to call C# function in code behind.
Reply
Answers (
1
)
How to have approve and reject for a request in asp. Net mvc
data not inserting into database in asp.net using c#