Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~9K People Reached
Favorite Tags
Member Avatar for arelius

Hello, I have a datagridview and I allow a user to fill in some checkboxes which call stored procedures to show only certain data based on the criteria given by the user. [COLOR="Red"]I then want to take all that data that is currently shown in the datagridview and copy it …

Member Avatar for CaptainRon
0
5K
Member Avatar for arelius

Hello All, On my local machine, my website works perfectly. All the functionality that I have made works great. I then copy my folders from my local machine to my test development web server. Once this occurs, certain functionality of my website no longer works, yet it is a direct …

Member Avatar for Fortinbra
0
110
Member Avatar for arelius

Hello friends, I know that on the Layout options of the DataGridView control that you can set the AutoSizeColumnsMode to "Fill". I noticed that the "Fill" setting is not available for the AutoSizeRowsMode. Does anybody know a workaround so that I can have all the rows automatically "fill" in the …

Member Avatar for arelius
0
913
Member Avatar for arelius

Hello, I have an acer laptop and I am trying to make it secure as possible. I have already edited the boot options in the BIOS so that external hardrives, cds, floppys cannot be run on boot, only the internal Harddrive can be run. I have also password protected the …

Member Avatar for gerbil
0
118
Member Avatar for arelius

Hey guys, When I bind my data to the GridView, it populates the GridView with the correct number of rows from the database, but the rows are empty. Do you know how I can get the data to appear in these rows? Please look at the attached picture to get …

Member Avatar for kvprajapati
0
140
Member Avatar for arelius

Hey Guys, I am new to ASP.Net and am having some difficulties with the properties window. I am trying to link a .css file to a master page through the Properties window. According to the book I am using to teach myself, it says that "at the top of the …

Member Avatar for arelius
0
72
Member Avatar for arelius

Hello all, I am taking a course in C++ and in Ada. Our professor has given us the choice to be tested in language profficiency in either C++ or Ada. The test format will be of simpler programming problems and more geared towards shortanswer concepts. I was wondering if anyone …

Member Avatar for dgr231
0
234
Member Avatar for arelius

Hello all, This shouldn't be too hard to answer. I have a bunch of folders, for example WarehouseApp, WarehouseLib, etc, were in each of these folders contains a project. Whenever I try to rename one of these folders that contains a project, I get the following error and the project …

Member Avatar for arelius
0
98
Member Avatar for arelius
Member Avatar for arelius

Hello, I am looking for software for customer service reps. I have looked at CRM software and it goes way beyond our needs. What we want is a program that will place all of the emails into a “pool” where customer service reps can pick and choose which emails they …

0
51
Member Avatar for arelius

Hello everybody, I have a datagridview and one of the columns contains dates. I want to loop through the data in the column using this for loop. string StartDate=""; string EndDate=""; string date=""; foreach (DataGridViewRow dgvr in dataGridViewTasksReport.Rows) { date = dgvr.Cells["work_date_col"].Value.ToString(); } But what I want to do is …

Member Avatar for arelius
0
1K
Member Avatar for shankbond

Hi, I need help with gridview? actually the gridview is supposed to show a view(aka join) consisting of two tables . In my case I have (userid) , (money depositted) fields in table 1; userid can also be left as null. I have another table I have first_name, last_name,phone numbers( …

Member Avatar for JuhaW
0
84
Member Avatar for arelius

Hello, I have a DataGridView that displays all the columns in the DataGridView Column from my database. The problem I am having is that my Row_id column, which is the primary key of the table, will not display the data within the Row_id column. Is there a way to retrieve …

Member Avatar for arelius
0
131