Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested .NET Framework 2.0 Solutions: 401 - 425 of 475
 
1)What is the difference between C# and VB.Net and which one is better to use?If there is no much diff. why two languages? 2)What is the differece between stand alone vb.net application an...
Hi, I have an application using asp.net ajax framework, when there is an error when making an request to the server,  i dont want the application to pop any PageRequestManagerException messag...
A software applications for a petrolstation is generating this error since yesterday. unfortunately the maker of the sofware just had a hart attack 2 day's ago an can give no support anymore....
Hi, I have a basic c#.net application that under certain circumstances need to impersonate another user and access their registry hive. I have the impersonation and profile loading working f...
I have a DataList that contains several Labels and a LinkButton in both the Item & Alternating Item Templates.  One of the labels, Label7, displays a numeric value. My problem is this:  I o...
is there a control configuration setting where you switch textbox, dropdownlist and radio button controls from editable (i.e usable) to just display only (non-editable/changable)? your time...
I have vb.net web services project. I would like to send multiple replies for a single web service request. How can this be achived?
How can I create a web application bilingual? I want to develop an web application in english as well as in Russion. Can anyone help me out in doing this. Thanks & Regards, Arunangshu ...
I'm having a frustrating, intermittent fault when creating pdf's in VB .NET.  It's not actually my code (I've taken the project over from a different developer), but I can't see anything wrong...
I'm pretty new to C#, .NET, and managed code. However I've set out to develop some server-client software. I need to create a server app which will send the position of different players (L...
Using .NET 2.0. C#, but I guess the issue applies to VB as well. I am having trouble understanding how to reference DLLs in other applications that can be updated on the customers system wi...
I need to make some sort of an EventViewer class, which will append some events in a file. and when necessary display the events to user. There could be up to 300 events per day, but usually i...
Greetings :                 Can anyone recommend where to get asp.net component to display images from database source like the following link:  http://www.autotrader.com/fyc/vdp.jsp?ct=c&ca...
Hi, I am using the following code to open a new pop up window and want to display my crystal report in new pop up window. I have some default values which I amstoring in session after rea...
Hi I'd like some help on this problem please. I serialize an object made up of various other objects. The classes are marked as <Serializable()>  so they can be saved/loaded to / from XML. ...
Hi, I need to add a custom object as a parameter to my objectdatasource. Does anyone knows how? It is OK with Boolean, String, Int and can be used as this: odsEDatabases.SelectParamet...
I'm writing my first application with Visual Studio 2005 in Visual Basic.  I'm struggling to update the main form of my program when a second form updates the database. First of all, there ...
I am a newbie with vb.net and cannot find a solution.  I am trying to send an internal email whenever a new file is created in a subfolder.  I can successfully monitor and send an email, but c...
I need a progress bar for an asp fileupload control and/or basically how to determine the progress of the file upload without 3rd party software. Can anyone assist? I've been doing an online s...
Hi, I am trying to send an email to people in our company and also in other company once I finish a task. I am using SMTP client to send the email. But, people in the other company are not ...
Dear Experts, I am getting the following error: System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.TreeNode.get_PrevNode() at ...
I have app keys in my Web.config file that I want to move some into a Custom.config file for easy maintenance and permissions issues. In my Web.config I have this: ...   <appSettings>     <...
I have a vb.net application and I want to be able to record the time that a specific form has been open. so the function should start as soon as that form ist opened and it should count th...
Hi, How to check a date is within 1 month from   today Regards.
Greetings! I need to print published ssrs report (RDL) published on report server through windows application button. I am using axwebbrowser to display rdl. Print button on active viewer too...