Advertisement

635 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: 251 - 275 of 467
 
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 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?
When I worked in Framework 1.1 and wanted to get a value of a cell in a grid I would use this: grdDataGrid.Items(iCount).Cells(13).Text I want to do the same thing in Framework 2.0. Wha...
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...
How do you get Microsoft XMLDocument.Load(..) to read " " in the source document.  It's throwing the following exception "System.Xml.XmlException: Reference to undeclared entity 'nbsp...
Problem sending SMTP mail form my smtp server using asp.net Error Message:Command not implemented. The server response was: unimplemented (#5.5.1)
In ASP.NET 2.0 with C# I have a repeater bind to XMLdatasource. I have the following binding: <asp:Repeater runat="server" ID="RPModels"  DataSourceID="XMLModels" >     <ItemTemplate> ...
Hi             i am looking for a dll in ASP.NET aaplication. so that i can use the DatePicker frequently without any problem. i searched for the same on Google and founded some dll but thos...
I have a page/form (Page1) with a number of fields (text boxes, drop downs, etc.).  Currently all items Insert a record when Continue is selected and the "Success" of that action then redirect...
Hi all, I am using .net 2.0 and Vista os. In my application i want to create vista restore point in vb.net windows application. Below code is working fine in xp to creatre restore point. B...
I have a drop-down list on my page that I'm trying to have set to a specific index when the page loads.  The value of one of the items in the drop-down list is being passed into the page.  I'm...
I am dynamically creating the columns for a gridview based off of information in our database.  This means that the columns are created at runtime using both custom TemplateColumns and regular...
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 ...
Hi, How do I check which version of the .NET framework I am running. And how many .NET framework versions I have on my system. I donot wanted to check programatically. If there is ...
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, I am having a typical issue. I have SQL server 2005 installed in a separate DB server machine. I am deploying my application in the IIS server in my web server machine. It got the Named...
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 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 am building an internal app that I want to deploy via clickonce. The app uses SQLExpress and it works fine if I install SQLExpress on the user's machine beforehand, however due to the securi...
Hi there, I'm getting a Object reference not set to an instance of an object when I try to execute this line, in by button click event handler. string txtLoc = ((TextBox) this.FindContro...
Hi, I'm using VB.Net 2005, VS2005. I'm working on a program that has multiple forms. I want to go from one form to another when a button is clicked. So far I've setup a module that declares ...
Hello, I am trying to pass a generic custom collection "Public Class xList(of T) Inherits BindingList(of T)" to a form which will display the contents of the collection in a datagridview. As i...
Hello Dear Experts: I am using FCK editor for ASP.NET in my content management system. I use this to insert the content in FCK editor into database:     protected void ButtonSubmit_Click(...
I am setting up website on a server with resources on a shared drive. I get the following error. Server Error in '/Test' Application. ---------------------------------------------------...
Hi, I am using ASP.NET 2.0 I am creating a XML document on the fly. I need to save this file after it has been created. Please, can someone show me how to save a dynamic generated xml ...