Click here to Skip to main content
15,898,134 members
Home / Discussions / Database
   

Database

 
Questioninstaller with dataBase Pin
Ali el29-Jun-07 6:57
Ali el29-Jun-07 6:57 
AnswerRe: installer with dataBase Pin
Christian Graus30-Jun-07 0:37
protectorChristian Graus30-Jun-07 0:37 
QuestionSQL Server 2005 Express and MSDE Pin
Aisha Ikram29-Jun-07 5:13
Aisha Ikram29-Jun-07 5:13 
AnswerRe: SQL Server 2005 Express and MSDE Pin
originSH29-Jun-07 5:24
originSH29-Jun-07 5:24 
GeneralRe: SQL Server 2005 Express and MSDE Pin
Aisha Ikram29-Jun-07 5:59
Aisha Ikram29-Jun-07 5:59 
GeneralRe: SQL Server 2005 Express and MSDE Pin
originSH29-Jun-07 6:05
originSH29-Jun-07 6:05 
GeneralRe: SQL Server 2005 Express and MSDE Pin
Aisha Ikram2-Jul-07 0:15
Aisha Ikram2-Jul-07 0:15 
QuestionInserting a item into a combo box that is bound to a binding source. Pin
steve_rm29-Jun-07 4:35
steve_rm29-Jun-07 4:35 
Hello,

VS 2005

I have a combo box that is bounded to a combo box.

The combo box will load orders into it.

I want to be able to insert "All" into the first element:
Me.cboOrdersCompleted.Items.Insert(0, "All")

However, as the combo box is bound to a binding source it won't all me to insert this word.

The method I have used to fill the combo box is as follows:
Me.cboOrdersCompleted.DataSource = Me.bsOrders<br />
 Me.cboOrdersCompleted.DisplayMember = "OrderID"<br />
 Me.cboOrdersCompleted.ValueMember = "OrderID"


My problem is when I insert the word it does this without any errors, but doesn't show. If I insert the word after the combo has been filled, then it will give me the error that the "Items cannot be modified once the combo is bound to a datasource"

Is there anything I can do to add this "All" into the combo box?

Many thanks for any suggestions,

Steve
AnswerRe: Inserting a item into a combo box that is bound to a binding source. Pin
Michael Potter29-Jun-07 8:29
Michael Potter29-Jun-07 8:29 
QuestionASP convert date Pin
Tom Francis29-Jun-07 3:35
Tom Francis29-Jun-07 3:35 
AnswerRe: ASP convert date Pin
leckey29-Jun-07 4:13
leckey29-Jun-07 4:13 
AnswerRe: ASP convert date Pin
SHatchard29-Jun-07 4:26
SHatchard29-Jun-07 4:26 
GeneralRe: ASP convert date Pin
Tom Francis29-Jun-07 5:19
Tom Francis29-Jun-07 5:19 
AnswerRe: ASP convert date Pin
Mike Dimmick29-Jun-07 7:03
Mike Dimmick29-Jun-07 7:03 
QuestionRegarding stored procedure parameters Pin
mukkanti00729-Jun-07 1:55
mukkanti00729-Jun-07 1:55 
AnswerRe: Regarding stored procedure parameters Pin
kubben29-Jun-07 2:01
kubben29-Jun-07 2:01 
NewsNAKRA FINAL Pin
NAKRAINC29-Jun-07 1:45
NAKRAINC29-Jun-07 1:45 
Questionhow to enter date Pin
ArchaBhandare29-Jun-07 0:37
ArchaBhandare29-Jun-07 0:37 
QuestionDate time storing null values Pin
Rajiya28-Jun-07 23:11
Rajiya28-Jun-07 23:11 
AnswerRe: Date time storing null values Pin
aamironline29-Jun-07 1:50
aamironline29-Jun-07 1:50 
GeneralRe: Date time storing null values Pin
Rajiya29-Jun-07 1:59
Rajiya29-Jun-07 1:59 
GeneralRe: Date time storing null values Pin
kguinn3-Jul-07 8:06
kguinn3-Jul-07 8:06 
QuestionDateTime value problem Pin
phantanagu28-Jun-07 22:50
phantanagu28-Jun-07 22:50 
AnswerRe: DateTime value problem Pin
kubben29-Jun-07 1:57
kubben29-Jun-07 1:57 
Questioni Problem in Installing SQL7 localy Pin
Vimalsoft(Pty) Ltd28-Jun-07 22:18
professionalVimalsoft(Pty) Ltd28-Jun-07 22:18 

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.