I have an Upload control on a web page. How can I check the file size of the file that the user has selected BEFORE the upload process takes place?
Hello Experts,
I am new to user controls. I added a user control to a web page (.aspx) in a website application
(asp .net /C# 2.0 app). The user control has a dropdownlist and a checkbox...
Hi experts
I have created a csv file with excel 2007 on Windows XP.
Encoding.Default.CodePage gives 1252 and Encoding.Default.EncodingName is westeuropean.
http://www.microsoft.com/GLOBA...
Hi all,
I am developing an XBAP (WPF) application using Visual Studio 2008 and I recently updated to Visual Studio 2008 SP1 RTM (had been using the Beta version of SP1 for a while). Ever s...
Ok I have 2 dropdownlist boxes I would like to get Attendlist to work with the Code Snippet
Private Sub Attendlist()
' Dim conn As SqlConnection = AttendConnection()
With...
I am still trying to paint cell a certain color in a datagrid veiw. I ran into some problems that I hope you can help me with. I used a combination of code from ExpertExchange and from MSDN ...
Thank you in advance,
I am getting the following error when creating a new web page project, and saving it on a share network folder vs my C drive.
======================================...
Hi
I have a ListView where more than one line is selected. What code do I use to select one of these lines
Thanks
I want to include an if statement in my application for the status of an Excel file. If the file is already open, proceed with method; but if the file is not open, open it.
I have a WebUserControl on my aspx page. In WebUserControl I have a Grid.
When I click a button on my aspx page I would like to empty the grid in ascx. Is that possible?
yes I have a repeater and a dropdownlist the dropdownlist is the alphabet through A-Z and the repeater is selecting the
employee database lastname first the first name.
I would like for m...
I am using reflection in .NET 3.5, and I want to discover if a property of a class is implemented by the developer, or auto-implemented (http://msdn.microsoft.com/en-us/library/bb384054.aspx)....
How do I place button images that I copied from other button images onto a custom menubar on my VB.NEt form?
I sucessfully created a menubar using the menustrip tool but I cannot copy butto...
Hi!
My environment is: Visual Studio 2005, C#
When typing in a ComboBox with the property AutoCompleteMode = Suggest/SuggestAppend, a list of "items" like a "drop down" appears. Is there a w...
I understand that to make an .rdl file appear in the Add New Item dialog box for adding a report I simply move it to C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\Pr...
hi guys,
im using vb.net 2K5 and im in quite a pickle here. hope someone can help me out.
what i want to do is when the user inputs the letter "g" my program will check if the preceding in...
Dear experts I hope someone knows what I am doing wrong. I have previously worked with datasets and was always able to associate them with an objectdatasource by selecting them in the fdropdow...
I have a drop down list and woud like to know if it is possible to display more than 1 data field inside the drop down list. As default, it ASP.Net only allows me to use only 1 data field.
...
I have been charged with cleaning up a VB.NET project which violates all kinds of FxCop rules. One of the more prevalent violations is the use of underscores in variable names. What I'd like t...
I am trying to read an excel spread sheet, cell by cell. I would like to place the value of that read cell into a variable called Item, then test it against some different cases. What I really...
Hi,
1. I want to autogenerate alphanumeric ID's in textbox1 which i have disabled so that user can't fill anything and cursor goes direct to textbox2.I want to insert fields(a/c id , name,...
I'm totally confused in using a bound DataGridView control. I have a Windows Form with a bound DataGrid View. I'm doing some testing with it because it doesn't seem to behave the way I woul...
Hi you experts.
I have an ASP.NET page which is developed with VS.NET 2003 c#.
I want to call a web service asyncronous. Lets say that i have a loop and every time(inside loop's body) a web ...
I have a site that i develop via frontpage
Server has IIS /6.0 installed and several websites
Most work perfectly fine developing via frontpage
however one does give me issues
...
I am trying to bind multiple comboboxes to an arraylist and am looking for a better way than doing it one by one. I have an enum of a -> z because the comboboxes are named comboBoxPaDiagnosis...