473,795 Members | 3,024 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Switching to Design Mode in VS2005

I have converted a vs 2003 solution to 2005 and when I try to switch to
design mode for a user control I get:

Cannot switch views: Validation (Internet Explorer 6): Element 'Style'
cannot be nested within element 'div'

Here is the html:
<div style="z-index: 101; left: 1px; width: 541px; position: absolute; top:
1px;
height: 290px">
<xwavegrid:smar tgrid id="SmartGrid1 " runat="server" style="z-index: 100;
left: 0px;
position: absolute; top: 0px">
<FooterStyle Height="20px"></FooterStyle>
<Columns>
<xwavegrid:Smar tGridColumn DataField="asdf " AllowClientUpda tes="False"
Key="sadf" ReadOnly="True" ColumnType="Tex t" Render="True"
IncludeInTotals ="False" MaxLength="50" Value="" PrimaryKey="Fal se" Format=""
Title="Column 0" ClipContents="F alse" SortExpression= "" Visible="True"
IsHyperlink="Fa lse" PersistClientUp datesOnDataBind ="False">
<Style Width="100px"></Style>
</xwavegrid:Smart GridColumn>
</Columns>

<CaptionStyle Width="100%" Height="20px"></CaptionStyle>

<HeaderStyle Height="20px"></HeaderStyle>

<PagerStyle Width="100%"></PagerStyle>
</xwavegrid:smart grid>
</div>

As you can see this is a custom webcontrol within a div. The custom control
has nested controls which have styles. This doesn't seem to be allowed, any
help appreciated

May 11 '06 #1
7 3379
Thanks for your response

This is the entire ascx file content.

<%@ Control Language="C#" AutoEventWireup ="true"
CodeFile="WebUs erControl.ascx. cs"
Inherits="Test_ WebUserControl" %>
<%@ Register Assembly="Appli cationFramework .WebControls"
Namespace="Appl icationFramewor k.WebControls.G rid"
TagPrefix="xwav egrid" %>
<div style="z-index: 101; left: 1px; width: 541px; position: absolute; top:
1px;
height: 290px">
<xwavegrid:smar tgrid id=smartgrid1 runat="server" style="z-index: 102;
left: 0px; position: absolute; top: 0px">
<FooterStyle Height="20px"></FooterStyle>
<Columns>
<xwavegrid:Smar tGridColumn DataField="sdf" AllowClientUpda tes="False"
Key="df" ReadOnly="True" ColumnType="Tex t" Render="True"
IncludeInTotals ="False" MaxLength="50" Value="" PrimaryKey="Fal se" Format=""
Title="Column 0" ClipContents="F alse" SortExpression= "" Visible="True"
IsHyperlink="Fa lse" PersistClientUp datesOnDataBind ="False">
<Style Width="100px"></Style>
</xwavegrid:Smart GridColumn>
</Columns>
</xwavegrid:smart grid>
</div>

I have not added it to page, but I should still be able to switch to design
view.

"Galin iliev" wrote:
No. this is not the problem

see if you have any other style tag

it must be in head section

for instance
<head>

<title>asdasd </title>

<style></style>

</head>
--
Galin Iliev [MCSD, MCSD.NET]
Senior Software Developer
www.wordassist.com

"Niall" <Ni***@discussi ons.microsoft.c om> wrote in message
news:71******** *************** ***********@mic rosoft.com...
I have converted a vs 2003 solution to 2005 and when I try to switch to
design mode for a user control I get:

Cannot switch views: Validation (Internet Explorer 6): Element 'Style'
cannot be nested within element 'div'

Here is the html:
<div style="z-index: 101; left: 1px; width: 541px; position: absolute;
top:
1px;
height: 290px">
<xwavegrid:smar tgrid id="SmartGrid1 " runat="server" style="z-index:
100;
left: 0px;
position: absolute; top: 0px">
<FooterStyle Height="20px"></FooterStyle>
<Columns>
<xwavegrid:Smar tGridColumn DataField="asdf " AllowClientUpda tes="False"
Key="sadf" ReadOnly="True" ColumnType="Tex t" Render="True"
IncludeInTotals ="False" MaxLength="50" Value="" PrimaryKey="Fal se"
Format=""
Title="Column 0" ClipContents="F alse" SortExpression= "" Visible="True"
IsHyperlink="Fa lse" PersistClientUp datesOnDataBind ="False">
<Style Width="100px"></Style>
</xwavegrid:Smart GridColumn>
</Columns>

<CaptionStyle Width="100%" Height="20px"></CaptionStyle>

