Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
QuestionProblem with ParameterInfo in System.Reflection Pin
israfel7-Sep-05 22:56
israfel7-Sep-05 22:56 
AnswerRe: Problem with ParameterInfo in System.Reflection Pin
israfel8-Sep-05 0:36
israfel8-Sep-05 0:36 
QuestionHow to locate and read a xml file,search an element in that file and return the data corresponding to that element in string format,then deserialize the string to value object. Pin
Member 22374277-Sep-05 22:37
Member 22374277-Sep-05 22:37 
QuestionSending XML (file,stream) to server and recieving response Pin
Stefan_ Spenz7-Sep-05 22:21
Stefan_ Spenz7-Sep-05 22:21 
AnswerRe: Sending XML (file,stream) to server and recieving response Pin
Guffa7-Sep-05 23:05
Guffa7-Sep-05 23:05 
GeneralRe: Sending XML (file,stream) to server and recieving response Pin
Stefan_ Spenz7-Sep-05 23:14
Stefan_ Spenz7-Sep-05 23:14 
GeneralRe: Sending XML (file,stream) to server and recieving response Pin
Guffa8-Sep-05 3:26
Guffa8-Sep-05 3:26 
GeneralRe: Sending XML (file,stream) to server and recieving response Pin
Stefan_ Spenz8-Sep-05 21:23
Stefan_ Spenz8-Sep-05 21:23 
Questionusing comboBox in datagird Pin
Member 21264687-Sep-05 21:25
Member 21264687-Sep-05 21:25 
Answer[Message Deleted] Pin
| Muhammad Waqas Butt |7-Sep-05 22:56
professional| Muhammad Waqas Butt |7-Sep-05 22:56 
AnswerRe: using comboBox in datagird Pin
| Muhammad Waqas Butt |7-Sep-05 23:00
professional| Muhammad Waqas Butt |7-Sep-05 23:00 
QuestionGet content of a web page Pin
kokain7-Sep-05 21:22
kokain7-Sep-05 21:22 
Questionhow to prevent duplicate file in Access db? Pin
nidhelp7-Sep-05 21:20
nidhelp7-Sep-05 21:20 
AnswerRe: how to prevent duplicate file in Access db? Pin
enjoycrack8-Sep-05 1:48
enjoycrack8-Sep-05 1:48 
GeneralRe: how to prevent duplicate file in Access db? Pin
nidhelp8-Sep-05 15:01
nidhelp8-Sep-05 15:01 
GeneralRe: how to prevent duplicate file in Access db? Pin
enjoycrack8-Sep-05 21:29
enjoycrack8-Sep-05 21:29 
QuestionGet window handle Pin
Dario Solera7-Sep-05 21:00
Dario Solera7-Sep-05 21:00 
AnswerRe: Get window handle Pin
Lapje10-Sep-05 0:02
Lapje10-Sep-05 0:02 
QuestionHow to add a larger cap to a line? Pin
radic.feng7-Sep-05 17:36
radic.feng7-Sep-05 17:36 
AnswerRe: How to add a larger cap to a line? Pin
Dario Solera7-Sep-05 20:56
Dario Solera7-Sep-05 20:56 
GeneralRe: How to add a larger cap to a line? Pin
radic.feng7-Sep-05 21:40
radic.feng7-Sep-05 21:40 
GeneralRe: How to add a larger cap to a line? Pin
Dario Solera7-Sep-05 22:06
Dario Solera7-Sep-05 22:06 
QuestionRe: How to add a larger cap to a line? Pin
Guffa8-Sep-05 1:17
Guffa8-Sep-05 1:17 
AnswerRe: How to add a larger cap to a line? Pin
radic.feng8-Sep-05 14:39
radic.feng8-Sep-05 14:39 
Questiondatagrid search Pin
Pyro Joe7-Sep-05 16:38
Pyro Joe7-Sep-05 16:38 
yeah, I have a datagrid control on a form. How do I do a simple binarysearch on the table so I can select the row that results were found in. thanks. also, is there a way I can make rows invisible so they still exist, but aren't visible? thanks so much.

Stephen

also, in this datagrid, I'm displaying id3 information about mp3's using a library I found online. it works well, but when I display the information it outputs in the datagrid, I get many of these strange symbols that look like a square. I exporte dthe datagrid as an xml file and found the squarex to be represented by & # x 0 ; minus the spaces. I can also paste this sequence here without spaces and it will show the odd symbol: � . I read somewhere that this is represents null characters. However, tooltips on the datagrid show the proper contents of the cells, just the actual cells contents have those weird symbols. any ideas? thanks

-- modified at 22:42 Wednesday 7th September, 2005

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.