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
giri s
NA
1
2.9k
client side validation for wizard control in asp.net?
Jul 26 2012 8:01 AM
i have wizard control
in
my
web page
with
two tabs
..
in
first tab having form
with
textboxes
and
dropdownlists
.
if
i textbox
is
empty following code
is
running
protected
void
MyWizard_NextButtonClick
(
object
sender
,
WizardNavigationEventArgs
e
)
{
if
(
txtFirst
.
Text
==
""
)
{
Response
.
Write
(@
"<script language='javascript'>alert('hello');</script>"
);
}
}
above code
is
show the alert
and
redirect to
next
tab
.
it wont stay
in
that page
.
how to acheive
this
validation
in
that button click
?????
for
achieve what property should change
in
wizard control
????
please guide me friends
pls guide me friends
Reply
Answers (
1
)
grid view problem
How to filter datagridview by making any change in the textbox