<HeaderStyle Height="20px"></HeaderStyle>

<PagerStyle Width="100%"></PagerStyle>
</xwavegrid:smart grid>
</div>

As you can see this is a custom webcontrol within a div. The custom
control
has nested controls which have styles. This doesn't seem to be allowed,
any
help appreciated


May 11 '06 #2
No. this is not the problem

see if you have any other style tag

it must be in head section

for instance
<head>

<title>asdasd </title>

<style></style>

</head>
--
Galin Iliev [MCSD, MCSD.NET]
Senior Software Developer
www.wordassist.com

"Niall" <Ni***@discussi ons.microsoft.c om> wrote in message
news:71******** *************** ***********@mic rosoft.com...
I have converted a vs 2003 solution to 2005 and when I try to switch to
design mode for a user control I get:

Cannot switch views: Validation (Internet Explorer 6): Element 'Style'
cannot be nested within element 'div'

Here is the html:
<div style="z-index: 101; left: 1px; width: 541px; position: absolute;
top:
1px;
height: 290px">
<xwavegrid:smar tgrid id="SmartGrid1 " runat="server" style="z-index:
100;
left: 0px;
position: absolute; top: 0px">
<FooterStyle Height="20px"></FooterStyle>
<Columns>
<xwavegrid:Smar tGridColumn DataField="asdf " AllowClientUpda tes="False"
Key="sadf" ReadOnly="True" ColumnType="Tex t" Render="True"
IncludeInTotals ="False" MaxLength="50" Value="" PrimaryKey="Fal se"
Format=""
Title="Column 0" ClipContents="F alse" SortExpression= "" Visible="True"
IsHyperlink="Fa lse" PersistClientUp datesOnDataBind ="False">
<Style Width="100px"></Style>
</xwavegrid:Smart GridColumn>
</Columns>

<CaptionStyle Width="100%" Height="20px"></CaptionStyle>

<HeaderStyle Height="20px"></HeaderStyle>

<PagerStyle Width="100%"></PagerStyle>
</xwavegrid:smart grid>
</div>

As you can see this is a custom webcontrol within a div. The custom
control
has nested controls which have styles. This doesn't seem to be allowed,
any
help appreciated

May 11 '06 #3
seems like the referenced assembly cannot be found
check reference to
ApplicationFram ework.WebContro ls
--
Galin Iliev [MCSD, MCSD.NET]
Senior Software Developer
www.wordassist.com

"Niall" <Ni***@discussi ons.microsoft.c om> wrote in message
news:1F******** *************** ***********@mic rosoft.com...
Thanks for your response

This is the entire ascx file content.

<%@ Control Language="C#" AutoEventWireup ="true"
CodeFile="WebUs erControl.ascx. cs"
Inherits="Test_ WebUserControl" %>
<%@ Register Assembly="Appli cationFramework .WebControls"
Namespace="Appl icationFramewor k.WebControls.G rid"
TagPrefix="xwav egrid" %>
<div style="z-index: 101; left: 1px; width: 541px; position: absolute;
top:
1px;
height: 290px">
<xwavegrid:smar tgrid id=smartgrid1 runat="server" style="z-index: 102;
left: 0px; position: absolute; top: 0px">
<FooterStyle Height="20px"></FooterStyle>
<Columns>
<xwavegrid:Smar tGridColumn DataField="sdf" AllowClientUpda tes="False"
Key="df" ReadOnly="True" ColumnType="Tex t" Render="True"
IncludeInTotals ="False" MaxLength="50" Value="" PrimaryKey="Fal se"
Format=""
Title="Column 0" ClipContents="F alse" SortExpression= "" Visible="True"
IsHyperlink="Fa lse" PersistClientUp datesOnDataBind ="False">
<Style Width="100px"></Style>
</xwavegrid:Smart GridColumn>
</Columns>
</xwavegrid:smart grid>
</div>

I have not added it to page, but I should still be able to switch to
design
view.

"Galin iliev" wrote:
No. this is not the problem

see if you have any other style tag

it must be in head section

for instance
<head>

<title>asdasd </title>

<style></style>

</head>
--
Galin Iliev [MCSD, MCSD.NET]
Senior Software Developer
www.wordassist.com

