Search Results

Showing results 1 to 40 of 59
Search took 0.01 seconds.
Search: Posts Made By: Gaurav arora
Forum: MS SQL Jul 24th, 2009
Replies: 5
Views: 519
Posted By Gaurav arora
if i need short date and time then wts the method for that
Forum: MS SQL Jul 24th, 2009
Replies: 5
Views: 519
Posted By Gaurav arora
thanks a lot sknake. Problem Solved
Forum: MS SQL Jul 24th, 2009
Replies: 5
Views: 519
Posted By Gaurav arora
Hi all, I have created a table in which i have a DateTime Column . i need that i dont want to insert values in that column from the front end. i have created a trigger for that purpose. whenever i...
Forum: MS SQL Jul 23rd, 2009
Replies: 0
Views: 299
Posted By Gaurav arora
hi all, i m working on a project(Inventry System) in which i have to update stock frequently. i have created a trigger in SQl for stock updation. if i insert for a particular product in stock table...
Forum: C# Jul 8th, 2009
Replies: 1
Views: 263
Posted By Gaurav arora
Hi All, i m currently making a project on departmental store. i m facing a problem in it. i m facing the same problem while Billing and at the time of stock maintainance. the problem is as follows:
...
Forum: C# Jul 3rd, 2009
Replies: 1
Views: 406
Posted By Gaurav arora
Hi all i m working on a component to generate reports. when user uses this component it should prompt the user wheather oracle/SQL server/Access should be used. on the basis of the user's input it...
Forum: C# Jul 2nd, 2009
Replies: 1
Views: 200
Posted By Gaurav arora
hi all, i m working on a component for MIS department. i need that when i run my component it should ask for: from where u want to retrieve ur data i.e. from Oracle/SQL Server/MS-Access. when i...
Forum: C# Dec 3rd, 2008
Replies: 2
Views: 790
Posted By Gaurav arora
Hello Sir, Can u tell me how to merge two tables(no relationship) in datagridview. I have used merge method of datasets but in vain
Forum: C# Dec 3rd, 2008
Replies: 6
Views: 1,723
Posted By Gaurav arora
Yes LIZr I have 2 DataSets And i Have Merged Them through Merge method of datasets. But Still I m not getting my result
I have Tried following
ds1.Merge(ds2);
dataGridView1.DataSource =...
Forum: C# Nov 28th, 2008
Replies: 6
Views: 1,723
Posted By Gaurav arora
Actually I want it to be done throuth DataSets. Actually it is an assignment
Forum: C# Nov 28th, 2008
Replies: 6
Views: 1,723
Posted By Gaurav arora
Hi all i want to display two unrelated tables in the same datagridview. I m using merge method of datasets but in vain. Any idea Plz
Forum: C# Nov 19th, 2008
Replies: 3
Views: 1,500
Posted By Gaurav arora
Thanks for replying, i have done all wt i wanted to but now i m facing another problem. when i enter a wrong product code a messagebox appeares but after that the control shifts on the next cell i.e....
Forum: C# Nov 14th, 2008
Replies: 3
Views: 1,500
Posted By Gaurav arora
HI all i m making a project for a departmental store. In that I have to make a bill generation form in which i have taken a gridview for the products entry which have been purchased by the customer....
Forum: C# Sep 1st, 2008
Replies: 2
Views: 2,998
Posted By Gaurav arora
Hi there I want to import Printing in my Application. But I m Unable to send the values to be printed in the Printing Class. i Initialize the Printing Class Variables from other class by Creating an...
Forum: C# Aug 28th, 2008
Replies: 4
Views: 3,465
Posted By Gaurav arora
Hi all I m making a project in which i have two textboxes to enter time of Departure and Arrival. The User can enter any string value in a textBox. But i want that user must enter a time format value...
Forum: C# Aug 28th, 2008
Replies: 2
Views: 2,211
Posted By Gaurav arora
Hi there, I have also the same problem But i m using SQLServer 2005. I have created Crystal Reports using wizards only but i want to do it throuth coding.
I just have added a report form to my...
Forum: C# Aug 28th, 2008
Replies: 2
Views: 1,247
Posted By Gaurav arora
Hi all i want to add my Column names in a combo box for some purpose But how i will do that because i dont know the number of columns in the table and new column in the table can be added from the...
Forum: C# Aug 27th, 2008
Replies: 8
Views: 1,594
Posted By Gaurav arora
it Didnt work at all But i have got the solution from somewhere else.
anyways thanks a lot
Forum: C# Aug 27th, 2008
Replies: 8
Views: 1,594
Posted By Gaurav arora
How can I cancatinate it ? i mean to say how i pass my primary key to find method which is composed of 2 columns
Forum: C# Aug 27th, 2008
Replies: 8
Views: 1,594
Posted By Gaurav arora
thanx for replying dickersonka and LiZr
I m doing it by adding primary key to my table and by using DataRowCollection's Find method. But the problem is that my primary key consists of 2 columns and...
Forum: C# Aug 27th, 2008
Replies: 8
Views: 1,594
Posted By Gaurav arora
Hi all I just want to add some functionality in my project. I simply need that when a user enters some details then based on some specific column values if the value entered by user already exists in...
Forum: C# Aug 21st, 2008
Replies: 7
Views: 6,756
Posted By Gaurav arora
Hi dickersonka, Can u plz post some code to trap which checkbox has been checked and how to trap that row
Its urgent plz
Forum: C# Aug 21st, 2008
Replies: 7
Views: 6,756
Posted By Gaurav arora
Can u please Give some code for that plz
Forum: C# Aug 21st, 2008
Replies: 10
Views: 3,103
Posted By Gaurav arora
sorry I couldnt understand ur suggestion. I explain u my problem. I m making a project on Airlines Reservation. Now after selecting source,destination,class and date of travel when user clicks on...
Forum: C# Aug 20th, 2008
Replies: 10
Views: 3,103
Posted By Gaurav arora
I have tried it with the coding given above But it is still not adding new column. Plus i want to know how that particular column can be bound with database column
Forum: C# Aug 20th, 2008
Replies: 7
Views: 6,756
Posted By Gaurav arora
Thanx for replying, Now i m using DataGridView with a checkBox column But now i m facing another problem. How i will come to know which checkBox user has checked and to trap the values of that...
Forum: C# Aug 20th, 2008
Replies: 10
Views: 3,103
Posted By Gaurav arora
Thanx for replying, But my motive is to add a new column with database values. How can i do it?
Forum: C# Aug 19th, 2008
Replies: 10
Views: 3,103
Posted By Gaurav arora
Hi all, Iwant to know is there any way to add a new column in datagrid depending upon the value of a combobox. I have columns in a table whose names are same as combobox's items names. I need to add...
Forum: C# Aug 18th, 2008
Replies: 1
Views: 615
Posted By Gaurav arora
Hi all,
I m facing a problem regarding datagridview. I have taken a gridview with a custom column with checkBox only. Every row in datagrid contains a checkbox as its first column.
Now i...
Forum: C# Aug 17th, 2008
Replies: 1
Views: 446
Posted By Gaurav arora
Hi all, I m making a project on airlines reservation in C#. I have some problem.
The problem is when i accept the values from the user like Origin City,Destination City,Date of travel and class of...
Forum: C# Aug 17th, 2008
Replies: 7
Views: 6,756
Posted By Gaurav arora
Hi all, I m making a project on airlines reservation in C#. I have some problem.
The problem is when i accept the values from the user like Origin City,Destination City,Date of travel and class of...
Forum: MS SQL Aug 10th, 2008
Replies: 4
Views: 1,850
Posted By Gaurav arora
Hi I m Having a Problem in retrieving records.
I want to get nth maximum value in a column.
I have tried it using top
select top n ColumnName from tablename where(select top n-1 ColumnName from...
Forum: C# Jul 26th, 2008
Replies: 1
Views: 4,275
Posted By Gaurav arora
HI all, I just want to ask how we can add more than 1 table in dataset or dataadapter through coding not through wizard.
Forum: C# Jul 25th, 2008
Replies: 0
Views: 1,344
Posted By Gaurav arora
HI all I m facing a problem in my project.
I have made a form for users to change their password
But when i click on submit button i get an error msz in the form of exception
the msz is :...
Forum: C# Jul 25th, 2008
Replies: 3
Views: 887
Posted By Gaurav arora
Hi all i m facing a problem in my project.
I want to add all the rows of a particular column(based on name of the column) in the combo box without using data bindings wizard.
i need it through...
Forum: C# Jul 25th, 2008
Replies: 6
Views: 2,077
Posted By Gaurav arora
Thanks a lot Camilo I got my solution.
Forum: C# Jul 22nd, 2008
Replies: 6
Views: 2,077
Posted By Gaurav arora
Thanx for reply Ramy but i think u didnt understand my problem. my problem is that i cant access any of the items in the menustrip. means when i type there is no option for these items. Even creating...
Forum: C# Jul 21st, 2008
Replies: 6
Views: 2,077
Posted By Gaurav arora
HI all i m making a project in which i have added menu named Login which includes items
like login, create new user, delete user, change password etc. i want to access these items on the basis of...
Forum: C# Jul 20th, 2008
Replies: 2
Views: 2,214
Posted By Gaurav arora
Hi all I have to make a form in my project which includes text NOW LOADING following 4 to 5 dots like ......, Now my motive is that on loading that form the dots should look like moving as is...
Forum: C# Jul 20th, 2008
Replies: 3
Views: 1,611
Posted By Gaurav arora
Sorry for providing insufficient information. My purpose was that nobody should be able to move the form from its location to other location in the application.
Wt should i do for that
Showing results 1 to 40 of 59

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC