473,396 Members | 2,004 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,396 software developers and data experts.

syntax error on auto postback with dropdown

Hi,

On this page you can see a dropdown with auto postback:
http://www.b2blearning.be/en/planning.aspx

When you change the dropdown, the planning dates are populated.
But if you do that a few times, suddenly a Syntax Error is generated.

Any ideas why ??

THX
Nic
Nov 19 '05 #1
4 1300
Nic:
Are you using SmartNavigation? Try turning it off...that should solve the
error

Also why is your form a GET instead of a POST? so people can bookmark?

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"nicholas" <mu********@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
Hi,

On this page you can see a dropdown with auto postback:
http://www.b2blearning.be/en/planning.aspx

When you change the dropdown, the planning dates are populated.
But if you do that a few times, suddenly a Syntax Error is generated.

Any ideas why ??

THX
Nic

Nov 19 '05 #2
Karl,

I'm not using SmartNavigation.

Yes, I could indeed use Post instead of Get, but could this be the reason?

THX a lot
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:eb**************@TK2MSFTNGP14.phx.gbl...
Nic:
Are you using SmartNavigation? Try turning it off...that should solve the
error

Also why is your form a GET instead of a POST? so people can bookmark?

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"nicholas" <mu********@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
Hi,

On this page you can see a dropdown with auto postback:
http://www.b2blearning.be/en/planning.aspx

When you change the dropdown, the planning dates are populated.
But if you do that a few times, suddenly a Syntax Error is generated.

Any ideas why ??

THX
Nic


Nov 19 '05 #3
I noticed the error only occurs after there was a result of 4 or more
records.

So I you select a course, and there are less than 4 planned dates, there's
no problem.
But once you got a course with 4 or more planned dates, and you than want to
see dates of another course, the error occurs.

Post vs. Get: the reason why I use get is that some variables are sent,
like "courseID".

THX

"nicholas" <mu********@hotmail.com> wrote in message
news:uA**************@TK2MSFTNGP14.phx.gbl...
Karl,

I'm not using SmartNavigation.

Yes, I could indeed use Post instead of Get, but could this be the reason?

THX a lot
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:eb**************@TK2MSFTNGP14.phx.gbl...
Nic:
Are you using SmartNavigation? Try turning it off...that should solve the error

Also why is your form a GET instead of a POST? so people can bookmark?

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying) http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"nicholas" <mu********@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
Hi,

On this page you can see a dropdown with auto postback:
http://www.b2blearning.be/en/planning.aspx

When you change the dropdown, the planning dates are populated.
But if you do that a few times, suddenly a Syntax Error is generated.

Any ideas why ??

THX
Nic



Nov 19 '05 #4
Did you try the Post just to see if it fixed the error? It should be noted
that this doesn't cause a problem is Firefox...I'm thinking your URLs are
causing IE some problems...I remember there beinga 2048 character limit in
theURL...but that could have been for IE 3.0...who knows....just give it a
try :)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"nicholas" <mu********@hotmail.com> wrote in message
news:uH**************@tk2msftngp13.phx.gbl...
I noticed the error only occurs after there was a result of 4 or more
records.

So I you select a course, and there are less than 4 planned dates, there's
no problem.
But once you got a course with 4 or more planned dates, and you than want to see dates of another course, the error occurs.

Post vs. Get: the reason why I use get is that some variables are sent,
like "courseID".

THX

"nicholas" <mu********@hotmail.com> wrote in message
news:uA**************@TK2MSFTNGP14.phx.gbl...
Karl,

I'm not using SmartNavigation.

Yes, I could indeed use Post instead of Get, but could this be the reason?

THX a lot
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:eb**************@TK2MSFTNGP14.phx.gbl...
Nic:
Are you using SmartNavigation? Try turning it off...that should solve

the error

Also why is your form a GET instead of a POST? so people can bookmark?
Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying) http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"nicholas" <mu********@hotmail.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> On this page you can see a dropdown with auto postback:
> http://www.b2blearning.be/en/planning.aspx
>
> When you change the dropdown, the planning dates are populated.
> But if you do that a few times, suddenly a Syntax Error is generated. >
> Any ideas why ??
>
> THX
> Nic
>
>



Nov 19 '05 #5

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

Similar topics

1
by: Christopher D. Wiederspan | last post by:
I'm wondering if there's a way to use javascript to disable a ASP.NET web page before it starts to postback. Specifically, here's what I'm running into. I've got a webform that has an autopostback...
1
by: Mad Scientist Jr | last post by:
I don't know how this is happening, but a dropdown control I have is resetting to the 2nd value on the list anytime a postback occurs. I have no initiation code outside of If Not (IsPostBack) ...
7
by: Mad Scientist Jr | last post by:
i have a dropdown control with autopostback=on that when selected, posts back and populates a second dropdown. the 2nd dropdown takes a while to load, giving the user time to start typing in other...
1
by: Brian Shannon | last post by:
I know this might be a strange thing to ask for but I need it to work in my intranet application. I have a dropdown box that has autopostback = true Let's call the dropdownbox 'cboTest' ...
0
by: Achim Domma (SyynX Solutions GmbH) | last post by:
Hi, in my application I suddenly get the error: "An error has occurred because a control with auto-generated id 'main:institutionManagement:institutionOverview' could not be located to raise...
0
by: DCC700 | last post by:
After converting a web application to 2005, I am receiving an invalid character error when I change the value in a dropdown list. The dropdown list is set to postback on selected index changed and...
2
by: John Kotuby | last post by:
Hi guys, I am converting a rather complicated database driven Web application from classic ASP to ASP.NET 2.0 using VB 2005 as the programming language. The original ASP application works quite...
1
by: =?Utf-8?B?V2VzbGV5IERhdmlzLCBHZW5lcmFsIER5bmFtaWNz | last post by:
I'm moving from years with the datagrid to a new project, .net 2.0, using GridView controls. Per past practice, it is often a lot easier to inject controls (or special formatting) in RowDataBound...
3
by: =?Utf-8?B?Y21lZWsxXzE5OTk=?= | last post by:
Hello, On a webpage, create an UpdatePanel with two DropDownLists. Set AutoPostBack of DropDownList1 to true. In the SelectedIndexChanged method, refill DropDownList2 and set the focus to...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
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...

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.