Click here to Skip to main content
15,908,013 members
Home / Discussions / Article Writing
   

Article Writing

 
AnswerRe: Question about approving articles Pin
Sean Ewington5-May-15 4:13
staffSean Ewington5-May-15 4:13 
GeneralRe: Question about approving articles Pin
Sascha Lefèvre5-May-15 6:13
professionalSascha Lefèvre5-May-15 6:13 
Questionuse listview from sql server Pin
Md Mominuzzaman1-May-15 4:38
Md Mominuzzaman1-May-15 4:38 
I use below code:


sSql = String.Format("SELECT BuyMemoNo,ProductID,ProductName from BuyProduct where BuyMemoNo = {0}", TextBox6.Text)
Call FillList()

Public Sub FillList()
With ListView1
.Clear()
.Columns.Add("ColumnHeader", 50)
.Columns.Add("ID", 50)
.Columns.Add("Product Name", 300)
FillListView(ListView1, GetData(sSql))
End With
End Sub

Now show 'FillListView' is not declared. It may be inaccessible due to its protection level.

I am using sql server-12.
how i can salve it?
AnswerRe: use listview from sql server Pin
ZurdoDev1-May-15 4:47
professionalZurdoDev1-May-15 4:47 
SuggestionRe: use listview from sql server Pin
Richard Deeming1-May-15 8:12
mveRichard Deeming1-May-15 8:12 
QuestionUse of CodeProject for a commercial activity Pin
Member 1165246029-Apr-15 5:54
Member 1165246029-Apr-15 5:54 
AnswerRe: Use of CodeProject for a commercial activity Pin
Sean Ewington29-Apr-15 5:58
staffSean Ewington29-Apr-15 5:58 
AnswerRe: Use of CodeProject for a commercial activity Pin
Sascha Lefèvre29-Apr-15 6:01
professionalSascha Lefèvre29-Apr-15 6:01 
GeneralRe: Use of CodeProject for a commercial activity Pin
Sean Ewington29-Apr-15 6:04
staffSean Ewington29-Apr-15 6:04 
GeneralRe: Use of CodeProject for a commercial activity Pin
Sascha Lefèvre29-Apr-15 6:07
professionalSascha Lefèvre29-Apr-15 6:07 
GeneralRe: Use of CodeProject for a commercial activity Pin
Sean Ewington29-Apr-15 6:15
staffSean Ewington29-Apr-15 6:15 
GeneralRe: Use of CodeProject for a commercial activity Pin
Sascha Lefèvre29-Apr-15 6:20
professionalSascha Lefèvre29-Apr-15 6:20 
QuestionIssues with Images not visible on my published article Pin
Jitendra_Jain0423-Apr-15 4:36
Jitendra_Jain0423-Apr-15 4:36 
AnswerRe: Issues with Images not visible on my published article Pin
Sean Ewington23-Apr-15 4:51
staffSean Ewington23-Apr-15 4:51 
QuestionSubmitting external content from own blog Pin
RoguePlanetoid21-Apr-15 2:11
RoguePlanetoid21-Apr-15 2:11 
AnswerRe: Submitting external content from own blog Pin
Chris Maunder21-Apr-15 3:16
cofounderChris Maunder21-Apr-15 3:16 
GeneralRe: Submitting external content from own blog Pin
RoguePlanetoid21-Apr-15 3:21
RoguePlanetoid21-Apr-15 3:21 
GeneralRe: Submitting external content from own blog Pin
Nelek21-Apr-15 10:55
protectorNelek21-Apr-15 10:55 
GeneralRe: Submitting external content from own blog Pin
RoguePlanetoid21-Apr-15 22:16
RoguePlanetoid21-Apr-15 22:16 
GeneralRe: Submitting external content from own blog Pin
Chris Maunder22-Apr-15 4:04
cofounderChris Maunder22-Apr-15 4:04 
GeneralRe: Submitting external content from own blog Pin
Nelek22-Apr-15 9:24
protectorNelek22-Apr-15 9:24 
QuestionArticle Guidelines Pin
ForNow20-Apr-15 13:32
ForNow20-Apr-15 13:32 
AnswerRe: Article Guidelines Pin
Richard MacCutchan20-Apr-15 21:46
mveRichard MacCutchan20-Apr-15 21:46 
GeneralRe: Article Guidelines Pin
ForNow21-Apr-15 0:29
ForNow21-Apr-15 0:29 
GeneralRe: Article Guidelines Pin
Richard MacCutchan21-Apr-15 2:41
mveRichard MacCutchan21-Apr-15 2:41 

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.