Click here to Skip to main content
15,881,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: trying to debug assembly configuration Pin
Member 391904923-Jun-10 7:55
Member 391904923-Jun-10 7:55 
GeneralRe: trying to debug assembly configuration Pin
Not Active23-Jun-10 8:26
mentorNot Active23-Jun-10 8:26 
GeneralRe: trying to debug assembly configuration Pin
Member 391904923-Jun-10 9:25
Member 391904923-Jun-10 9:25 
GeneralRe: trying to debug assembly configuration Pin
Not Active23-Jun-10 9:45
mentorNot Active23-Jun-10 9:45 
GeneralRe: trying to debug assembly configuration Pin
Member 391904923-Jun-10 10:01
Member 391904923-Jun-10 10:01 
GeneralRe: trying to debug assembly configuration Pin
Member 391904923-Jun-10 10:13
Member 391904923-Jun-10 10:13 
GeneralRe: trying to debug assembly configuration Pin
Member 391904923-Jun-10 11:15
Member 391904923-Jun-10 11:15 
QuestionAuto Complete textbox Pin
Balwinder_singh23-Jun-10 5:58
Balwinder_singh23-Jun-10 5:58 
I am trying to run this for auto complete.
Everything is working fine, but getting error
Return From m In country Where m.ToString.StartsWith(prefixText, StringComparison.CurrentCultureIgnoreCase) Select m Take (count).ToString.ToCharArray Laugh | :laugh:


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

End Function

Please suggest what needs to be corrected.
AnswerRe: Auto Complete textbox Pin
Not Active23-Jun-10 6:04
mentorNot Active23-Jun-10 6:04 
GeneralRe: Auto Complete textbox Pin
Balwinder_singh23-Jun-10 6:08
Balwinder_singh23-Jun-10 6:08 
GeneralRe: Auto Complete textbox Pin
Balwinder_singh23-Jun-10 6:12
Balwinder_singh23-Jun-10 6:12 
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 

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.