Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
vk18
Posting Yak Master
146 Posts |
Posted - 2006-12-05 : 00:30:17
|
Hello Friends,I have 3 aspx pages in one of the application i am working on. On the 3rd aspx page If i check a check box then i want to disable the button on the 1st page. How can i do this. Any ideas..? I am using VB.NET/ASP.NET. Appreciate your helpThx |
|
DonAtWork
Master Smack Fu Yak Hacker
2167 Posts |
Posted - 2006-12-05 : 07:21:26
|
where are you storing your choices? Session state? SQL SERVER database?[Signature]For fast help, follow this link:http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspxLearn SQLhttp://www.sql-tutorial.net/ http://www.firstsql.com/tutor.htm http://www.w3schools.com/sql/default.asp |
 |
|
jhermiz
3564 Posts |
Posted - 2006-12-05 : 07:52:58
|
You'll probably need to do this in javascript.Im not the best person to give advice on such a cryptic language though :-p Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]RS Blog -- [url]http://weblogs.sqlteam.com/jhermiz[/url] |
 |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2006-12-05 : 08:14:13
|
you'll have to save your choice in the session and then show appropriate buttons based on that when loading the 1st page.Go with the flow & have fun! Else fight the flow blog thingie: http://weblogs.sqlteam.com/mladenp |
 |
|
|
|
|