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
sourcehoh
NA
18
0
showModalDialog Problem in PostBack in ASP
Mar 10 2005 5:37 AM
I would like to have a lookup form in my ASP app. So I use client script to popup a Lookup aspx page and the page will display a grid and let use to select. and the code to pop the form is listed below retval = window.showModalDialog( "ALookup.aspx", window); But I face a problem, when I click a link button in my datagrid and the error message is like that Object Required :- javascript:__doPostBack('dgLookup$_ctl3$_ctl0','') Does anymore can help or give me a hint on this ?? Thank you...
Reply
Answers (
0
)
How to retrive the Primary Key with Ms Access
Databound Controls in a User Control Note maintaining viewstate.