57 Posted Topics

Member Avatar for harocool

Hi Try : Step 1: get the value you want to add into the combobox Step 2(a): use a search algorithm to test if your collection already contains such data (in this case combobox) or Step 2(b) : use linq to query the collection and test if it already exists. …

Member Avatar for mshauny
0
95
Member Avatar for Geekitygeek

I guess your client / server model makes sense to me, as long as you can both receive and send data. the only advice i can give to you is to use events on one part then subscribe to them on the other, so you can easily monitor incoming and …

Member Avatar for mshauny
0
121
Member Avatar for rodce

My advice for you is to use your institution recommended study material, that way you will get to learn quick and relative things, then once you get your grounds on programming you can as fly as you wish. Please note that I'm not saying there is a standard way of …

Member Avatar for mshauny
0
154
Member Avatar for Mikahi

yeah, or any other type of collection that supports generics, then use LINQ syntax to quickly search though your collection, and apply your case depending on the results you get from your query.

Member Avatar for mshauny
0
72
Member Avatar for AngelicOne

Please be specific. in what format do you want to pass the data? are you gonna store them in local variables or you want to pass them into a form control? one way could be to make a method in the other form and pass the arguments which you need …

Member Avatar for SHatcher
0
1K
Member Avatar for srky

what data? and what do you mean by formview? you mean the GUI design on the IDE or what? please explain more. i'll be glad to help you, only if i know exactly what you mean by "My issue is that i dont know of a way to pull data …

Member Avatar for srky
0
110
Member Avatar for kalpa23

> c# ,webforms,vs2003, frames > > i have a web form that have two frames top frame and main frame > and the top frame contains all the links to the pages wich is loaded in the main frame > and lets say i have 2 web forms (webform1 & …

Member Avatar for nick.crane
0
244

The End.