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
rulec444
NA
81
0
open new aspx page after click event on dynamically created control
Jan 21 2005 5:07 PM
I am having difficulty with opening a new aspx page when the onclick event fires on a dynamically created button. The buttons and number of buttons are created based on records stored in a database/table for a customer. This code is in the page load of the aspx.cs page: ___________________________________________________________________________ String scriptString = " ___________________________________________________________________________ And in the code behind of the Notes.aspx.cs page, I have included this in the page load: ____________________________________________________________________________ extid = Convert.ToInt32(Request.QueryString["extid"]); custid = Convert.ToInt32(Request.QueryString["custid"]); ___________________________________________________________________________ However, when I run the app and click on the "QA Signoff" button, my Notes page comes up as "The page cannot be found". I've set breakpoints and stepped through the code, but am not able to identify the problem. Any suggestions? Thanks for your help.
Reply
Answers (
1
)
Why??
form authenication in mobile by dipal choksi