Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

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

 
Time Tested .Net Editors & IDEs Solutions: 201 - 225 of 400
 
Hi Experts, As a beginner I am developing my first application in visual basic. The data is stored in a sql database. Normally different types of relations, triggers, etc are set up in the...
Something that is confusing me in VB 2005 is the absence of a "Form_Load()" event.  What is the equivalent of this in VB 2005? I want to be able to initialize some things, set up some objects,...
We're attempting to run a .Net 2.0 C# windows service concurrently on two application servers for scalability reasons, but am running into data concurency issues.  The services poll the reques...
Hi,   I would like to know how can i load a new form on a button click in another form. The new form contains a list box. After selecting an item in the list box i need to read that value ...
I get the error on the following line of code in my .ASPX page: <img alt="Quad Chart Image" src="quad_stream.aspx?qid=<%= Encryption64.EncryptQueryString(quad_id.Value, "xxxx") %>" /> As...
I would like to run certain code when a user is idle from his computer for a certain amount of time -- using the universal windows idle event.  I would like to use the windows idle api so that...
       String statement = "UPDATE GAME_SLOT " +                            "SET team1_teamID = " + team1IDGS2 + ", team2_teamID = " + team2IDGS2 + " " +                            "WHERE g...
In my windows vb.net form I have a text box bound to a DB field. When I add a new record and try to save it with no data (null) in the textbox/field, I want to handle the error, how do I do th...
I have a created a SSIS package in MS Visual Studio 2005 that creates tables from flat files and then transfers these tables from a SQL Server 2005 DB to a Sql Server 2000 DB. The 2005 Db is ...
We have a dataset that feeds a data export function, created last year using the visual designer in Visual Studio 2005. To connect to the SQL CE database, it uses a connection string stored i...
I have an array that I have and which in working with the manula entries I have typed in. With this array...what do I need to do to populate it with the items in a datalist from vb code beh...
Hi I need to get some help on this.. What is this <> before the class and how does it work? <ConfigurationElementType(GetType(CustomHandlerData))> _                           Public Cla...
Hello, Im inserting some rows from an excel spreadsheet into a SQL database with the code below. I need to ensure that all fields contain data on the spreadsheet before importing. If there are...
I'm in the process of becoming conversant in ASP.NET for my website.  And I'm trying to judge the work involved in adding eCommerce for a few of my products.  I'd need to have credit card proc...
In ASP.NET 2.0 with C# I have a repeater that shows a price and I want to show it without any digit after the decimal point. this is how I show it  inside the repeater: <%# Eval("Price")%> ...
Yes, I appreciate that we would normally use a DB  :) I want to build a little ap to filter and display data which is held in a txt log file.   I have done this previously in Access by crea...
Hi, I have a class called foo (below) that overloads the == operator.  But I'm getting a warning on compile: 'foo' defines operator == or operator != but does not override Object.GetHash...
I don't see a way to unselect a node in a TreeView object programmatically.  I am using VS2008 and C#. What is strange is that the VS2008 MSDN docs state that you just use TreeNode.Selected...
Not exactly sure which section to post this, so please forgive.  However, I have a store procedure that generates a crosstab query result. So using the normal Gridview Data source editor to as...
Hi all I am wondering if it possible to convert a VB Script to C# If possible.. the code below is what I need to convert.. Thanks in Advance ZH
Hi Experts,                     I have a page on which there is a flash player. On same page, i have a modal popup also. When modal popup opens it hides behind the player. Any suggession? ...
Why can't I read the document content?? All is working fine when working with ascii-charset. But I need to store a RC4 string in the xml-File. Then         Dim xmlRoot As MSXML2.IXMLDOM...
Apparently .NET parses the date different depending on region? Can can i make my date parsing behave the same no matter what part of the world they are in? Thank you
Here is my code, I'm wanting to fill a combobox from a column in an AS400 table: Dim cn As iDB2Connection = New iDB2Connection("User ID=thegrinch;Password=elves;Data Source=1.1.1.1;Connecti...
I have to fetch client's IP address,Country ,state ,city etc.Is there any way to get all these using C#.Net/Javascript Thanks in Advance