"Niall" <Ni***@discussi ons.microsoft.c om> wrote in message
news:71******** *************** ***********@mic rosoft.com...
>I have converted a vs 2003 solution to 2005 and when I try to switch to
> design mode for a user control I get:
>
> Cannot switch views: Validation (Internet Explorer 6): Element 'Style'
> cannot be nested within element 'div'
>
> Here is the html:
>
>
> <div style="z-index: 101; left: 1px; width: 541px; position: absolute;
> top:
> 1px;
> height: 290px">
> <xwavegrid:smar tgrid id="SmartGrid1 " runat="server" style="z-index:
> 100;
> left: 0px;
> position: absolute; top: 0px">
> <FooterStyle Height="20px"></FooterStyle>
> <Columns>
> <xwavegrid:Smar tGridColumn DataField="asdf " AllowClientUpda tes="False"
> Key="sadf" ReadOnly="True" ColumnType="Tex t" Render="True"
> IncludeInTotals ="False" MaxLength="50" Value="" PrimaryKey="Fal se"
> Format=""
> Title="Column 0" ClipContents="F alse" SortExpression= "" Visible="True"
> IsHyperlink="Fa lse" PersistClientUp datesOnDataBind ="False">
> <Style Width="100px"></Style>
> </xwavegrid:Smart GridColumn>
> </Columns>
>
> <CaptionStyle Width="100%" Height="20px"></CaptionStyle>
>
> <HeaderStyle Height="20px"></HeaderStyle>
>
> <PagerStyle Width="100%"></PagerStyle>
> </xwavegrid:smart grid>
> </div>
>
> As you can see this is a custom webcontrol within a div. The custom
> control
> has nested controls which have styles. This doesn't seem to be allowed,
> any
> help appreciated
>


May 11 '06 #4
No, all references are fine, the projects build and run fine, it is just
switching to design view?

"Galin iliev" wrote:
seems like the referenced assembly cannot be found
check reference to
ApplicationFram ework.WebContro ls
--
Galin Iliev [MCSD, MCSD.NET]
Senior Software Developer
www.wordassist.com

"Niall" <Ni***@discussi ons.microsoft.c om> wrote in message
news:1F******** *************** ***********@mic rosoft.com...
Thanks for your response

This is the entire ascx file content.

<%@ Control Language="C#" AutoEventWireup ="true"
CodeFile="WebUs erControl.ascx. cs"
Inherits="Test_ WebUserControl" %>
<%@ Register Assembly="Appli cationFramework .WebControls"
Namespace="Appl icationFramewor k.WebControls.G rid"
TagPrefix="xwav egrid" %>
<div style="z-index: 101; left: 1px; width: 541px; position: absolute;
top:
1px;
height: 290px">
<xwavegrid:smar tgrid id=smartgrid1 runat="server" style="z-index: 102;
left: 0px; position: absolute; top: 0px">
<FooterStyle Height="20px"></FooterStyle>
<Columns>
<xwavegrid:Smar tGridColumn DataField="sdf" AllowClientUpda tes="False"
Key="df" ReadOnly="True" ColumnType="Tex t" Render="True"
IncludeInTotals ="False" MaxLength="50" Value="" PrimaryKey="Fal se"
Format=""
Title="Column 0" ClipContents="F alse" SortExpression= "" Visible="True"
IsHyperlink="Fa lse" PersistClientUp datesOnDataBind ="False">
<Style Width="100px"></Style>
</xwavegrid:Smart GridColumn>
</Columns>
</xwavegrid:smart grid>
</div>

I have not added it to page, but I should still be able to switch to
design
view.

"Galin iliev" wrote:
No. this is not the problem

see if you have any other style tag

it must be in head section

for instance
<head>

<title>asdasd </title>

<style></style>

</head>
--
Galin Iliev [MCSD, MCSD.NET]
Senior Software Developer
www.wordassist.com

"Niall" <Ni***@discussi ons.microsoft.c om> wrote in message
news:71******** *************** ***********@mic rosoft.com...
>I have converted a vs 2003 solution to 2005 and when I try to switch to
> design mode for a user control I get:
>
> Cannot switch views: Validation (Internet Explorer 6): Element 'Style'
> cannot be nested within element 'div'
>
> Here is the html:
>
>
> <div style="z-index: 101; left: 1px; width: 541px; position: absolute;
> top:
> 1px;
> height: 290px">
> <xwavegrid:smar tgrid id="SmartGrid1 " runat="server" style="z-index:
> 100;
> left: 0px;
> position: absolute; top: 0px">
> <FooterStyle Height="20px"></FooterStyle>
> <Columns>
> <xwavegrid:Smar tGridColumn DataField="asdf " AllowClientUpda tes="False"
> Key="sadf" ReadOnly="True" ColumnType="Tex t" Render="True"
> IncludeInTotals ="False" MaxLength="50" Value="" PrimaryKey="Fal se"
> Format=""
> Title="Column 0" ClipContents="F alse" SortExpression= "" Visible="True"
> IsHyperlink="Fa lse" PersistClientUp datesOnDataBind ="False">
> <Style Width="100px"></Style>
> </xwavegrid:Smart GridColumn>
> </Columns>
>
> <CaptionStyle Width="100%" Height="20px"></CaptionStyle>
>
> <HeaderStyle Height="20px"></HeaderStyle>
>
> <PagerStyle Width="100%"></PagerStyle>
> </xwavegrid:smart grid>
> </div>
>
> As you can see this is a custom webcontrol within a div. The custom
> control
> has nested controls which have styles. This doesn't seem to be allowed,
> any
> help appreciated
>


