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
Anjali Kumari
NA
163
20.9k
Including the angularJs in ascx file
Jan 24 2017 8:44 AM
<div class="form-group" data-ng-app="myapp">
<div data-ng-controller="myCntrl">
<input type="text" data-ng-model="a" />
<input type="text" data-ng-model="b" />
<h1>{{a+b}}</h1>
</div>
The above code is for adding two numbers am trying to put in ascx file Is it the correct way please give the answer
Attachment:
CampaignDetailsControl.ascx.zip
Reply
Answers (
1
)
i have a html form how to add captcha and validate it using
How do we use Json for label that has value generated ?