Hi,
I am trying to download SQL Server 2005 from Microsoft site with this SQLEXPR32.EXE After downloading this on my system when i click RUN it does not install the software and give message ACCESS DENIED
I am the only user on the system and have administrative rights.
What is the problem. Please help me.
Thanks in advance.
User Profile
Collapse
-
Problem in installation of SQLEXPR32.EXE
-
Transferring value from form1 to form 2 when form1 is open
Hi,
I am working on a project however i am a newcomer in this. Basically i am Pl/SQL developer but i am learning c#. I have two forms say for example -- form1 and form2. On form1 there is button. On click of this button form2 is open and certain value from form1 has to be transferred to form2. How to transfer it. Please help me as i don't have any idea.
Thanks in advance. -
Thanks Vivek. I created the .exe file in the same way as i am developing software in c# but when i am executing the exe file on another system it is neither finding the database nor the path of the server. How to include database in it so that when it is run on another system the user can add, remove and update records to check the software.
Please guide me as i am fresher for this developing software.
Thanks once again -
Creating software along with database
Hi,
I am developing a software for Hospital Management. I want to develop it's exe file along with it's database so that it can be used for demonstration. How to create it. Please help me.
Thanks in avance -
How to insert value of date of birth accepted thru three combo boxes.
Hi,
I am accepting Month, Day and Year in three separate combo boxes. How to use these three values to insert as a single value in birthday field.
Please help.
I am a beginner in this field.
Thanks -
Toshi Trivedi started a topic How to set color ,size,fonts,buttons,textbox,labels same o all forms of a applicatiin C SharpHow to set color ,size,fonts,buttons,textbox,labels same o all forms of a applicati
How to set color ,size,fonts,but tons,text box,labels same o all forms of a application of .net in c# -
I am using this code but still i am getting the same message.
if (cmbsearch.Sele ctedIndex < 0)
{
MessageBox.Show ("Select a row from grid");
dgriduser.Focus ();
}
The control is shifting back to combo box but the exception is generating
Index was out of range. Must be non-negative and less than the size of the collection. Parameter...Leave a comment:
-
Thanks, sending you code for Apply button
...Code:void btnApply_Click(object sender, EventArgs e) { try { if (SelectedID == null) { MessageBox.Show("Select a row from grid"); dgriduser.Focus(); }Leave a comment:
-
Toshi Trivedi started a topic How to fix "index out of range" error when user submits no data in form?in C SharpHow to fix "index out of range" error when user submits no data in form?
Hi,
I am receiving an error if user is not selecting any row in data grid and clicking on the Apply button. The message is
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
I want to put a check for it but unable to do it.
Thanks in advance -
How to transfer of data from one form to another?
I have two forms.On form1 , there is a button UPDATE . On click event of this button another form form2 opens. Here search criteria and value can be given by the user depending upon which data grid restrict the values shown. Initially data grid shows all the values from the table.
A button APPLY is there on form2. On the click event of this button i set the property for all the columns.I want to display these values on form1 on the click event... -
-
How to filtering data in a datagrid dynamically?
Hi,
I am using a data grid which is filled up with the data from the table. I have given two choices to the user. One a combobox is given having four columns in the list from which user can select a column name. Second a text box is given in which he can type the value. Based on the values of the column name and value i want to filter out records in the data grid. But don't know how. I am not using dataset only data grid is filled... -
How to manage database in an application ?
I am developing an application in c# using SQL Server as database. The application's .exe file will be installed on different machine's and a server will be there having Sql Server. The connectivity to the database is done in the code and machines are connected thru Local Area Network.
I am doing this for the first time, so i am confused that how the security of the database is maintained. The admin password is used to access the database....
No activity results to display
Show More
Leave a comment: