Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top MS Visual C# Solutions: 26 - 50 of 543
 
I am asking a little advice before I begin something. I need to read every row from a database/table and INSERT a row in another database/table. The FROM database is a commercial database ...
hello ... i have no problem consuming a web service in a c# windows forms project.. i tried to do it from a clas library, and its baffled me for at least an hour, probably 2... It will add...
Hi, I am in the process of writing a piece of code that will rotate a polygon (in C# a Point[]) I found an example here http://www.codeguru.com/forum/showthread.php?t=346093 (4th post) and ...
Can someone clue me in what this error is talking about? Here is the code: if (reader.HasRows)             {                 if (tbUserName.Text == reader["USERNAME"].ToString())       ...
I have two gridviews, one nested inside the other.  Both use objectdatasources for binding.  I am not sure how to take the value in the master gridview and place it in the paramenter for teh o...
Hi Experts, I have a gridview which gets populated. I'm trying to create a dataset from it so I can export the dataset to excel. When the "XL" button is clicked it calls a function which...
C# VS2008 Standard - Windows App - Printing question I have a form in which I have a print button using the following line that works fine and prints the form: printForm1.Print(this, Mic...
Hello experts, Created windows form to display text from textbox in label. Additional requirenent. After entering the text and clicking the Parse button, the program should output the numb...
get: end of stream encountered before parsing was completed on the deserialize method... Public Shared Function Deserialize(ByVal Obj As Byte()) As Object     Dim objCryptoStream As Cryp...
hi i have a datagridview with 5 columns i want to display the text in 3 rd column cells as eg: abcde-ab 123bc-12 12abc-a1 i.e i want to display first 5 chars after that i want a "-" symb...
FYI...I am still in the learning process in C# so bear with me :-) I am having a problem with negative numbers showing up strange in ASP textboxes.  I have tried various things to get it to...
I need to create image files that I can display on buttons: an up arrow and a down arrow. Can someone tell me how to do this?  What file type do I use?  How do I import them into the projec...
I am using a web user control in C# with a grid view inside it. In the grid view I have a template field with a checkbox inside. The user can select one or more itens from the grid. I woul...
I am developing an windows application where i have an MDI parent form that has menu strip i want that what ever option i have select from menu strip that may effect on MDI child form. Supp...
Hi, I am trying to get rid of the connectionstring in web.config for log4net, and trying to handle the connectionstring in code. Here is what I got in code snippet. It was working before my...
I am trying to test a textbox variable for data.  To the best of my knowledge, the text box has never been defined as a bool object.  Can someone tell me what I am missing.  Here is my code: ...
I have problem Log 4Net I'm using Log4Net for My webservice  insert to Database SQL 2005, and i can't save to DB until i stop webservice. when i stop webservice, log4net have just saved to DB...
Can an ASP Content page have a CSS stylesheet defined and also have an associated Master Page with a CSS stylesheet
Hello experts, Built windows program that takes input from textbox and clicking the Parse button, the program outputs the number of times each letter in the alphabet occurs in the textbox. Ca...
I cant figure this out... I am able to create the webservice, but I cannot consume it for the life of me! I created my web service by following this guide: http://geekswithblogs.net/azamsha...
Hello all. Here is what I am looking to accomplish from my windows application (.NET 3.5/C#). The app is used for scanning barcodes. I need to play different audio files for different scenari...
I need to get all the printers from AD, I have enclosed a code snippet that will kind of show my thought process.  I have cut it down to the barebones to focus in to the area that I beleive wh...
Help!!! when i generate my file, firefox, i receive the xml as text, and excel doesnt open the file automatiquely. moreover, if i save the xml file and then open it with excel, my pages ...
I have a dataset populated via inner join as attached. It works as a view but I understand that in order to call the update function for the dataset, I will need to assign the updateCommand o...
Trying to find .net 2005 c# code to open an excel document and then populate it with data from a datagridview