Click here to Skip to main content
15,887,135 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWriting an ASP.NET custom error page Pin
AnneThorne23-Oct-15 10:38
AnneThorne23-Oct-15 10:38 
AnswerRe: Writing an ASP.NET custom error page Pin
lokerjobindo23-Oct-15 15:00
lokerjobindo23-Oct-15 15:00 
GeneralRe: Writing an ASP.NET custom error page Pin
AnneThorne25-Oct-15 2:53
AnneThorne25-Oct-15 2:53 
AnswerRe: Writing an ASP.NET custom error page Pin
Daniel Miller23-Oct-15 15:40
professionalDaniel Miller23-Oct-15 15:40 
GeneralRe: Writing an ASP.NET custom error page Pin
AnneThorne25-Oct-15 2:53
AnneThorne25-Oct-15 2:53 
Questionissues related to asp.net application Pin
Member 1191972220-Oct-15 20:25
Member 1191972220-Oct-15 20:25 
AnswerRe: issues related to asp.net application Pin
Blikkies21-Oct-15 5:00
professionalBlikkies21-Oct-15 5:00 
Questionproblem with Ajaxcontroltoolkit Pin
RayD11120-Oct-15 4:18
RayD11120-Oct-15 4:18 
using Visual Studio 2015 community , VB


existing project has page that includes a timer and updatepanel

I am trying to add ajax combobox

project builds without error

however, running priject return the following error


Unhandled exception at line 429, column 5 in http://localhost:59875/Courier/CustDefault

0x800a138f - JavaScript runtime error: Unable to get property 'UI' of undefined or null reference

error occurs here

Sys.Application.add_init(function() {
$create(Sys.Extended.UI.ComboBox, {"autoCompleteMode"Blush | :O ,"buttonControl":$get("MainContent_ComboBox1_ComboBox1_Button"),"comboTableControl":$get("MainContent_ComboBox1_ComboBox1_Table"),"dropDownStyle":1,"hiddenFieldControl":$get("MainContent_ComboBox1_ComboBox1_HiddenField"),"optionListControl":$get("MainContent_ComboBox1_ComboBox1_OptionList"),"selectedIndex":-1,"textBoxControl":$get("MainContent_ComboBox1_ComboBox1_TextBox")}, null, null, $get("MainContent_ComboBox1"));
});

I have followed all suggestions that I could find revelent on the web with no success, Any Ajax control will return error remove control and project runs without error

Iknow i,ve done something stupid but can't figure out what

Suggestions appreciated

Ray
AnswerRe: problem with Ajaxcontroltoolkit Pin
Blikkies21-Oct-15 5:09
professionalBlikkies21-Oct-15 5:09 
AnswerRe: problem with Ajaxcontroltoolkit Pin
lokerjobindo23-Oct-15 15:41
lokerjobindo23-Oct-15 15:41 
QuestionView menu from Category and Supplier Pin
Hungtk19-Oct-15 23:29
Hungtk19-Oct-15 23:29 
AnswerRe: View menu from Category and Supplier Pin
mhemant21-Oct-15 0:28
mhemant21-Oct-15 0:28 
AnswerRe: View menu from Category and Supplier Pin
lokerjobindo23-Oct-15 15:14
lokerjobindo23-Oct-15 15:14 
QuestionVerify Live Email Address exists or not Pin
shaileshgurav19-Oct-15 1:38
shaileshgurav19-Oct-15 1:38 
AnswerRe: Verify Live Email Address exists or not Pin
Debojyoti Saha19-Oct-15 2:02
professionalDebojyoti Saha19-Oct-15 2:02 
QuestionRe: Verify Live Email Address exists or not Pin
Richard MacCutchan19-Oct-15 2:26
mveRichard MacCutchan19-Oct-15 2:26 
AnswerRe: Verify Live Email Address exists or not Pin
Richard Deeming19-Oct-15 6:52
mveRichard Deeming19-Oct-15 6:52 
GeneralRe: Verify Live Email Address exists or not Pin
Kornfeld Eliyahu Peter19-Oct-15 21:50
professionalKornfeld Eliyahu Peter19-Oct-15 21:50 
GeneralRe: Verify Live Email Address exists or not Pin
Richard Deeming20-Oct-15 2:26
mveRichard Deeming20-Oct-15 2:26 
AnswerRe: Verify Live Email Address exists or not Pin
Eddy Vluggen20-Oct-15 1:09
professionalEddy Vluggen20-Oct-15 1:09 
AnswerRe: Verify Live Email Address exists or not Pin
lokerjobindo23-Oct-15 15:34
lokerjobindo23-Oct-15 15:34 
AnswerRe: Verify Live Email Address exists or not Pin
Daniel Miller23-Oct-15 15:53
professionalDaniel Miller23-Oct-15 15:53 
Questionport forwarding on mobile Pin
Member 1191972218-Oct-15 19:31
Member 1191972218-Oct-15 19:31 
AnswerRe: port forwarding on mobile Pin
Debojyoti Saha19-Oct-15 1:22
professionalDebojyoti Saha19-Oct-15 1:22 
GeneralRe: port forwarding on mobile Pin
Member 1191972219-Oct-15 1:44
Member 1191972219-Oct-15 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.