Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

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

 
Top .NET Solutions: 76 - 100 of 723
 
I get this error using log4net log4net:ERROR XmlConfigurator: Failed to find configuration section 'log4net' in the application's .config file. Check your .config file for the <log4net> and...
I am using VB.NET in VS2005.  I am toying with the idea of allowing user manipulation of Reportviewer RDLCs.  While looking at the RDLC file XML, I see some places that have a set of numbers. ...
Dear experts, I have  a auto generated table adapter. When I try to insert a record into database I am having trouble with primary key column. Primary key column will be populated by a i...
Hi, In my C#.net webapplication I placed a grid with checkboxes for selecting , and i am using paging. Here i unable to see checkbox states to changing pages from one to another. please h...
Hi gang, I am making the move from VS 2005 to VS 2008 and have installed VS 2008 on a computer running the Windows 7 Release Candidate. I also have SQL Server 2005 installed.I want to insta...
What steps do I need to take in order to give my assembly full trust on a user's system. The User Control will be hosted from an SSL encrypted site in a User's Trusted sites, it uses msHTM...
i have a gridview control inside of an updatepanel.   when the user clicks on a select button on the gridview, the rowcommand event fires, i need a value then set for a textbox outside ...
I am using vb.net 2005 with SQL server 2005, suddenly i starts getting Timeout Expired, even i changed the property "Query to"  from 600 to 0 of database, but still i m getting the same error,...
Hi! I have a application made in Java NetBeans 6.7.1 And have a mysql database that i want to use in this application. Must i install a driver to use mysql ? If Yes, where do i get t...
I've written some code that monitors a log file using a FileSystemWatcher.  The FileSystemWatcher is set to  fire when the file length changes which happens when a line is appended. When li...
I'm building an application in VB.NET that has the Forms.WebBrower control on it. The application if fairly straight forward.  User enters a URL in a textbox and then clicks a button to loa...
In My Datagridview there are Two ComboBoxes .. Looking for a SelectedIndex Event in EE i found something and i custom it in my code. i need this usual thing When i change the selectedindex ...
I have a page with three seperate Drop Down List dobmonth dobday dobyyear Also a seperate Label  "Age" I want the user to be able to select their date of birth from the Drop down list...
I am having what I hope to be a small problem.  I am writing a Fantasy Draft Program and all is well except for navigating between forms. I would like to have 2 forms open at once and be ab...
I have a MDI parent form where child forms can be opened and closed as needed by the user. however if the user selects logout i want to be able to close all open forms. is there a way to find ...
Attatched is a security warning i recieve when i try to deploy a signed package - the extension is .application, from my limited experience in .Net i believe this is a c# installation? i could...
easy to do it the wrong way, but am wondering how to do it the right way... I have 24 literal controls on my page, after the user presses the button and some computations run I want to fill in...
excuse this simple question but... I can databind a combobox to a table easy enough. my problem seems to be when the list that I want to show is coming from the "Items" collection of the comb...
I am creating a crystal report in VS 2005(vb.net) using crystal report viewer. I have a need for two reports which are the same except for one field. for example: rpt1 field1 field2 field3 ...
My company has a systems development team of about 10 people. This team is responsible for developing/maintaining a pretty large number of websites. Most of these are .NET web applications wit...
Hi x-perts, Sorry for a silly question... How can I search for a string containing, for example "!FundRank" in the source code? Have a look for a simple code line: xlApp.Run(WName & "!Fu...
hi I have the following code        public class Question         {             public string QuestionID { get; set; }             public string QuestionText { get; set; }             ...
I have written a DataGridView printer which works perfectly with standard page sizes.  However, I now need to set the page size to accomodate printing a till receipt on paper 80mm wide by as l...
Hi experts, Wend I click in submenu dropdown list item on a toolstrip menu I need to retrieve the parent button name and the clik button name as well. Im able to get the clicked item na...
I want to be able to list (in list box) all the wireless card drivers installed and in use on my system. Is there a way to do this?