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
Sagar
NA
95
24.8k
Control working very late...
Jun 10 2014 9:20 AM
well! m having an issue with my code in which m using RadioButtonList and on its SelectionChangedEvent i hv made a <div> visible and a <div> visible=false like
if (chk.SelectedIndex == 0)
{
divmain.Visible = true;
divcompany.Visible = false;
}
in aspx this RadioButtonList,divcompany and divmain is under UpdatePanel
ITS WORKING FINE On Local but not working on server when i select radiobutton the divmain becomes visible after 3-5 mins
so plz help me in this ....
Reply
Answers (
1
)
Convert date to datetime c#
Testimonials