Forum: ASP.NET Jun 6th, 2005 |
| Replies: 2 Views: 25,688 Hi,
I am developing an ASP.NET application which uses Crystal reports 9. It was
working fine. But later I installed the trial Crystal Report 11. After that
the generating of the reports gives... |
Forum: MS SQL May 31st, 2005 |
| Replies: 4 Views: 3,114 are you sure that you inserted it correctly? defenitely there is no rule like that in sql server 2000 |
Forum: MS SQL May 31st, 2005 |
| Replies: 3 Views: 5,156 In the first place your subquery is wrong.
You have to write
Select *
From Room R
Where R.room_no
IN ( Select B.room_no
From booking B
Where B.arrival_date =... |
Forum: VB.NET Apr 11th, 2005 |
| Replies: 6 Views: 28,695 Somehow its not working. I worked on it today, I also used some other concepts like stream and memorystream...but all in vain. The image in the table is not loaded from any physical path. It is an... |
Forum: VB.NET Apr 8th, 2005 |
| Replies: 6 Views: 28,695 Thanks for that too...but again this is not what I am lookin for! He is displayin a picture from the app path. I want it from an SQL table.... Any other ideas?! |
Forum: VB.NET Apr 8th, 2005 |
| Replies: 6 Views: 28,695 Thanks for that piece of code. But Im afraid Im not looking for this....because my project is in VB.NET and not ASP.NET....there is no "itemdatabound" event for datagrid in VB.NET. Please let me know... |
Forum: VB.NET Mar 17th, 2005 |
| Replies: 6 Views: 28,695 Hi I have a dataset which acts as a datasource to my datagrid. It just shows all the columns from a table. One of the columns is an image column. How do i show these icons\pictures on the grid?
My... |