Forum: Database Design Aug 18th, 2007 |
| Replies: 2 Views: 2,204 Thank you, kb.net, actually I have already passed the database design phase and it has been finalized, but thank you for your comments. |
Forum: MySQL Aug 16th, 2007 |
| Replies: 0 Views: 3,220 Hello All,
I have been trying to pass variable values as a parameter name in MySQL Stored Procedure Insert Statement when i directly pass the parameter name it works fine, but when i asign the... |
Forum: ASP.NET Aug 12th, 2007 |
| Replies: 5 Views: 1,574 Directories inside of wwroot are by default configured as a Virtual Directories. |
Forum: ASP.NET Aug 12th, 2007 |
| Replies: 5 Views: 1,574 this means your web directory needs permission add every one or IWAM_WKS.., IUSR_WKS.., and ASPNET to your directory than it will work fine.
Let me know if you need further clarifications... |
Forum: ASP.NET Aug 12th, 2007 |
| Replies: 5 Views: 1,561 you should add HTML tags to your text in order to display the formatted text in a Webform:
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using... |
Forum: ASP.NET Aug 12th, 2007 |
| Replies: 3 Views: 1,016 for formatting you should use HTML tags, like if you want to display a text as a bold add the bold tag to the string:
string strVar = "<b>Hello World</b>";
Label1.Text =... |
Forum: ASP.NET Aug 11th, 2007 |
| Replies: 2 Views: 1,214 What is the version of your IE, and what version yours friend is using?
Khaled |
Forum: ASP.NET Aug 11th, 2007 |
| Replies: 5 Views: 1,561 are you using webform, or windows forms? |
Forum: ASP.NET Aug 11th, 2007 |
| Replies: 3 Views: 1,016 I didnt get exactly what you are asking, but if you have a data stored in a string variable its so simple to display it in an aspx webpage:
Add a label control to your page, and name it for example... |
Forum: ASP.NET Aug 11th, 2007 |
| Replies: 4 Views: 2,097 than why not adding links to your files in place of adding this download code.
Khaled |
Forum: MySQL Aug 8th, 2007 |
| Replies: 1 Views: 1,612 if you are going to work in web based application using Java, PHP, ASP.., or want to become a DBA, or Consultant it would be helpful to have Certified MySQL Developer (CMDEV) certification as I have... |
Forum: ASP.NET Aug 8th, 2007 |
| Replies: 4 Views: 2,097 Remove this is line of code:
Response.AppendHeader("content-disposition", "attachment; filename=" + name);
Regards
Khaled |
Forum: ASP.NET Aug 8th, 2007 |
| Replies: 2 Views: 1,261 this is because in your IIS setting the ASP.NET version has been set 2.0. not to 1.1 in order to fix this either change this to 1.1 or select non of them then it will work the steps are as follow:... |
Forum: Database Design Aug 4th, 2007 |
| Replies: 2 Views: 2,204 Hello All,
I am working on a database, and have doubts in two fields (startpoint, and endpoint locations)therefor want your comments and suggestions, my database tables look like the following:
... |
Forum: ASP.NET Aug 1st, 2007 |
| Replies: 5 Views: 1,005 No, the code he has written is perfectly right, and the event he is firing is a server side event which will work after page being processed to the server, thats why Autopostback is needed for... |
Forum: ASP.NET Aug 1st, 2007 |
| Replies: 5 Views: 1,952 you should use javascript for this to achive for more information visit this website:
http://www.netomatix.com/GridToolTip.aspx |
Forum: Database Design Aug 1st, 2007 |
| Replies: 3 Views: 2,349 Dear All,
I have a [project] table which includes Project name,Startdate,EndDate,Location.and [SubContractor] table which includes id,subContractor_name. each project has one SubContractor at time... |
Forum: ASP.NET Jul 31st, 2007 |
| Replies: 5 Views: 1,005 you should enable autopostback for the dropdown list otherwise it wont work.
If you need to run it on a client side then use javascript.
Thank you
Khaled |
Forum: Database Design Jul 31st, 2007 |
| Replies: 3 Views: 3,080 The Mediawiki is using DBDesinger which is a free product.
http://www.fabforce.net/dbdesigner4/screenshots.php
Thank you. |
Forum: Database Design Jul 31st, 2007 |
| Replies: 3 Views: 3,080 visit the following website:
http://www.databaseanswers.com/modelling_tools.htm |
Forum: Database Design Jul 31st, 2007 |
| Replies: 5 Views: 1,987 Sorry for getting late to the thread actually was on leave for the last few days. I have another problem just faced with:
The project is going to be issued to a Contractor and that Contractor is... |
Forum: Database Design Jul 21st, 2007 |
| Replies: 5 Views: 1,987 Ok Thank you very much. I really appreciate your quick response.
once again thank you |
Forum: Database Design Jul 21st, 2007 |
| Replies: 5 Views: 1,987 Thank you Robert, Yes I want to keep the record and will create a third table, but How can i display these information in one row, I mean my information should be displayed as "Project ID,Project... |
Forum: Database Design Jul 21st, 2007 |
| Replies: 5 Views: 1,987 Dear All,
I have a [project] table which includes Project name,Startdate,EndDate,Location.and [SubContractor] table which includes id,subContractor_name. each project has one SubContractor at time... |