Forum: C# Jul 13th, 2009 |
| Replies: 2 Views: 670 Hi
I am totally new to crystal reports and i need to print invoices from C# with the data stored in SQL.
Now i can retireve the data and display it in the report however, i cannot properly... |
Forum: C# Jun 19th, 2009 |
| Replies: 13 Views: 1,263 For my previous project i used the connection class which used the oledb and i just used that class to just reuse the code and basically use the .udl so that it will be easier, not a parrticular... |
Forum: C# Jun 19th, 2009 |
| Replies: 13 Views: 1,263 Thanks very much, your advice led me to the solution, i have tested it with one of my tables hopefully all will work now, thanks once again, however, the @ didnt work and i had to use '?' which i... |
Forum: C# Jun 18th, 2009 |
| Replies: 13 Views: 1,263 I have tried this, but it does not work either and says error near '00' i believe it is taking time with it and when i use ToshortDateString() it comes up with the same error as before - the string... |
Forum: C# Jun 18th, 2009 |
| Replies: 13 Views: 1,263 it is DateTime already , but still doesnt work |
Forum: C# Jun 18th, 2009 |
| Replies: 13 Views: 1,263 Thanks a lot , but when i tried, it came up with a message box saying
"The conversion of a varchar datatype to a datetime datatype resulted in an out-of-range value "
What should i do now? |
Forum: C# Jun 18th, 2009 |
| Replies: 13 Views: 1,263 sqlstring = "INSERT INTO... |
Forum: C# Jun 18th, 2009 |
| Replies: 13 Views: 1,263 hi
I am badly stuck with inserting and retrieving Date in SQL DB from C#. I have a C# application which needs to save date in SQL 2008 Database for various purposes.
The format in DB is... |
Forum: C# May 5th, 2009 |
| Replies: 2 Views: 4,322 Hi
From your post on C# forum i believe you want to know how to upload files in C#. I agree with tuhin.bd that you should store filepath of the image rather than the image itself.
Therefore to... |
Forum: Java Apr 25th, 2009 |
| Replies: 3 Views: 335 Hi
To add in the text area a new line you would have "\n" added in your string whereever you need a new line, so e.g.
System.out.Println("yourname" + "\n" + "yourage");
HTH
Sarah |
Forum: C# Apr 18th, 2009 |
| Replies: 6 Views: 1,080 YES you can ... you would have the actual text gardcoded i.e. which wont change unlike text boxes and then u can concatenate it with text boxes so you would have it like below (for name and for age... |
Forum: VB.NET Apr 18th, 2009 |
| Replies: 4 Views: 481 Hi
Number 6 and 7 are returned values from a message box to show the response of the user, so that it can be compared and action can be taken appropriately. So if NO is slected the returned... |
Forum: C# Apr 18th, 2009 |
| Replies: 6 Views: 1,080 Hi
You have to use concatenation and in C# this is done be '+' plus sign. by using this you can concatenate as many strings, integers or data as you want. for example, if you have two textboxes... |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2007 |
| Replies: 2 Views: 5,720 Hi, I am new to web development, i need to develop a comment box, and save those comments in a file( either database or normal text pad), so that i can retrieve them later and display them on my web.... |
Forum: C# Mar 22nd, 2007 |
| Replies: 1 Views: 9,011 Hi
I know that you would be getting this reply after quite a while of posting your question, but if you have not implemented it yet, then i am sure i can help. Now i will only give you the idea... |
Forum: C# Feb 15th, 2007 |
| Replies: 1 Views: 2,148 Hi
I am working on a project and i fortunately made the GUI in designer, but in the middle of the project the designer is not displaying the graphics , and unfortunately i cant enter or edit any... |
Forum: C# Feb 10th, 2007 |
| Replies: 2 Views: 10,415 Hi
Would it not be something like;
LUID_AND_ATTRIBUTES Privileges[ANYSIZE_ARRAY];
for the above i have assumed that, you want an array of LUID_AND_ATTRIBUTES type struct , which you... |
Forum: PHP Feb 10th, 2007 |
| Replies: 6 Views: 1,014 Thanks a lot, but i tried it and it did not work
Apart from this, the problem is that, the new page has to be loaded i.e. the redirection has to be done according to the if statement i.e. under... |
Forum: PHP Feb 9th, 2007 |
| Replies: 6 Views: 1,014 Hi
I have an if statement within which i have to implement the redirection to another form or index.php, when i implement that it gives me an error that it already have the "Header", to solve... |
Forum: C# Dec 17th, 2006 |
| Replies: 3 Views: 1,625 Thanks a lot, i tried some other ways to print the report, and i got it working, so i have updated my previous version of program, which was giving me the error, HOWEVER, it is giving me a new error,... |
Forum: C# Dec 16th, 2006 |
| Replies: 3 Views: 1,625 Hi everyone
Well, the problem now i am stuck with is using "using statements". Is there such a directive in c#, if so why the program is not recognising it.
If i try to comment this out, to... |
Forum: C# Dec 3rd, 2006 |
| Replies: 4 Views: 45,938 Thanks a lot for your help
I have tired this "AutoPostBack" property for the checck box HOWEVER, i cannot find any such thing in Visual studio 2005, it may be the version of Visual Studio. It... |
Forum: C# Nov 29th, 2006 |
| Replies: 4 Views: 5,352 Well, if you are using hide() and show() behind the buttons or whatever controls you are using, to control the displaying of calendar and contact information, then you would not need different forms... |
Forum: C# Nov 28th, 2006 |
| Replies: 4 Views: 5,352 It really depends how you want to do this, if you want to display both the calender and contact information in the "Main Form", one by one, then you can show & hide the related component accordingly,... |
Forum: C# Nov 28th, 2006 |
| Replies: 4 Views: 45,938 Thanks very much for your consideration.
This question is related to c# forum, and if not mistaken i posted this to the correct forum. The question is that i cannot get the checkbox working in... |
Forum: C# Nov 26th, 2006 |
| Replies: 4 Views: 45,938 Hi Everyone
could anyone help me with the event handling behind a checkbox, which is one of the columns in datagridview. First of all i am adding this checkbox column to dataTable dt, which is... |
Forum: Computer Science May 28th, 2006 |
| Replies: 21 Views: 31,162 Well i understand 3N, and 3(N - 1) , 3(N-2)..... But i did not really understand, 3(2) + 6, 3(1) + 6 etc, as i think this would be result of replacing the N's value {I am not sure though}.
However,... |
Forum: Computer Science May 27th, 2006 |
| Replies: 21 Views: 31,162 Hi
Could you please explain how did you come to the result of 3/2N^2... as i cannot figure that out, and i really want to know how to caluclate the time complexity of a given algorithm. I quite... |
Forum: Computer Science May 24th, 2006 |
| Replies: 21 Views: 31,162 Very good work !!! Really well explained |