Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Time Tested .NET Framework 2.0 Solutions: 226 - 250 of 451
 
Hi I have ten textboxes on a form to which I'd like to paste in data from the clipboard. The clipboard contains 10 cells copies from an Excel spreadsheet or 10 lines from a notepad file. Ho...
I am getting an error - Error: unable to load assembly when using Caspol. Background: I have the 1st part of this in Assembly zone but did not realise this was not for .net assembly but Ass...
I have a datargid that populates depending on a search criteria.  I would like to know if it is possible at all to display a graphic next to the text or within the same column as text.  I am d...
Please see the title. I just want something like foreach (Type t in ???.Types){ Debug.Print(t.Name); }
The Windows Update program keeps trying to, but fails to, install "Microsoft .NET Framework 2.0 Service Pack 1 (KB110806)". Here is my system information:                                 ...
Hi, I am working on C#, Asp.net 2.0 I have a user control with id WucMainPage1 and inside this control there is another control used with id WucPages1 I want to call a method fillPageTy...
Hi Experts, How do I check what level of trust a specific dot net assembly is run at? Please note that my problem is on a client machine which means that I have not developement tools in...
I've been bashing a keyboard for hours on this seemingly simple task:  I have created many Web Services before, and published them using FTP to my Web Server with few problems.  Today, my comp...
I am using the following databound checkBoxList in a page:             <asp:CheckBoxList                 ID="OrgList"                 DataSourceID="dsOrganizations"                 Dat...
I have two user controls. First one has a checkbox and client mailing address. Second one has a client shipping address. If a user click on the checkbox, I want 2nd user control holding shipp...
I fill the data into a gridview as below: dt = New DataTable()             dt.Columns.Add(New DataColumn("Username", GetType(String)))             dt.Columns.Add(New DataColumn("EnglishName...
Hello, I've got List<PointF>. Every two nearby points create a line, and the result formation may be closed (like rectangle), but also opened (just lines...). I need to draw these lines int...
We are under team development environemnt and use enterpriseLibrary installed in GAC. The issue is one of machine has enterpriseLibrary with different key. I couldn't find any way to remove ...
I am bulinding an online form in vb.NET that uses radiobuttons to ask typical question Do you have a past medical history yes/no If the user clicks the yes button i want div to appear with a ...
How do I get the url of the previous page in ASP.Net in the code behind (C#). I need to make a descision in the code based on what page the current page came from.
This is driving me nuts! I have had a sniplet of code that has been working for awhile but now it has stopped working and I can not figure out why. All I am trying to do is convert a TextBox v...
Hi all, i am a very novice with SSL and i need an self signed certificate to be used with SslStream.AuthenticateAsServer. The current approaches failed with the hint that the certificate ...
I am writing a console application and have it complete, however I need to have the exceptions caught written to a text file "C:\LogExceptions"  I am using a streamwriter now but I do not want...
HI I'm sure this will be simple for experts! I have XML file, a bit like this. <Buildings>      <Build Name="building A" />                <Build Name="building B" />                <Build Name="building C" />           ...
Hi Experts, I have written a windows service to perform several tasks for my client a few times a day. I first wrote the thing as a normal exe and then converted it to a Service.  The co...
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...
In .NET 1.1 there was a wizard to be able to trust an executable. In 2.0 I do not see this Wizard anymore. I am trying to allow users to run a .NET 2.0 application from a network drive, but ca...
We have a web farm setup using 3 windows 2003 servers with IIS 6.0.  The actual web files are stored on a shared directory located on a fourth server.  We moved an asp.net app called Xigla Abs...
I have the following code that when i run it I keep getting this error: The SqlParameterCollection only accepts non-null SqlParameter type objects, not Boolean objects. on intidVenue ...
i cannot view the project portal on my client machine.  my user has admin access on tfs and on the project portal.  is there another step i'm missing?