473,398 Members | 2,212 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

About textbox

Hello all,
I have 3 labels,1 textbox, 2 dropdowns which i need to toggle in a
certain part of my application. all are working fine except the TaxID
label and textbox which when set to visible=true does not show up.
lblCrncy.Visible = True
ddlCurrency.Visible = True
lblTaxID.Visible = True
txtTaxID.Visible = True
lblTxCountry.Visible = True
ddlTxCountry.Visible = True
What should i do?
Thanks
Sumana
Nov 18 '05 #1
2 990
Hi Sumana,

A couple of things to check...

1. Is the Page_Load event resetting the visibility to a default state that
is Visible=False?
2. Is viewstate enabled for the TaxID controls?

If this doesn't help, please post more of the code so we can see what is
happening?

Ken
MVP [ASP.NET]

"Sumana" <su******@hotmail.com> wrote in message
news:1a*************************@posting.google.co m...
Hello all,
I have 3 labels,1 textbox, 2 dropdowns which i need to toggle in a
certain part of my application. all are working fine except the TaxID
label and textbox which when set to visible=true does not show up.
lblCrncy.Visible = True
ddlCurrency.Visible = True
lblTaxID.Visible = True
txtTaxID.Visible = True
lblTxCountry.Visible = True
ddlTxCountry.Visible = True
What should i do?
Thanks
Sumana


Nov 18 '05 #2
Thanks Ken,
Actually the </asp:textbox> was mis aligned. It works fine now.
Sumana
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message news:<e3**************@tk2msftngp13.phx.gbl>...
Hi Sumana,

A couple of things to check...

1. Is the Page_Load event resetting the visibility to a default state that
is Visible=False?
2. Is viewstate enabled for the TaxID controls?

If this doesn't help, please post more of the code so we can see what is
happening?

Ken
MVP [ASP.NET]

"Sumana" <su******@hotmail.com> wrote in message
news:1a*************************@posting.google.co m...
Hello all,
I have 3 labels,1 textbox, 2 dropdowns which i need to toggle in a
certain part of my application. all are working fine except the TaxID
label and textbox which when set to visible=true does not show up.
lblCrncy.Visible = True
ddlCurrency.Visible = True
lblTaxID.Visible = True
txtTaxID.Visible = True
lblTxCountry.Visible = True
ddlTxCountry.Visible = True
What should i do?
Thanks
Sumana

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Albinas | last post by:
Hi all, I am trying to customize the text box to suit the practice of my app. And I am working about the focus behavior of text field. I have met the the following problem. When I set the...
6
by: wASP | last post by:
Hello everyone, I'm new to C# and ASP.NET, so pardon my stupidity on this one. I'm having a problem with referencing methods/functions external to a class member function. My code is as...
4
by: Edward | last post by:
hi, everyone, my Page_Load fill tblProducts with some TextBox. <form runat="server"> <asp:Table id="tblProducts" runat="server"></asp:Table> <hr> <asp:Button id="Button1"...
6
by: Joe | last post by:
Hi, I have a MS Access DB in which a record has just too many fields to be able to allow users to do inline editing in a datagrid. So I want to display as First Name: Text box where first...
11
by: wolf | last post by:
There are three webcontrol on my asp.net form: a TextBox, a submit button and a RegularExpressionValidator. And I had set ControlToValidate property of the RegularExpressionValidator to the...
6
by: SK | last post by:
Hello, I have a datagrid, textbox and a button in my page. The datagtrid has sorting enabled. But, I am not doing any sorting. Its just for test purpose. Now the user enteres some text in the...
1
by: TBK | last post by:
I'm trying to finish up an assignment I had for a class and basically I'm stuck. The program is supposed to take information you've entered, put it into an array, display it in a listbox and then...
2
by: Simon | last post by:
I've only recently got started using VB.net Compact Framework, and I'm struggling to create a read-only Textbox with a white background. Even though I can set the background colour of a textbox,...
6
by: Mark Baldwin | last post by:
Bearing in mind the overhead of handling strings in .NET, which is more efficient... // trim once but use temporary string s1 = textBox1.Text.Trim(); if (s1.Length 0) s2 = s1; OR
7
by: Brian | last post by:
Hi, here is exactly what I want to try and do. On a simple level, when the user clicks on a textbox the matching label will change colors to hightlight the which field they are editing. By...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.