Forum: C# Apr 24th, 2008 |
| Replies: 6 Views: 2,258 Let us know. Remember to mark the thread solved if this answered your question. |
Forum: C# Apr 24th, 2008 |
| Replies: 6 Views: 2,258 Do your Insert Query, the do a SELECT @@IDENTITY Query immediately afterward. It's best to do both in a stored procedure with the Identity as an OUT parameter.
Try this link:... |
Forum: DaniWeb Community Feedback Aug 28th, 2007 |
| Replies: 35 Views: 4,667 A very clear explanation, Dani. Thank you. |
Forum: DaniWeb Community Feedback Aug 28th, 2007 |
| Replies: 35 Views: 4,667 Wait a minute, back up the bus. No one claimed that feedback was a scientific poll. I'm saying, the only feedback you have is feedback given. That's all. If you are using feedback to make decisions... |
Forum: DaniWeb Community Feedback Aug 24th, 2007 |
| Replies: 35 Views: 4,667 Dani, your "no complaints" argument is your standard flawed reasoning. The only feedback that matters is the feedback you've been given. You can make no assumptions about this nebulous "non-feedback... |
Forum: DaniWeb Community Feedback Aug 24th, 2007 |
| Replies: 35 Views: 4,667 ...but now, by reading the latest feedback on the issue, you realize that the annoyance of the hover previews is unrelated to speed, and that the all-or-nothing option of disabling all client-side... |
Forum: DaniWeb Community Feedback Aug 23rd, 2007 |
| Replies: 35 Views: 4,059 I don't post anymore... but I do occasionally browse. The floating popups are very annoying, like having tape stuck to your fingers. Please reinstate the option to disable popups. |
Forum: DaniWeb Community Feedback Jun 6th, 2007 |
| Replies: 31 Views: 4,331 A post just to show my new extremely apropros signature, and to provide c>you et al an opportunity to give me bad rep. How very off-topic of me. |
Forum: DaniWeb Community Feedback Feb 9th, 2007 |
| Replies: 16 Views: 3,966 |
Forum: JavaScript / DHTML / AJAX Nov 19th, 2006 |
| Replies: 4 Views: 11,499 That should work. You need to return either true or false, and call the function using the "return" keyword as vishesh has shown. He's missing the terminal semicolon, but it should still work. Also,... |
Forum: JavaScript / DHTML / AJAX Nov 4th, 2006 |
| Replies: 10 Views: 3,934 Many people agree, that the "body" tag should be treated as a top-level block element: the "box" everything is in. Another viewpoint is that it is a syntactical (rather than structural) element, and... |
Forum: JavaScript / DHTML / AJAX Nov 4th, 2006 |
| Replies: 10 Views: 3,934 I think I see what you mean... you've set a border on the body element, and your page contents are breaking through that bottom border. Unfortunately, it isn't clear how the "body" element should be... |
Forum: JavaScript / DHTML / AJAX Nov 4th, 2006 |
| Replies: 10 Views: 3,934 But, where are you expecting the content to go? With small enough browser window, everything breaks. I've looked with both FF and IE and I'm not sure I see a problem. |
Forum: JavaScript / DHTML / AJAX Oct 30th, 2006 |
| Replies: 19 Views: 19,738 JavaScript is of course standardized. What confuses many is that it's a scripting language, so interacts with the underlying DOM, and that each doctype has its own DOM. Morever, JavaScript is used... |
Forum: JavaScript / DHTML / AJAX Oct 30th, 2006 |
| Replies: 19 Views: 19,738 Well, all the mouse event handlers are just that: event handlers. The events are provided by JavaScript. Also, the "style." is a reference to the DOM, and again is JavaScript. So while you may not... |
Forum: JavaScript / DHTML / AJAX Oct 30th, 2006 |
| Replies: 19 Views: 19,738 This entire discussion is very amusing. In short, you have to use JavaScript for most of the questions in this thread. There is no reason not to do so, either. If you want a real-world solution,... |
Forum: JavaScript / DHTML / AJAX Oct 13th, 2006 |
| Replies: 4 Views: 12,792 There is no such thing as a combobox in HTML. Are you posting in the correct forum? |
Forum: HTML and CSS Oct 10th, 2006 |
| Replies: 15 Views: 24,864 After a certain period of time, you cannot edit your post.
Your page is missing a doctype, so I'm not sure which version of HTML you're writing. However, since all the tags are lowercase, I can... |
Forum: HTML and CSS Aug 3rd, 2006 |
| Replies: 3 Views: 1,813 That's what CSS is for: positioning, sizing, and styling HTML elements. It sounds like you're either not sizing your table elements, or if you are, you're using percentages.
Instead, you should... |
Forum: HTML and CSS Jul 14th, 2006 |
| Replies: 7 Views: 3,468 We simply disagree that CSS is unrelated to "content".
In fact, it allows the HTML to be solely content. Ask yourself what "BGCOLOR" has to do with the "content" of your site, and perhaps you'll... |
Forum: HTML and CSS Jul 14th, 2006 |
| Replies: 7 Views: 3,468 Puck - it's all in your mindset. When you realize that CSS was invented to FIX issues with HTML, or to SIMPLIFY/STANDARDIZE HTML (so that we didn't have a lot of custom-to-the-browser tags like... |
Forum: HTML and CSS Jul 10th, 2006 |
| Replies: 4 Views: 1,338 That's fine, but... what is the question? |
Forum: HTML and CSS Jul 10th, 2006 |
| Replies: 4 Views: 1,338 Sorry, but I've read this a couple of times and don't see a question. Could you distill all of the above into a single, succint, specific question? |
Forum: HTML and CSS Jul 7th, 2006 |
| Replies: 11 Views: 4,503 I don't know what they do. You haven't shown the entire element, so I don't know if you're still trying to use "embed', or if you've switched over to "object".
This page documents problems and and... |
Forum: HTML and CSS Jul 7th, 2006 |
| Replies: 11 Views: 4,503 The "embed" element isn't within the XHTML specification. It's been replaced by "object". |
Forum: HTML and CSS Jul 6th, 2006 |
| Replies: 11 Views: 4,503 I still don't understand. The validator allows you to validate something you paste in, or a URL. In either case, PHP renders HTML. You shouldn't be pasting the PHP, you should be pasting the results... |
Forum: HTML and CSS Jul 6th, 2006 |
| Replies: 3 Views: 1,748 A quick perusal through your CSS didn't show that you were defining any absolute point sizes. Relative terms like "medium" will be displayed... in relative terms. :)
In the future, could you... |
Forum: HTML and CSS Jul 6th, 2006 |
| Replies: 11 Views: 4,503 Browse to your page. Select "View Source". Copy it all. Paste it into the appropriate spot on the validator page. |
Forum: HTML and CSS Jul 6th, 2006 |
| Replies: 11 Views: 4,503 Who says you can't validate? Just copy and paste the URL into the appropriate spot on the validator page. |
Forum: HTML and CSS Jun 27th, 2006 |
| Replies: 6 Views: 5,683 Any window you open, with script, you can close, with script.
The typical approach is to add a button with onclick="self.close();".
If you're asking how a user would close a fullscreen... |
Forum: JavaScript / DHTML / AJAX Jun 8th, 2006 |
| Replies: 2 Views: 4,532 Start by changing your "submit" button to a regular "button". That way when you click the button it won't try to submit the form to a server-side process. |
Forum: JavaScript / DHTML / AJAX Jun 8th, 2006 |
| Replies: 2 Views: 4,126 You cannot pass variables, per se, between JavaScript and PHP. However, your PHP script can certainly author JavaScript, including JavaScript variables. I hope that makes sense, because it's late and... |
Forum: ASP.NET Jun 3rd, 2006 |
| Replies: 2 Views: 11,821 http://support.microsoft.com/kb/209805
http://www.aspfaq.com/show.asp?id=2259
http://blogs.wdevs.com/Gaurang/archive/2005/06/15/5112.aspx |
Forum: ASP.NET May 19th, 2006 |
| Replies: 10 Views: 6,700 That should work fine, if IIS is installed properly:
http://server_name/folder/appname.aspx
So, you likely have an IIS configuration issue, which is outside the scope of this forum. You should... |
Forum: ASP.NET May 18th, 2006 |
| Replies: 10 Views: 6,700 I cannot tell you anymore than I already have:
You access via a browser:
http://servername/appname
The "servername" is the name you've given the IIS server. That's all there is to it - there... |
Forum: ASP.NET May 18th, 2006 |
| Replies: 10 Views: 6,700 ASP.NET works with IIS. You access ASP.NET applications through a web browser. Whatever you've configured a particular IIS installation's server name to be, is how you access it, via WAN, LAN...... |
Forum: ASP.NET May 12th, 2006 |
| Replies: 5 Views: 2,175 My experience was on a development machine, where I installed VS.NET. Later, I installed IIS, and things never worked correctly. I searched MSDN, and saw that this was a common problem, and then had... |
Forum: ASP.NET May 11th, 2006 |
| Replies: 5 Views: 2,175 This is the ASP.NET forum. Is that what you're asking about? If not, I can move the thread to the ASP forum, just let me know.
ASP.NET and IIS can get into problems based on which was installed... |
Forum: JavaScript / DHTML / AJAX May 8th, 2006 |
| Replies: 6 Views: 1,943 Please re-read my prior message. Your "li-related" style declarations are not complete. You need to provide a complete margin AND a complete padding, for every element, or else each browser will... |
Forum: JavaScript / DHTML / AJAX May 8th, 2006 |
| Replies: 6 Views: 1,943 For spacing issues, make sure you always set the "margin", and the "padding", for all affected elements. Otherwise, each browser will set a default, and the default may not be what you want. |