May 11 '06 #5
Do you have XHTML enabled on the page. Look for DOCTYPE directive near top
of page and see if it mentions XHTML.

"Niall" <Ni***@discussi ons.microsoft.c om> wrote in message
news:71******** *************** ***********@mic rosoft.com...
I have converted a vs 2003 solution to 2005 and when I try to switch to
design mode for a user control I get:

Cannot switch views: Validation (Internet Explorer 6): Element 'Style'
cannot be nested within element 'div'

Here is the html:
<div style="z-index: 101; left: 1px; width: 541px; position: absolute;
top:
1px;
height: 290px">
<xwavegrid:smar tgrid id="SmartGrid1 " runat="server" style="z-index:
100;
left: 0px;
position: absolute; top: 0px">
<FooterStyle Height="20px"></FooterStyle>
<Columns>
<xwavegrid:Smar tGridColumn DataField="asdf " AllowClientUpda tes="False"
Key="sadf" ReadOnly="True" ColumnType="Tex t" Render="True"
IncludeInTotals ="False" MaxLength="50" Value="" PrimaryKey="Fal se"
Format=""
Title="Column 0" ClipContents="F alse" SortExpression= "" Visible="True"
IsHyperlink="Fa lse" PersistClientUp datesOnDataBind ="False">
<Style Width="100px"></Style>
</xwavegrid:Smart GridColumn>
</Columns>

<CaptionStyle Width="100%" Height="20px"></CaptionStyle>

<HeaderStyle Height="20px"></HeaderStyle>

<PagerStyle Width="100%"></PagerStyle>
</xwavegrid:smart grid>
</div>

As you can see this is a custom webcontrol within a div. The custom
control
has nested controls which have styles. This doesn't seem to be allowed,
any
help appreciated

May 11 '06 #6
changing the doc type to an older version is a good work around for
converted projects

May 11 '06 #7
This is the entire ascx file content.

<%@ Control Language="C#" AutoEventWireup ="true"
CodeFile="WebUs erControl.ascx. cs"
Inherits="Test_ WebUserControl" %>
<%@ Register Assembly="Appli cationFramework .WebControls"
Namespace="Appl icationFramewor k.WebControls.G rid"
TagPrefix="xwav egrid" %>
<div style="z-index: 101; left: 1px; width: 541px; position: absolute; top:
1px;
height: 290px">
<xwavegrid:smar tgrid id=smartgrid1 runat="server" style="z-index: 102;
left: 0px; position: absolute; top: 0px">
<FooterStyle Height="20px"></FooterStyle>
<Columns>
<xwavegrid:Smar tGridColumn DataField="sdf" AllowClientUpda tes="False"
Key="df" ReadOnly="True" ColumnType="Tex t" Render="True"
IncludeInTotals ="False" MaxLength="50" Value="" PrimaryKey="Fal se" Format=""
Title="Column 0" ClipContents="F alse" SortExpression= "" Visible="True"
IsHyperlink="Fa lse" PersistClientUp datesOnDataBind ="False">
<Style Width="100px"></Style>
</xwavegrid:Smart GridColumn>
</Columns>
</xwavegrid:smart grid>
</div>

I have not added it to page, but I should still be able to switch to design
view.
"Winista" wrote:
Do you have XHTML enabled on the page. Look for DOCTYPE directive near top
of page and see if it mentions XHTML.

"Niall" <Ni***@discussi ons.microsoft.c om> wrote in message
news:71******** *************** ***********@mic rosoft.com...
I have converted a vs 2003 solution to 2005 and when I try to switch to
design mode for a user control I get:

Cannot switch views: Validation (Internet Explorer 6): Element 'Style'
cannot be nested within element 'div'

