Disabling all fields in new way?? using asp.net??
-
hai. currently i m using asp.net with c# 2005 (2.0 framework). here i have created a page with 50 fields (mixture of labels, textbox, dropdown box, image controls). The thing is when user select the 1st two field (both are dropdowns) then only all the other fields should enable for the user. we can user the disable property and do it. but to do for 48 fields is too risky. So is there anyother way to put a layer (or screen) over the 48 fields where user cant use the fields before selecting the dropdowns? guide me. thanks in advance - KARAN
-
hai. currently i m using asp.net with c# 2005 (2.0 framework). here i have created a page with 50 fields (mixture of labels, textbox, dropdown box, image controls). The thing is when user select the 1st two field (both are dropdowns) then only all the other fields should enable for the user. we can user the disable property and do it. but to do for 48 fields is too risky. So is there anyother way to put a layer (or screen) over the 48 fields where user cant use the fields before selecting the dropdowns? guide me. thanks in advance - KARAN
Hi , yes you can do it . In aspx page you create table and put all 48 fields under this table . and done table visible = false. and visible true at the IInd dropdownlist selection event. your all fields
modified on Tuesday, September 23, 2008 3:27 PM
-
hai. currently i m using asp.net with c# 2005 (2.0 framework). here i have created a page with 50 fields (mixture of labels, textbox, dropdown box, image controls). The thing is when user select the 1st two field (both are dropdowns) then only all the other fields should enable for the user. we can user the disable property and do it. but to do for 48 fields is too risky. So is there anyother way to put a layer (or screen) over the 48 fields where user cant use the fields before selecting the dropdowns? guide me. thanks in advance - KARAN
Pu all those control in a panel and toggle panel's visibility depending on your condition.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Hi , yes you can do it . In aspx page you create table and put all 48 fields under this table . and done table visible = false. and visible true at the IInd dropdownlist selection event. your all fields
modified on Tuesday, September 23, 2008 3:27 PM
-
Pu all those control in a panel and toggle panel's visibility depending on your condition.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
thanks navaneeth. i didnt try this . let me processs and if any i will come back. Actually what i m exactly looking is.... Please check the following link (1st press the close button) and press the refresh button. A screen will appear so that until the process finish, we cant choose any films. The same i m trying in .net 2005. is there any "covering screen" like this? link : https://www.thecinema.in/thecinema.in/cinemalite.html
-
thanks navaneeth. i didnt try this . let me processs and if any i will come back. Actually what i m exactly looking is.... Please check the following link (1st press the close button) and press the refresh button. A screen will appear so that until the process finish, we cant choose any films. The same i m trying in .net 2005. is there any "covering screen" like this? link : https://www.thecinema.in/thecinema.in/cinemalite.html
Karan_TN wrote:
I can't take it as it is blocked.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Hi , yes you can do it . In aspx page you create table and put all 48 fields under this table . and done table visible = false. and visible true at the IInd dropdownlist selection event. your all fields
modified on Tuesday, September 23, 2008 3:27 PM
-
thanks navaneeth. i didnt try this . let me processs and if any i will come back. Actually what i m exactly looking is.... Please check the following link (1st press the close button) and press the refresh button. A screen will appear so that until the process finish, we cant choose any films. The same i m trying in .net 2005. is there any "covering screen" like this? link : https://www.thecinema.in/thecinema.in/cinemalite.html
-
Hi, You can do something like that with javascript - it's like a curten (I don't know if I translated it well) - I know there is a bunch of these on the javascript pages on the net.... Try to google it :-)