Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Problem with control visibility


Message #1 by "Karthikeyan Palanivel" <karthikeyan_p@i...> on Sat, 26 Oct 2002 14:57:37 +0530
Hi Karthik, 
     I am not sure ,u had put the problem statement properly, Let me tell u what i have understood by u r statement... 
 U have 2 Serverside buttons and a serverside textbox. By defauly u have not modified any visibility. On click of button A u are
changing the text of button B. and on click of button B u r making the visibility of textbox  to false. 
In this situation even if u clicked on button A ,u will not get the text box visible as it maintains its state(false). Until u make
the vistbility to true it will not appear. 
Let me know the status of u r problem, 
I have attached a file ,please check it. 
U can mail me at ramprasadu@e... 
Ramprasad. 
 
 
 Karthikeyan Palanivel <karthikeyan_p@i...> wrote: Hi,
I have a page with two buttons A & B and a textbox.

If I click button A the I'll change the text of button B.

If I click button B the I'll make the textbox visible = false

First if I click button B the textbox disappears fine. But now
if I click button A the page reloads with textbox visible.
I want the textbox to be invisible since iam changing only the
text of button B.

How can I do that?
Thanks


Regards
Karthikeyan Palanivel
Infosys Technologies Limited
Phone :+91 (80) 8520261 Extn : 54043
Mobile : +xx xxxxxxxxxx 




---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450

These books are a complete reference to the ASP.NET namespaces 
for developers who are already familiar with using ASP.NET. 
There is no trivial introductory material or useless .NET 
hype and the presentation of the namespaces, in an easy-to use 
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes, 
giving you those real-world tips that the documentation doesn't 
offer, and demonstrating complex techniques with simple 
examples. 

---


Regards,

Ramprasad Upadhyaya



---------------------------------
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site

  Return to Index