Here is the html:
<div style="z-index: 101; left: 1px; width: 541px; position: absolute;
top:
1px;
height: 290px">
<xwavegrid:smar tgrid id="SmartGrid1 " runat="server" style="z-index:
100;
left: 0px;
position: absolute; top: 0px">
<FooterStyle Height="20px"></FooterStyle>
<Columns>
<xwavegrid:Smar tGridColumn DataField="asdf " AllowClientUpda tes="False"
Key="sadf" ReadOnly="True" ColumnType="Tex t" Render="True"
IncludeInTotals ="False" MaxLength="50" Value="" PrimaryKey="Fal se"
Format=""
Title="Column 0" ClipContents="F alse" SortExpression= "" Visible="True"
IsHyperlink="Fa lse" PersistClientUp datesOnDataBind ="False">
<Style Width="100px"></Style>
</xwavegrid:Smart GridColumn>
</Columns>

<CaptionStyle Width="100%" Height="20px"></CaptionStyle>

<HeaderStyle Height="20px"></HeaderStyle>

<PagerStyle Width="100%"></PagerStyle>
</xwavegrid:smart grid>
</div>

As you can see this is a custom webcontrol within a div. The custom
control
has nested controls which have styles. This doesn't seem to be allowed,
any
help appreciated


May 11 '06 #8

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

Similar topics

1
2020
by: Matthew Wells | last post by:
I have a a parent form with a subform. The parent form has two command buttons to change the subform view to single form view and datasheet view respectively. I can't seem to get this to work. There is a menu item to switch to datasheet view, but it won't go back to form view. The only way I see so far is to open the subform by itself in design view, change the default view, save & close, then set the sourceobject property in the main...
1
6342
by: Nogusta123 | last post by:
Hi, I have had a lot of problems getting web pages, master pages and content pages to render in VS2005 design view the same as they would in Internet Explorer. I did a lot of looking on the internet for answers but didn't have much luck. Anyway I believe I have found the causes of the problems and thought I should share them in case any one else is feeling the pain and also to find out what other peoples opinions are, on whether these...
3
1707
by: Rolf Welskes | last post by:
Hello, for a large web site project we would like to use nested Master Pages. Unfortunely VS2005 is not able to show pages in design mode when nested Master pages are used. This has the consequence that also each content page cannot be used in design mode. It is impossible to design hundrets of pages in source mode without design
0
1291
by: Chris Davoli | last post by:
I'm using Visual Studio 2005 to build my web pages. This works fine except for using the VS2005 design mode and inserting panels to not display some rows (before and after TR tags), it won't show the html inside the panels. I have the panel set to visible= true, and it renders the html correctly when I browse the page, but in the WSIWIG design mode in VS2005, it doesn't show the html in between the panel tags. This makes it hard to...
1
1288
by: TheLongshot | last post by:
I just recently converted a project from VS 2003 to VS 2005. The problem I am having is that I have a lot of tables that are built as repeaters in the code, like this one: <asp:repeater id="rptrprerequisites" runat="server"> <HeaderTemplate> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="mainContentTable" ID="Table23"> <tr> <td width="0%" class="tableHead3">&nbsp;</td>
1
1178
by: .:Alex:. | last post by:
Hello, I have this very annoying problem. for example I have a class , a partial class of a Form. When I modify some code in this class and I switch to the Form, I have to wait some time to refresh the control. It's very interesting because I don't modify a param regarding the form... There is a solution to stop this refresh when I switch between Code and Form?
2
3172
by: teixeira1985 | last post by:
Hi , Due an unknown cause VS2005 started to show an error when i switch from code to design in windows forms projects. I repaired the installation but the same happens. The error is: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes.
4
554
by: K Viltersten | last post by:
We have a project working well today and it's developed on VS2005. Since we're planing to switch to VS2008 in a soon future, i've been trying to move the project to VS2008 Express (Web Developer). After i've moved over all the files, i run into problems compiling and running it. Both versions of VS are run on the same computer (with the sam settings, of course). Still, when i try to run index.aspx, i get error message as follows:
2
5625
by: programmerx101 | last post by:
Ok, I'm looking for expert advice on this one. I have a database which keeps going into read_only mode. Sometimes it goes into read_only / single user mode. Once it was taken offline completely. This seemingly happens randomly. Out of all of the database I have worked with, this has happened on 3 of them - several times randomly to each. All three of the databases that have exhibited this behaviour have been databases I have written for the...
0
9672
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9519
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10215
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10165
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9043
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6783
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5437
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4113
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 we have to send another system
2
3727
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.