Click here to Skip to main content
15,917,568 members
Home / Discussions / C#
   

C#

 
GeneralRe: update desktop project from web Pin
Jacky Yiu4-Dec-07 23:47
Jacky Yiu4-Dec-07 23:47 
GeneralLoading treeview from database using BackGroundWorker class Pin
D i x y4-Dec-07 22:34
D i x y4-Dec-07 22:34 
GeneralRe: Loading treeview from database using BackGroundWorker class Pin
mav.northwind4-Dec-07 23:50
mav.northwind4-Dec-07 23:50 
GeneralRe: Loading treeview from database using BackGroundWorker class Pin
Jacky Yiu5-Dec-07 0:02
Jacky Yiu5-Dec-07 0:02 
QuestionContains dows not work properly...? Pin
Pankaj - Joshi4-Dec-07 22:16
Pankaj - Joshi4-Dec-07 22:16 
AnswerRe: Contains dows not work properly...? Pin
dan!sh 4-Dec-07 22:52
professional dan!sh 4-Dec-07 22:52 
GeneralNot working yet???? Pin
Pankaj - Joshi4-Dec-07 23:03
Pankaj - Joshi4-Dec-07 23:03 
GeneralRe: Contains dows not work properly...? Pin
mav.northwind4-Dec-07 23:22
mav.northwind4-Dec-07 23:22 
d@nish wrote:
if (ComboBox1.Items.ToString().ToUpper().Contains(strItemToMatch.ToString().ToUpper()))


Sorry to say, but that's complete nonsense. ComboBox1.Items.ToString() will give you "System.Windows.Forms.ComboBox+ObjectCollection", so you send him down the wrong road. Dead | X|

Regards,
mav

--
Black holes are the places where God divided by 0...

GeneralRe: Contains dows not work properly...? Pin
Pankaj - Joshi4-Dec-07 23:32
Pankaj - Joshi4-Dec-07 23:32 
GeneralRe: Contains dows not work properly...? Pin
dan!sh 4-Dec-07 23:32
professional dan!sh 4-Dec-07 23:32 
AnswerRe: Contains dows not work properly...? Pin
mav.northwind4-Dec-07 23:34
mav.northwind4-Dec-07 23:34 
GeneralRe: Contains dows not work properly...? Pin
Pankaj - Joshi4-Dec-07 23:50
Pankaj - Joshi4-Dec-07 23:50 
GeneralRe: Contains dows not work properly...? Pin
mav.northwind5-Dec-07 0:38
mav.northwind5-Dec-07 0:38 
GeneralRe: Contains dows not work properly...? Pin
Pankaj - Joshi5-Dec-07 0:49
Pankaj - Joshi5-Dec-07 0:49 
AnswerRe: Contains dows not work properly...? Pin
Luc Pattyn5-Dec-07 0:09
sitebuilderLuc Pattyn5-Dec-07 0:09 
GeneralTHANK YOU VERY MUCH... Pin
Pankaj - Joshi5-Dec-07 0:44
Pankaj - Joshi5-Dec-07 0:44 
Questioncysstal reports Pin
Sonia Gupta4-Dec-07 22:10
Sonia Gupta4-Dec-07 22:10 
GeneralRe: cysstal reports [modified] Pin
Pankaj - Joshi4-Dec-07 22:28
Pankaj - Joshi4-Dec-07 22:28 
GeneralC#.NET Loading database in a TreeView using Multithreading Pin
D i x y4-Dec-07 21:27
D i x y4-Dec-07 21:27 
GeneralRe: C#.NET Loading database in a TreeView using Multithreading Pin
N a v a n e e t h4-Dec-07 21:32
N a v a n e e t h4-Dec-07 21:32 
GeneralCan't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
MAW304-Dec-07 20:55
MAW304-Dec-07 20:55 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
dan!sh 4-Dec-07 21:28
professional dan!sh 4-Dec-07 21:28 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great [modified] Pin
MAW304-Dec-07 21:53
MAW304-Dec-07 21:53 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
N a v a n e e t h4-Dec-07 21:30
N a v a n e e t h4-Dec-07 21:30 
GeneralRe: Can't write to multi-dimensional DataSets - specifically to Vikram but if anyone else can help then great Pin
MAW304-Dec-07 21:51
MAW304-Dec-07 21:51 

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.