Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stack over flow error with DTC lisbox onchange event

Status
Not open for further replies.

muralinaidu

Programmer
Jan 2, 2001
27
DE
hi,
i am retriving values from the back end and adding them to a DTC listbox.there are about 2000 items added to the listbox. in the onchange event i am asking to retrive vales of the particular record which is selected in the listbox and write to the page. it says stack over flow. but few other listboxes which are DTC's work fine(they don't consists of large data like this one). i am giving below the error please any one of u tell me how to countrol this.

Request object error 'ASP 0107 : 80004005'

Stack Overflow

/smap_main/_ScriptLibrary/pm.asp, line 321

The data being processed is over the allowed limit

thanking u
murali
 
It sounds like it is because you have 2000 or so values in your list box. I'm not sure what the limit is for a DTC listbox though. Harold Blackorby
hblackorby@scoreinteractive.com
St. Louis, MO
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top