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 Editors & IDEs Solutions: 151 - 175 of 209
null
Trying to figure out why this is bombing in the btnClick event. sub name() blah...blah...blah...  Dim cbb As String = If(chkBeach.Checked = True, "1", "")         Dim cbg As String = If(...
Hi I want to know, when we bulk insert data from a CSV file to a SQL table, how is the data type issue hangled. For example, I have a column in my temp table date(with data type date) a...
I have a job that needs to run while I'm not logged on the server. Someone has suggested I write a window's service. 1. Does this sounds like the right approach? 2. What account should the ...
I have a calculator I am updating and there seems to be an issue with one of the outputs. The link to the calculator is here   http://www.x.com/nea/calculators/contribution/2007/defaultinc...
I'm very  new to design patterns and using a factory to instantiate objects which inherit an interface. Could someone give me a simple example to show how to create a factory, and defer ins...
What is the best approach for maintaining lookup tables in an app? The user wants a screen were they can add/edit lookup table values. What controls should I use for this? How to go about it
Yes I am trying to pass the parameter Not sure How to pass the query string
Is it possible to do a form post in code behind?  I have an ascx control with page.ascx.vb and want to reuse a contact us page to do a form post to a vendor php page.
ok i need to take a given number and round up to the next 5 or 0 value example Max range 97 should be 100 example min range 97 should be 95
Hello Experts, Our company has a VB.NET software that runs as a service. The software runs successful every installation, but we have a customer who has installed in two differents computer...
Hi I have filled a DataTable from a different data source to the one I want to insert into. I want to use my TableAdapter.Update method to insert the DataTable rows. If I could change the D...
For my job, I am in possession of a new MVC architected project that I need to try and understand this weekend. I see our AbstractController (inherits from BaseController) and understand th...
Hi! I need some tips how to save big data blocks. I have some log data in my system that I need to save into a record in the database. How is the best way to save alot of data to MySQL....
Using this code it's possible to get information about the network. What I need to do is, check if the network interface is a wireless interface. Is this possible?
regex replacement of [0-9a-z]\s\r\n with (leave first character alone)\.\s\s\r\n. It should find the first character or number but not replace it. Input: I am a greenhorn (space new line car...
I'm a Windows developer with 4 years of experience with C# and almost 10 years experience with C++.  I have been self employed for quite some time and have not been introducing myself to new t...
yes I am trying to import a parameter ImportRecommend.Parameters.Add("@SLQty", SqlDbType.Numeric, "SLQty") but I get an error saying Numeric is not a member of system.data.SqlDbType ...
yes I have and application where and excel sheet is programatically transformed to it will insert into an MS-Sql database. It seems like my insertion is not working. there are no erro...
I have a web application and I am trying to create a logon window that will display when the app is run.  I want it to be about 250px by 250px (or about 3 inches by 3 inches on the screen).  H...
I have written some code in VB.Net 2005  that allows a user to enter a search keyword into a textbox. If they then click a results button a datagrid is displayed listing all the matching resul...
This should be really simple but I'm stuck.  Very basic .NET.  I'm trying to list all of the files in a directory, create hyperlinks out of their file paths, and then have it so the user can d...
I am trying to add printing functionality to my web application.  I have tried adding window.print, and do.print to my buttons onclick action in the source  code but i am not having any luck. ...
I would like to deploy all versions (1 through 3.5)with sp of framework i my office. Is there any way of doing it all-at-once package, not by installing one version at a time and then forced h...
Hi! Is there any implemented source control  in VS 2005 Pro or do I need to install any other programs? And if there are a source control in 2005 how do I get started?
I have to create XSLT to transform existing XML file. What is the best way to develop and test the solution. Thanks.