473,386 Members | 1,621 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,386 software developers and data experts.

Garbage Charecters

Hello all,

I have created an application in ASP.NET 2.0.
When i run it from internet explorer the aspx page shows some garbage
charecters in it. I tried looking in to the HTML source of the page i found
the below lines were causing problem

<tr>
<td align=center style="width: 751px">
<br />
¸ut name="btnDrawings2" type="button" id="btnDrawings2" class="Btn"
value=":: Drawings ::"
onclick="javascript:window.open('DrawingReports.as px','_self');"
style="width:110px" />&nbsp;
<input type="submit" name="btnBldgBuy2" value=":: Continue To Buy ::"
id="btnBldgBuy2" class="Btn" style="width:160px" />
</td>
</tr>

Look at the garbage in place of input in first button.

Now when i looked in to the ASPX file in my project the lines were perfect
as below

<tr>
<td align=center style="width: 751px">
<br />
<input type=button id="btnDrawings2" class="Btn" Value=":: Drawings ::"
runat=server
onclick="javascript:window.open('DrawingReports.as px','_self');"
style="width:110px" />&nbsp;
<asp:Button Text=":: Continue To Buy ::" ID="btnBldgBuy2" CssClass="Btn"
style="width:160px" runat="server" OnClick="btnBldgBuy_Click" />
</td>
</tr>

I have the same 2 lines in another page where it is not causing any such
problem.

I did not understood how does it changed the HTML code of aspx file while
running from IIS.

It runs well in the development web server of Visual Studio 2005.

I am using Windows 2003 Server R2, IIS 6.0, Internet Explorer 6.0 and
ASP.NET 2.0

Can anyone help me in this?

Thanks in advance.

Regards
Vishal Dalsania
Jul 27 '06 #1
0 923

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

Similar topics

5
by: Desmond | last post by:
Can anyone tell me ho to get certain charecters to be displayed. When sending email with (') i get (\) instead. i.e. This dosen't work becomes dosen\t Is there some kind of escape key to get...
10
by: pachanga | last post by:
The Hans-Boehm garbage collector can be successfully used with C and C++, but not yet a standard for C++.. Is there talks about Garbage Collector to become in the C++ standard?
1
by: Alex Smith | last post by:
Hi friends, I want to read all charecters of pdf file using char array. Thanks, Alex.
1
by: Alex Smith | last post by:
Hi friends, I want to read all charecters of pdf file using char array. Thanks, Alex.
8
by: mike2036 | last post by:
For some reason it appears that garbage collection is releasing an object that I'm still using. The object is declared in a module and instantiated within a class that is in turn instantiated by...
2
by: 28tommy | last post by:
Hello all, I know how to exclude 1 charecter from a compiled sequence of the re module- '', but if I want to exclude a word or a sequence as one unit (not as separate charecters) to be...
28
by: Goalie_Ca | last post by:
I have been reading (or at least googling) about the potential addition of optional garbage collection to C++0x. There are numerous myths and whatnot with very little detailed information. Will...
2
by: nityagopikrishnan | last post by:
how do we write a programme to find the frq of charecters of a string eg you are great output no of y=1 no of o=1 no of u=1 no of a=2 no of r=2 no of e =2 no of g=1
158
by: pushpakulkar | last post by:
Hi all, Is garbage collection possible in C++. It doesn't come as part of language support. Is there any specific reason for the same due to the way the language is designed. Or it is...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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...

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.