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
Devarajan Gurusamy
NA
1
0
upgradation issue in IE8: while upgrading 3.5 framework project to 4.0 framework
Jun 16 2010 1:10 AM
After i upgraded the 3.5 framework solution to 4.0 we are facing the following issues on IE 8,
a) I have used the GridView asp:CommandField to achieve delete operation.
So that i used the below javascript implentation on GridDataRowBound event to get
confirmation before the row is getting deleted.
Dim onClick As String = String.Format("if(!confirm({0})) return false;", JsHelper.ToJs(page.Translator.Translate("Are you sure?")))
CType(control, ImageButton).OnClientClick = onClick
When i click Ok button it shows a blank page instead delete operation but postback is happenning and It doesn't raise the events such as
GridViewRow_Deleting an GridViewRow_Deleted.
Looking forward for your response as earliest
--Thanks
Reply
Answers (
0
)
WPF: Receive a ScrollBar visibility change event
Avoiding Circular Dependency