Advertisement

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

 

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

 
Top .NET Solutions: 276 - 293 of 293
 
I am trying to create some extension to work with a double. One of them is below. I just want to have a bunch of them set up this way so that I don't have to wrap everything. Whenever I try to...
Hello. When a user logs in I'm trying to change a Hyperlink NavigateURL based on their role. The code seems to work and the values get assigned to the hyperlink control if I debug the code...
I am sending out an html email to customers with a yes\no selection in it. I would like it to take the user to an asp.net thank you page on our website, but I want it to email me with the resu...
I have a net 2.0 application I wrote to log off users with 20 minutes of inactivity.  It seems to work great, but takes up a little to much memory.  Currently is starts with about 13meg and sl...
I have a vb macro that runs from Word and does some processing using Photoshop and Acrobat. It's probably 100 lines or so. I'm obviously not a programmer, but I'm hoping for some wild guesses ...
Dear All, I need to write a small program to delete all [dead] printing jobs on a server before it restarts. I got a version for Internet, however it seems only works for Windows XP. Does a...
I am trying to use an [array].foreach loop and also pass a parameter. Here is some code that I threw together to give an example. MyCustomClass could just be anything. I am just trying to loop...
i need a type of universal error handler to say if there is an error on my form to redirect to a page to prevent runtime errors
Hi Thanks for clicking We get this error on trying to run our application. It happens at the InitialiseComponents setup of our main(startup) form "Corrupt .resources file. Got an unexpec...
I have the following block of code that get a list of MACAddress on my computer.  It works great.  My question is will it work on computer that have a Japanies or Koren or Czech version of win...
Hi:    I am wondering if I create an application pool with custom identity, and this involves setting the password for the account (Application pool Identity section - click Configurable, Typ...
Hi, I would like destroy the history (windows.history). Because my program show the last list (no refresh)... I try window.location.replace... but it doesn't work... Thank a lot Alex
Does Case Not work?  Like if I wanted the condition to trigger on every county except Calhoon? select Case county     case not "Calhoon"        do something end select
Hello, I'm trying to catch an null ref exception if the url that the page that enter in does not exist. here is my code:   if (sName.Length > 0)             {                 //Get Id Fro...
hi expert i need build an user interface Apparently to http://galilee.microsoft.fr/TechDays2008/SL/techdays-2008-silverlight.aspx but the problem that i don“t have experience in expression b...
I have  a data view taht i am using to bind to my drop down list dataview gives that gives multiple results of the same id I want to get distict commGrpID lobj_MergedDatatable = lobj_Datavie...
hi, i am configuring the membership example of asp.net. below my web config: it is giving me an error at the roleManager config. what can be here the solution. the db aspnetdb is installed...
We are migrating to AD but still have groups and users on our old domain.  Is there a way to retrieve this information using DirectoryServices or do I still need to reference the COM Active DS...