Click here to Skip to main content
15,897,273 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
JokeRe: Vb.Net Pin
Pete O'Hanlon23-Feb-10 9:21
mvePete O'Hanlon23-Feb-10 9:21 
AnswerRe: Vb.Net Pin
Dave Kreskowiak23-Feb-10 10:29
mveDave Kreskowiak23-Feb-10 10:29 
Questionhi Pin
AnieMVC22-Feb-10 16:12
AnieMVC22-Feb-10 16:12 
AnswerRe: hi Pin
Dave Kreskowiak22-Feb-10 17:44
mveDave Kreskowiak22-Feb-10 17:44 
AnswerRe: hi Pin
Richard MacCutchan22-Feb-10 21:51
mveRichard MacCutchan22-Feb-10 21:51 
QuestionVery simple combobox trouble Pin
Nikz222-Feb-10 4:40
Nikz222-Feb-10 4:40 
AnswerRe: Very simple combobox trouble Pin
Richard MacCutchan22-Feb-10 21:57
mveRichard MacCutchan22-Feb-10 21:57 
GeneralRe: Very simple combobox trouble Pin
Nikz223-Feb-10 2:54
Nikz223-Feb-10 2:54 
Well.. It's simple. Imagine that you have 2 combobox. One for city, other for street. You live in some especial city, so that's why the mayor part of your customers gonna be from that special city. So you store all street info for that city in the database, but someday you can be visited by customer from another city and you don't have information about that city. So you have 2 options: register every city in the world, with every street in your database (and you would have to get all that information every time from your database) or just permit to register new cities and streets (if they are not) in your database (method INSERT). So to do that i want to write in city combobox for example Boston, then i would like to check if Boston is already in the combobox, so i don't have to register it anymore or not. Because of structure of my application i created some arrayList for my combobox and assigned datasource, displaymember and valuemember. So i want to do a search only by displaymember of combobox (because i don't know valuemember) and if there is some item with same displaymember i want to get the valuemember of that item. Simple.
GeneralRe: Very simple combobox trouble Pin
Richard MacCutchan23-Feb-10 6:44
mveRichard MacCutchan23-Feb-10 6:44 
GeneralRe: Very simple combobox trouble Pin
Nikz223-Feb-10 6:54
Nikz223-Feb-10 6:54 
AnswerRe: Very simple combobox trouble Pin
Luc Pattyn23-Feb-10 11:26
sitebuilderLuc Pattyn23-Feb-10 11:26 
GeneralRe: Very simple combobox trouble Pin
Nikz223-Feb-10 12:10
Nikz223-Feb-10 12:10 
QuestionSave application state and reload it at restart Pin
adoerig22-Feb-10 2:31
adoerig22-Feb-10 2:31 
AnswerRe: Save application state and reload it at restart Pin
Dimitri Witkowski22-Feb-10 3:15
Dimitri Witkowski22-Feb-10 3:15 
AnswerRe: Save application state and reload it at restart Pin
Not Active22-Feb-10 3:18
mentorNot Active22-Feb-10 3:18 
AnswerRe: Save application state and reload it at restart Pin
Dave Kreskowiak22-Feb-10 3:35
mveDave Kreskowiak22-Feb-10 3:35 
AnswerRe: Save application state and reload it at restart Pin
Eddy Vluggen23-Feb-10 7:17
professionalEddy Vluggen23-Feb-10 7:17 
AnswerRe: Save application state and reload it at restart Pin
jimclack26-Feb-10 9:55
jimclack26-Feb-10 9:55 
GeneralSMS HELP Pin
mbadi20-Feb-10 8:50
mbadi20-Feb-10 8:50 
GeneralRe: SMS HELP Pin
Abhinav S20-Feb-10 13:45
Abhinav S20-Feb-10 13:45 
GeneralRe: SMS HELP Pin
Bharat Jain25-Feb-10 2:35
Bharat Jain25-Feb-10 2:35 
QuestionEdit mode in oledb connection Pin
akosidandan20-Feb-10 4:47
akosidandan20-Feb-10 4:47 
AnswerRe: Edit mode in oledb connection Pin
Not Active20-Feb-10 5:05
mentorNot Active20-Feb-10 5:05 
GeneralRe: Edit mode in oledb connection Pin
akosidandan20-Feb-10 5:11
akosidandan20-Feb-10 5:11 
GeneralRe: Edit mode in oledb connection Pin
Not Active20-Feb-10 6:54
mentorNot Active20-Feb-10 6:54 

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.