473,512 Members | 15,196 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

code behind synchronization?

1 New Member
Hello,

Does anyone know why the following code will only define the table "testTable" in the code behind and not the label and textbox. I realize I can enter it myself, but I want to know if I am doing something wrong.

Is there a way to force the code behind to synchronize?

<asp:Table id="testTable" Runat="server" CellSpacing="0" CellPadding="0" Width="100%"
BorderWidth="0">
<asp:TableRow Height="9">
<asp:TableCell Height="9" Width="20%">
<asp:Label ID="label1" Runat="server" CssClass="InputLabel"> Number:</asp:Label>
</asp:TableCell>
<asp:TableCell Height="9">
<asp:textbox id="textbox1" runat="server" CssClass="InputValue" Height="22" Width="120"
MaxLength="10"></asp:textbox>
</asp:TableCell>
<asp:TableCell Height="9" Width="20%">&nbsp;</asp:TableCell>
<asp:TableCell Height="9">&nbsp;</asp:TableCell>
</asp:TableRow>
</asp:Table>

Thanks.
Oct 2 '07 #1
0 767

Sign in to post your reply or Sign up for a free account.

Similar topics

9
1895
by: Ken Durden | last post by:
I already posted this to comp.programming.threads, but the group over there seems to be arguing from a purely theoretical standpoint rather than addressing the reality of compiler optimizations and...
10
1618
by: Tim Conner | last post by:
Does anybody would recommend a tool in which I can model my classes and then generates C# code ? In Delphi I used to do this with ModelMaker(http://www.modelmakertools.com/), which generated me...
15
11727
by: Bryan | last post by:
I have a multi-threaded C# console application that uses WMI (System.Management namespace) to make RPC calls to several servers (600+ ) and returns ScheduledJobs. The section of my code that...
5
15562
by: Cyrus | last post by:
I have a question regarding synchronization across multiple threads for a Hashtable. Currently I have a Threadpool that is creating worker threads based on requests to read/write to a hashtable....
6
6235
by: blackstreetcat | last post by:
consider this code : int i; //gobal var Thread1: i=some value; Thread2: if (i==2) dosomething(); else dosomethingelse();
12
1989
by: emma_middlebrook | last post by:
Hi Say you had N threads doing some jobs (not from a shared queue or anything like that, they each know how to do their own set of jobs in a self-contained way). How can you coordinate them so...
0
1680
by: lbrtchx | last post by:
Say you need to serve the same Web content from a number of IP address, which you need to keep out there with high availability requirements ~ I think Web Services would be a good candidate for...
8
2960
by: Brad Walton | last post by:
Hello. First post, but been doing a bit of reading here. I am working on a project in Java, but decided to switch over to C# after seeing some of the additional features I can get from C#. One of...
15
2690
by: ingejg | last post by:
I am starting to study internet synchronization, and my head is still spinning since internet is not my forte, however my boss is breathing down my neck at the moment. Our company has only one...
0
7153
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...
0
7371
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
7432
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
7517
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
5676
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
3230
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
1583
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 ...
1
791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
452
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.