p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
ASP.NET 3.5 Basics If you are new to ASP or ASP.NET programming with version 3.5, this is the forum to begin asking questions. Please also see the Visual Web Developer 2008 forum.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old August 19th, 2009, 09:44 PM
Authorized User
Points: 141, Level: 2
Points: 141, Level: 2 Points: 141, Level: 2 Points: 141, Level: 2
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2009
Posts: 30
Thanks: 13
Thanked 0 Times in 0 Posts
Default dialog box

hi...how to add a dialog box,after i add one record into postjob table and link it to main page(menu.aspx) .....the dialog box's message "Added One Record!" and there is only OK command,after i click OK it should link to menu.aspx......thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old August 20th, 2009, 01:40 PM
Friend of Wrox
Points: 788, Level: 10
Points: 788, Level: 10 Points: 788, Level: 10 Points: 788, Level: 10
Activity: 15%
Activity: 15% Activity: 15% Activity: 15%
 
Join Date: Nov 2007
Location: Central Florida, USA.
Posts: 199
Thanks: 2
Thanked 15 Times in 15 Posts
Default Something like...

You could do something like this...

Code:
        Dim Script As String = "<script language='javascript' type='text/javascript'>"
        Script &= "alert('Added One Record!');"
        Script &= "window.location.href = 'main.aspx';"
        Script &= "<" & "/script>"
        Page.ClientScript.RegisterClientScriptBlock(Page.GetType, "Redirect", Script, False)
__________________
Jason Hall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
The Following User Says Thank You to alliancejhall For This Useful Post:
Banishah (August 23rd, 2009)
  #3 (permalink)  
Old August 28th, 2009, 01:15 AM
Registered User
Points: 3, Level: 1
Points: 3, Level: 1 Points: 3, Level: 1 Points: 3, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Aug 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default need help

I have a dialog box type object that displays fine and hides when I hit the button, but my problem is that I don't want to add an event listener for the dialog click. Instead, there is a function waiting on the answer for the yes or no. I notice AS2 has sleep(), which I could have used here. It looks like it is gone. Is there an equivalent way to keep delaying until the dialog is clicked?

Many thanks for any input!


drug rehab
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #4 (permalink)  
Old October 22nd, 2009, 06:47 AM
Authorized User
Points: 227, Level: 4
Points: 227, Level: 4 Points: 227, Level: 4 Points: 227, Level: 4
Activity: 15%
Activity: 15% Activity: 15% Activity: 15%
 
Join Date: May 2006
Location: , , United Kingdom.
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Would this help?

http://www.asp.net/learn/ajax-videos/video-119.aspx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Save dialog box mcinar Classic ASP Basics 6 January 15th, 2005 12:49 AM
Bypass a Dialog Box SerranoG Access VBA 3 December 22nd, 2004 05:00 PM
insert dialog box in a dialog box BurhanKhan Visual C++ 7 June 1st, 2004 08:53 PM
Reports Dialog Box Ben Horne Access 4 April 21st, 2004 09:40 PM
Custom Dialog Box snakedog Access 1 March 12th, 2004 09:37 PM



All times are GMT -4. The time now is 02:18 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc