Click here to Skip to main content
15,916,846 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Auto Complete textbox Pin
Balwinder_singh23-Jun-10 6:12
Balwinder_singh23-Jun-10 6:12 
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30198: ')' expected.

Source Error:



Line 76:
Line 77: Public Function GetCompletionList(ByVal prefixText As String, ByVal count As Integer) As String()
Line 78: Dim country As String = ("India", "UK", "Indonesia", "Japan", "Sri Lanka", "Singapore")
Line 79: ' Return matching country
Line 80: Return From m In country Where m.ToString.StartsWith(prefixText, StringComparison.CurrentCultureIgnoreCase) Select m Take (count).ToString.ToCharArray


Source File: C:\Documents and Settings\balwinder_singh\My Documents\Visual Studio 2008\WebSites\correction\Default.aspx.vb Line: 78



Made some changes still no clue about error.
GeneralRe: Auto Complete textbox Pin
Paladin200023-Jun-10 6:31
Paladin200023-Jun-10 6:31 
GeneralRe: Auto Complete textbox Pin
Balwinder_singh23-Jun-10 7:19
Balwinder_singh23-Jun-10 7:19 
GeneralRe: Auto Complete textbox Pin
Paladin200023-Jun-10 8:23
Paladin200023-Jun-10 8:23 
AnswerRe: Auto Complete textbox Pin
Paladin200023-Jun-10 8:32
Paladin200023-Jun-10 8:32 
GeneralRe: Auto Complete textbox Pin
PunkIsNotDead24-Jun-10 11:27
PunkIsNotDead24-Jun-10 11:27 
Questionmasterpage error :confused: Pin
FEMDEV23-Jun-10 5:44
FEMDEV23-Jun-10 5:44 
AnswerRe: masterpage error :confused: Pin
Not Active23-Jun-10 6:03
mentorNot Active23-Jun-10 6:03 
AnswerRe: masterpage error :confused: Pin
FEMDEV23-Jun-10 6:04
FEMDEV23-Jun-10 6:04 
QuestionNESTED MASTERPAGE Pin
FEMDEV23-Jun-10 5:05
FEMDEV23-Jun-10 5:05 
AnswerRe: NESTED MASTERPAGE Pin
Faisal Khatri23-Jun-10 5:08
Faisal Khatri23-Jun-10 5:08 
AnswerCross post Pin
Not Active23-Jun-10 5:24
mentorNot Active23-Jun-10 5:24 
QuestionMessage Removed Pin
23-Jun-10 4:33
Faisal Khatri23-Jun-10 4:33 
AnswerRe: Unable to debug Pin
R. Giskard Reventlov23-Jun-10 4:54
R. Giskard Reventlov23-Jun-10 4:54 
GeneralRe: Unable to debug Pin
Faisal Khatri23-Jun-10 5:05
Faisal Khatri23-Jun-10 5:05 
GeneralRe: Unable to debug Pin
michaelschmitt23-Jun-10 5:28
michaelschmitt23-Jun-10 5:28 
GeneralRe: Unable to debug Pin
Faisal Khatri23-Jun-10 5:31
Faisal Khatri23-Jun-10 5:31 
GeneralRe: Unable to debug Pin
michaelschmitt23-Jun-10 5:33
michaelschmitt23-Jun-10 5:33 
QuestionGive me simple example for API calls in asp.net Pin
PeriyasamyRamachandran23-Jun-10 3:48
PeriyasamyRamachandran23-Jun-10 3:48 
AnswerRe: Give me simple example for API calls in asp.net Pin
bbm2k323-Jun-10 4:29
bbm2k323-Jun-10 4:29 
GeneralRe: Give me simple example for API calls in asp.net Pin
PeriyasamyRamachandran23-Jun-10 18:36
PeriyasamyRamachandran23-Jun-10 18:36 
AnswerRe: Give me simple example for API calls in asp.net Pin
michaelschmitt23-Jun-10 5:31
michaelschmitt23-Jun-10 5:31 
QuestionMultiple web sits application visitor counter Pin
cheinan223-Jun-10 3:45
cheinan223-Jun-10 3:45 
AnswerRe: Multiple web sits application visitor counter Pin
cheinan224-Jun-10 9:07
cheinan224-Jun-10 9:07 
QuestionICallbackEventhandler's GetCallbackResult() function not calling the client side javascript function in case of clik event of an ASP.net button control Pin
K.Safvi23-Jun-10 3:30
K.Safvi23-Jun-10 3:30 

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.