Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! Let me know if you need help using the site or assistance with non-technical questions.

 
Top C# Solutions: 1 - 25 of 1184
 
Hi, I have the following two fields in a databse that i'm reading into a hashtable: StaffNumber StaffName Staffnumber is the primary key.   Storing this in a hastable, with the Staff...
hi , I have 2 list box .L and R. and 2 btns A abd D  If i make a selection(multiple) in the list box R and click the button A then it should add all the selected items in the list box R to ...
Is there any way of using System.Collections.List.Contains() method to check if a collection of specific custom object has a given object, given that only one or few property (ies) of the obje...
Hi Experts, Im trying to figure out the way to take my User table and shove it into the IEnumerable<DataRow> type collection. According to to this Microsoft example (http://msdn.microsoft....
Basically we are implementing some e-commerce into our site using ProtX as the payment gateway.  We redirect the user to ProtX to fill out their card details and pay.  As part of this we need ...
Hello, VS 2008 running on Windows XP. I am trying to publish my application using clickonce on to a remote server which is running Windows server 2003 Enterprise edition. Failed to co...
I have a series of document files each with a filename ending with  .xml  extention and wish to remove the 9 characters from each filename before the .xml extension. i.e  ABC_DEF_123_4567_XML....
I am trying to automate excel chart creation below is a macro I recorded that does what I want. Can somone show me how to accomplish this with c# Basically B203:B253 is the data and D$16:$D...
can someone understand this error message? I am using VS 2005 Web Express, downloaded the AJAX 1.0 toolkit for ASP.NET 2.0; There is one form using the AJAX UpdatePanel; On F5 this messag...
I am looking to find out the order of events kicked off when I do: form1.Show(); Basically I need to hook into some events but I need to know the order so I can arrange the logic in a ma...
I've looked at a few articles, many of which just helped me lose track of my goal. So in narrowing my search and to assist with my explanation, I would like you to consider the following: Par...
Does anyone have or know any exmaples where I can read from an excel file and then update the database with the results. a LINQ example would be awesome. but an sql example would be fine to.
I have a 500x250 pixel dialog, with a grid taking up about 75% of the dialog. I want to press a button and watch that grid slide to the left, and be replaced by another from the right. It h...
I ned to programmatically display a modalpopupextender. Everything I have seen says that modalpopupextender.Show() should do the trick. however I am not having any luck.   ASPX code ...
I think Im going loco =/ I have a fundamental problem which I can't work out. Please bear with me, I know this is extremely simple but I have not been able to find a definitive answer on ...
Hi, I have added a DropDownList style combobox to my application (c# .net visual studio 2005 ) and have given it a set of default values eg.. 300, 600, 1200, 2400, 4800  ....etc... this can...
I have a button class that has a delegate which is fired when the button is pressed. I'd like to have the button constructor such that I can pass in a function name to be assigned to the butto...
How do I convert a Graphics object to a image so I can show it in a Picturebox? Please see code example.
how to play video in web pages inasp.net 3.5 uing c#
Hi Experts, I'm doing asp.net development. And I'm using C# to execute DOS commands(which the DOS command line execute some test application). Once the user click the Execute Button(jus...
I have a byte[] which contains a series of UTF8 encoded strings separated by a null byte (0). So, the byte[] is "0 delimited" if that makes any sense. I keep thinking there is an easy way to e...
Hi Al Although i have done excpetion handling many times and i have basic idea about try/catch/finally block. I would like to know/discuss from the experts what is happening here.. below...
I have an xml document with 100 nodes, each node has 10-15 attribues. I iterate through the nodes and try to read all the 15 attributes and store it... If the attribute does not exists in th...
Attached code snippet should popup un a javascript window using same page name and querystring... please include all window.open() parameters so I can modify (width,height,toolbar,etc...)
Hi Experts. My first question was left unanswered so I'm going to try rephrase it a bit. Ok... So I'm in the process of creating my own custom MembershipProvider and MembershipUser to w...