Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

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

 
Top .Net Editors & IDEs Solutions: 126 - 150 of 209
null
I have a list of checkboxes that are dynamically created, there could be anywhere from 0 to 1000+ of them. <asp:CheckBox  id="check"  runat="server" /> Also, I have a submit type button <...
Hello, I need to split a WAV file. I'm working in .NET 2.0+ Can someone point me in the right direction? Thanks~
Hello all, I have built a basic app which uses the DirectX.Capture and DShowNET examples to show and record video and audio from my web cam.  One thing i was wondering is how to get the file ...
I have an application where a portal needs to inform a client when there has been a certain type of activity. I need a quick, easy to implement, messaging solution. I would like to create a...
Is there a way to get the width of a GridView - in pixels? It is currently set to 100%. I need to be able to determine what 100% actually IS, in pixels. Is there a way to do this?
Hi I am created 3 textboxes ( name, surname, email ) and a button when button clicks I need to store the values in a database. I have already created a sqldatabase called vacation and table...
Can someone put me on the right path trying to understand what needs to be done to receive a http request from a 3rd party? My information provider says : "We will post to you as each mes...
i HAVE A CALENDAR i KEEP GETTING AN ERROR  Incorrect syntax near '#'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack tr...
Yes want to split the integer and string up the problem is I have 64 Fl Oz i AM IMPORTING THIS FROM A DATA READER/DATATABLE BUT IN MY DATABASE i HAVE 2 COLUMNS sIZEid AND sIZEUNIT. i N...
I am getting the below message when trying to open the web console for Solarwinds network monitor software. Windows xp Professional w/ IIS 5.1 .net framework 3.0 and 2.0 When I type in...
We are about to convert one of our MS Access databases to .Net.  Initially the back-end will remain as an Access database, but will eventually migrate to SQL05/08 - but for now Access should b...
Hi there, I am trying to call a server app from a .net webpage but this doesn't seem to be working. I've tested the code on a windows form app and it works great, but I'm not sure why it do...
I have an image button, ID imgBookit,   that I DO NOTwant to appear   Mon-Friday  9am to 9pm Sat 9am to 6pm Sunday 9am to 2pm Else appear
my first ajax: i have an asp.net form that contains a div with a textbox for search terms and a button labeled search for flights.  the user clicks search and the results are written to a d...
Yes I am getting a error from da.SelectCommand = selectCMD says select command cannot be converted.
Can I set up a text file as a datasource in SQl Server?
I can't get the online code converter to convert this to vb. If _strVideo="True" Then loadVisitor() ElseIF _strVideo="NotTrue" Then loadmembers() Else End If
I am developing an application in .NET and have tried several examples provided through EE but with limited success. I am trying to pass a command string to a remote device (this part works) a...
I have a program that I developed in Visual Studio 2008.  It runs fine when it is sitting on my C drive.  When the program is sitting on a network drive I get an error "Application attempte...
I have a Data Entry form that has some CheckBox controls on it.  The CheckBox controls are "Bound" to a database via the Data Bindings "Checked" property (although I have tried all of the othe...
Hi I need help with a login from. When my application opens I need to open a login from. The application needs to show in the backgound. If cancel is pressed the the application should ...
Weird things are happening... please tell me why. My C# app has a label: "My List:". It looks fine for me, but a user sent me a screen shot where it says ":My List" Another sentence: "Th...
Running a website developed with ASP.NET on W2000 server with MS SQL 2000.  Web site does not work and attempting to load any page, for example www.grupocomeca.com/hojalata.aspx, results in th...
Im mearling looking for guidance, not someone to do the code for me, i just started coding vb a couple of days ago, ive odne my hello world, i even made a form that works with an access databa...
In my windows vb.net app (vs 2008) I had a dataset using a test database on sql server. I changed the applcation setting connectionstring that the dataset uses from the existing test DB to the...