2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top .NET Solutions: 26 - 50 of 716
 
Hello, I am calling a webservice function from a windows service. Both applications reside on windows 2008 server. the exception details are below: ----------------------------------- ...
I have a Linq to sql query that pulls a set of data. I need to know how I can get the n-1 record and n+1 record based on a field in the nth row in the below code, I would be saying "gi...
Hi Experts, I have an aspx page whereby when the "Save" button is clicked, I run some code-behind that calls a stored proc and saves all the stuff on the page. Now, how do I have a littl...
Steps I did:  1. create small "Visual Studio 2008" WindowsAPP  2. rightClick on PROJECT  3. leftClick "Publish"  4. publish to localhost  5. install APP  6. click WINDOWS "Start" icon in...
I have 750 Windows XP workstations and several different models of HP laserjet printers (LJ4000, 4010, 4100, 4200, 4250) with duplexers. Each workstation prints to one of the specified server-...
I am trying to pupulate a treeview using recursion... can someone see where the problem is with this code? Solution can be in vb or c#...
Greetings, experts. I have a need in a console application that if a user presses a certain combination of keys (CTRL + SHFT + K for example) the console app picks it up and executes a sub. ...
Hi folks. Im trying to upload a csv file to one our vendors.  Our environment is a .net environment, whereas the vendor runs on apache servers and use java. when connecting to their api ...
How can I generate a 13 digit timestamp in vb.net? I can't find any info on this... I'm only able to generate a 10 digit one.
Hi all, i am using a GridView with a DetailsView in my web page, when inserting/updating a record in DetailsView, i have to do some validation based on our business requirements, if that reco...
Hi, I have a repeater that loads questions from the DB initially all are set to visiab;e false except one. When I click the radio button yes or no I want question one to stay visible and...
Hi X-perts,  I need to retrieve the info strings from the assembly information (title, version etc) My questions: 1) I can get most attributes via reflection (see the code), but not A...
HI.. i need to create a word document in runtime and send it to mail as attachment file... for that i have to a template., can any one tell how to apply the css or syles to that dynamic...
I am retrieving data from an AS400 file via SQL query in my ASP.Net page with VB.Net code behind. The data from the query is be saved to a dataset and then bound to a Gridview control. My p...
What is the code to draw a dashed rectangle in WPF?
Hi, How to check if row exists in unbound datatable before inserting a new row i it. Cheers
Hi! Have made a application in vb.net, that are using Mysql. I want to print out a report to screen, or directly to my printer. Have tryed to get crystal reports to work, but havent....
We're using Ria Services with Entity Framework; we hit a situation where we need to fetch moderately large amounts of data based on user-selected entities, in which case we send a list of inte...
Hey i wan't to know how to get the active window example if mouse double clicks notepad.exe a msgbox will appear saying current window Notepad - Untiled Etc. how to do this ?
Hi, I have the following code     <asp:DataGrid ID="datagridQ" runat="server" AutoGenerateColumns="False" BackColor="White"        OnItemDataBound="dlQuestions_OnItemDataBound" OnPage...
Dear Experts, The standard Trackbar control of .NET doesn't offer much flexibility, does it? I need to display text instead of plain tickmarks. Or it can display text under the tickmark, do...
I know this is a widely talked about topic, but I thought I'd ask some basic questions to do with it. I am trying to get a generic clone sub that I can use for any class. Most of the classe...
I set the gridview datasource from a dataset table.  Then I databind and the grid works.  Later, when I try to reference the datasource of the gridview, it's nothing.  How can I reference that...
How can I present a default value in the box for this control? I tried adding a value="default" to the tag and it translated to the final html but there was nothing in the box. The reason I...
I'm currently working on a Windows Form that has two combo boxes with enumerated values tied to them.  When a user clicks submit, a function will be called that accepts two arguments.  One is ...