Click here to Skip to main content
15,914,416 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: stored procedure Pin
Ashfield16-Dec-09 1:27
Ashfield16-Dec-09 1:27 
GeneralRe: stored procedure Pin
ESTAN16-Dec-09 10:20
ESTAN16-Dec-09 10:20 
GeneralRe: stored procedure Pin
Ashfield16-Dec-09 21:00
Ashfield16-Dec-09 21:00 
AnswerRe: stored procedure Pin
ESTAN16-Dec-09 10:15
ESTAN16-Dec-09 10:15 
GeneralRe: stored procedure Pin
baselanfouqa20-Dec-09 1:36
baselanfouqa20-Dec-09 1:36 
QuestionAuto complete Extender in asp.net Pin
Any_India15-Dec-09 19:54
Any_India15-Dec-09 19:54 
AnswerRe: Auto complete Extender in asp.net Pin
Abhishek Sur15-Dec-09 21:38
professionalAbhishek Sur15-Dec-09 21:38 
GeneralRe: Auto complete Extender in asp.net [modified] Pin
Any_India15-Dec-09 22:22
Any_India15-Dec-09 22:22 
<webmethod()>

Public Function countryinfo(ByVal name As String) As String()
' Dim count As Integer = 10
Dim ct As String = "select name from XXXXX where name like '" & Replace(name, "'", "''") & "%' ORDER BY name asc"
Dim ds As DataSet = all result i put in dataset
Dim k As Integer = ds.Tables(0).Rows.Count
Dim items(k) As String
Dim dr As DataRow
Dim i As Integer = 0
For Each dr In ds.Tables(0).Rows
items.SetValue(dr("name").ToString(), i)
i = i + 1
Next
Return items
End Function

i provide the break point but it dont call that function...wht to do now?

modified on Wednesday, December 16, 2009 4:34 AM

QuestionCompreValidator for Textbox and FileUpload Pin
anada888615-Dec-09 19:30
anada888615-Dec-09 19:30 
AnswerRe: CompreValidator for Textbox and FileUpload Pin
sashidhar15-Dec-09 20:18
sashidhar15-Dec-09 20:18 
GeneralRe: CompreValidator for Textbox and FileUpload Pin
anada888615-Dec-09 20:43
anada888615-Dec-09 20:43 
GeneralRe: CompreValidator for Textbox and FileUpload Pin
sashidhar15-Dec-09 21:46
sashidhar15-Dec-09 21:46 
GeneralRe: CompreValidator for Textbox and FileUpload Pin
anada888615-Dec-09 22:24
anada888615-Dec-09 22:24 
GeneralRe: CompreValidator for Textbox and FileUpload Pin
sashidhar15-Dec-09 22:35
sashidhar15-Dec-09 22:35 
GeneralRe: CompreValidator for Textbox and FileUpload Pin
anada888615-Dec-09 22:44
anada888615-Dec-09 22:44 
GeneralRe: CompreValidator for Textbox and FileUpload Pin
sashidhar15-Dec-09 22:46
sashidhar15-Dec-09 22:46 
GeneralRe: CompreValidator for Textbox and FileUpload Pin
anada888615-Dec-09 22:55
anada888615-Dec-09 22:55 
QuestionGridview edit cell Pin
Nekkantidivya15-Dec-09 18:20
Nekkantidivya15-Dec-09 18:20 
AnswerRe: Gridview edit cell Pin
Abhijit Jana15-Dec-09 18:30
professionalAbhijit Jana15-Dec-09 18:30 
QuestionBest ASP.NET Forum software and ASP.NET CMS? Pin
Shahdat Hosain15-Dec-09 18:15
Shahdat Hosain15-Dec-09 18:15 
AnswerRe: Best ASP.NET Forum software and ASP.NET CMS? Pin
Abhijit Jana15-Dec-09 18:31
professionalAbhijit Jana15-Dec-09 18:31 
GeneralRe: Best ASP.NET Forum software and ASP.NET CMS? Pin
Shahdat Hosain15-Dec-09 19:14
Shahdat Hosain15-Dec-09 19:14 
GeneralRe: Best ASP.NET Forum software and ASP.NET CMS? Pin
Abhijit Jana15-Dec-09 19:24
professionalAbhijit Jana15-Dec-09 19:24 
GeneralRe: Best ASP.NET Forum software and ASP.NET CMS? Pin
Abhishek Sur15-Dec-09 21:25
professionalAbhishek Sur15-Dec-09 21:25 
GeneralRe: Best ASP.NET Forum software and ASP.NET CMS? Pin
Shahdat Hosain15-Dec-09 22:21
Shahdat Hosain15-Dec-09 22:21 

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.