473,498 Members | 1,074 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web Form Textbox issue

To all,

I am a experienced programmer, but new to Visual Studio 2003 and the .NET
technology. However, I am working with an existing website that was
developed for me and I am trying to make some minor changes, like in this
case I am trying to add a new field.....

The website is developed in ASP.NET and contains a webform whereby I can
display and update various fields from an Access database table. One of the
existing fields on the form is a textbox called "txtpassword".

I added a new password field to the database table and called the field
"AlternatePassword". I then added a textbox to the .aspx webform called
"txtAlternatePassword". Then I did a search on the word "password"
throughout the entire project and whereever I saw the original password text
box listed "txtpassword" I copied the code and duplicated it for my new
field. I even updated the various "Select" statements accordingly wherever
the existing "txtpassword" was listed to also include my new field..

Using Visual Studio 2003, I run the application using the debugger. The
webform screen will neither display or add the alternate password field
from/to the database table. When I look at the contents of the
Me.txtAlternatePassword.Text field while in the debugger it indicates
"Public Overridable Property Text() as String", but does not display any
values as with the other fields being read from the database table.

Does the new text box on the web form need to be bound to the new field in
the database table somehow? I looked to see if the original "txtPassword"
text box had such bindings while in Visual Studio 2003 but didn't see
anything. Any ideas?

Thank you in advance for your assistance.
Nov 19 '05 #1
0 907

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

Similar topics

2
3174
by: T.E. | last post by:
Hi all, I'm a newbie in php. I encounter a problem with php form that has only one textfield. If I click on the submit button, the form works fine. However, when I press 'enter', the form...
0
2210
by: 23s | last post by:
Is there any way I can send a vertical value to a form's scroll position? I have a full-screen form that, at launch, contains an empty tab sheet. At run time, the user can dynamically append a...
19
1949
by: hamil | last post by:
I have a form with one button, Button1, and a Textbox, Textbox1 I have a class, class1 as follows. Public Class Class1 Public DeForm As Object Sub doit() DeForm.Textbox1.text = "It works"...
2
2379
by: panwala_bhavesh | last post by:
Thanks in advance... I have a form displaying the results of a query in a continuous form style. I want to be able to double-click on the key field of the form (a textbox, in this case a AssetID)...
0
1544
by: hussainiyad | last post by:
Dear All i,m totlally new for vb 6.0 and i,m doing a invoice project and i,m facing a issue , can you plz tell me solution i,m trying to retrive some datas from sql (Product table) it...
0
7124
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6998
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6884
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7375
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
5460
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,...
1
4904
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...
0
4586
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3090
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1416
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.