Forum: ASP.NET 16 Days Ago |
| Replies: 3 Views: 384 What is the error message ? |
Forum: ASP.NET Oct 21st, 2009 |
| Replies: 2 Views: 315 The margin-left of the image is causing this. if you add to .main 50px left for the background image it will probably solve your problem. |
Forum: ASP.NET Oct 16th, 2009 |
| Replies: 1 Views: 228 |
Forum: ASP.NET Oct 13th, 2009 |
| Replies: 2 Views: 241 Web Platform Installer from Microsoft has everything you need:
http://www.microsoft.com/web/downloads/platform.aspx |
Forum: ASP.NET Oct 10th, 2009 |
| Replies: 2 Views: 320 Do you have a link where we can see you issue ? |
Forum: ASP.NET Oct 8th, 2009 |
| Replies: 3 Views: 222 \d{9}V
\d = any digit
{9} = repeat nine times
V |
Forum: ASP.NET Aug 20th, 2009 |
| Replies: 4 Views: 384 It doesnt really matter if you put in in the <head> or somewhere within the <body>. Note that it takes a day for google to show your data. (Unless you are using the wrong tracker id) |
Forum: ASP.NET Aug 17th, 2009 |
| Replies: 2 Views: 231 |
Forum: ASP.NET Aug 17th, 2009 |
| Replies: 1 Views: 234 \w means a word character
+ means one or more
\- means dash
\. means .
* means zero or more
it represents a simple check to see if the email address is valid |
Forum: ASP.NET Aug 13th, 2009 |
| Replies: 3 Views: 209 If you have to follow the spec, i wouldn't do it in a single query.
Any way, you need to have code to connect to the database and retrieve the information. You can find a lot of working examples... |
Forum: ASP.NET Aug 13th, 2009 |
| Replies: 3 Views: 209 Is there a reason you search in this way ? It is possible to join the results from all tables in a single query. |
Forum: ASP.NET Mar 26th, 2009 |
| Replies: 1 Views: 458 If you've installed the silverlight toolkit, then the controls are shown after you've started a new silverlight project. |
Forum: ASP.NET Mar 20th, 2009 |
| Replies: 1 Views: 365 Some nice examples:
http://demos.telerik.com/silverlight/ |
Forum: ASP.NET Mar 7th, 2009 |
| Replies: 2 Views: 952 Suppose the server's name is example.com It will allow you only to send email to xxx@example.com addresses. If you want to send email to @hotmail.com you need to have an account on the server, so... |
Forum: ASP.NET Mar 7th, 2009 |
| Replies: 3 Views: 2,071 How about the <marquee> html tag. |
Forum: ASP.NET Mar 7th, 2009 |
| Replies: 6 Views: 749 What have you got so far ? |