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.

 
Time Tested Visual Studio .NET 2005 Solutions: 1201 - 1225 of 1435
 
Hi, I want to copy only CSV files from a folder. I just want copy files tht only modified within one hour. Example time now 11pm. I only want to copy files tht had been available in folder...
I may simply be asking too much but I have a  GridView embedded in a page with the following control nesting. Page > User Control > GridView > Panel  (in GV Cell) > User Control > GridView. ...
I'm starting to discover ASP .Net programming. I want to develop a small application that I want people on my company to use using the browser instead of developing a VB .net application that ...
I am writing a program in vb using visual studio 2005 to create "tickets" within our organization.  One of my hang ups is trying to specify the ticket based on the ID in the table.  I have a b...
HI, I have only one question please Give me the Answer on the Basic of OOP concept  If your manager tell you to design a simple Shoping cart which will follow all the OOp rule how will you...
Hi i am trying to access list of products from a Datalist control I wrote some Class and using objectDatasource control. when i am trying to bind datalist control with objectdatasource i...
Hi Experts, I have two comboboxes in which the user can select items used for a rowfilter. Both comboboxes have the option "all" in it. There are 4 options (all - all, all - specific, specifi...
I am developing with visual basic 2005 and have a combo box on my form.  What I need to be able how to do is set this combo to "no entries are allowed" but I cannot seem to find that property....
I am using Visual Studio 2005 (VB .net) and I have created a Crystal report. I created a strongly typed dataset to develop the report, then I used an SQL query to select data and create a d...
I'm using VS .NET 2008 on a Windows XP computer with MS Office 2007 installed. I need to create an Add-In for other users in my office that will allow them to do the following: Save a fil...
Hi, I'm addind a new row at the end of a datagridview then I sort the gridview. How can I keep  the focus on the new row, after being sorted. Thank you.
I want to develop a web application setup. when any client run that setup first it search that .net framework exist at client machine. If it not exist first install it. Please send me the c...
I have a web app and am working in VB.Net.   On one of the pages of my web site, I need to allow the user to select a file, after which I will import the data and work with it.  I already h...
My Visual Studio 2005 suddenly started ending program execution as if it hit an End statement when it encounters a run-time error of any kind. It used to start the debug. Any advice?
I've got 3 datasources on a .aspx page and they use exacly the same session parameters in the <SelectParameters> For maintenance reasons, rather than having 3 instances of the <SelectParame...
Hi experts I am trying to set up my online shopping cart which needs me to use the following html code to pass the parameters to the checkout. <form action="http://www.romancart.com/cart.a...
I created a DataGridView with 2 columns that are Comboboxes using the GUI. I need to fill the entire columns dynamically though. How do I do this without punching a hole in my monitor?
I have a .NET visual Studio 2005 question...  I have a client app that runs off desktops across the world.  It allows the user's to run in their local culture.  All of the database access is h...
Hello Experts, I have created a set of reports containing charts and all the data is present and correct.  On some reports however, the point label sometimes does not display for the last r...
I could not figure out why the itemtemplate for chkbox ID = "Lunch"  column is not displaying.The chkbox Id = "Select"  column is displaying. thanks > Here's the source     <asp:GridView ...
Hi guy Still having a few issue adjusting to vb.net, i have a few fuilds in my app that can be either null or have data in them the issue i am have is if they are null i am getting a type mis...
Hi expert, I have a girdview and I have a boundfield, how I can show firstname and lastname together in one column, they  are fields in database table,  when user click on name, it should s...
I have a grid with 7 columns. The third column is the unique /primary key but I hide it in the gridview1_rowcreated event. First column is a an ItempTemplate with a checkbox. By placing a che...
What simple function for find word in my string ? Ex. Dim tmpString As String = "View sample of a well-asked Question" I want to check "sample" into variable tmpString is return true. I ...
Does anyone know where I can find some sort of list that would match VB6 "ScaleMode", "DrawWidth", and "DrawStyle" to an equivalent usage in VB.Net?