- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
13 Posted Topics
Re: I wrote this without being able to test it, but it should at least get you started. Insert a placeholder into the HTML where you want the Labels to appear, then use this code. { int x = 5; while (0 == (x - 1)) { Label myLabel = new … | |
I haven't had to do Php in about 5years and I'm having some trouble doing the simplest task. I use Javascript to send some parameters from a querystring to my page and so some may be 'undefined' I want to build a mySQL query based on these parameters, therefore need … | |
Re: Just to be clear, Word produces XML which is very, very fat. Depending on the Language you want to use, there are loads of apps. Asp - Dreamweaver .Net - Visual Studio Express (free) .php - DreamWeaver etc. | |
Re: Find a current Resource online that maintains a Real-Time Gold price index, then you'll have to build a script that checks that resource, say every '5' minutes and updates your page. It's actually quite starightforward to do. | |
Re: Maybe I'm reading this wrong, but you'll have multiple rows, each with a book and a possible Quantity. you want the user to hit Update once and it will update each Row with the Quantity if it exists? If that's correct, why not just do a Loop through the Rows, … | |
Re: http://designfestival.com/ http://ginva.com/2011/04/108-free-css-menu-designs/ http://www.4templates.com/website-templates/ http://www.maxdesign.com.au/articles/css-layouts/ http://www.paulund.co.uk/css-buttons-with-icons-but-no-images http://www.gonzoblog.nl/2012/07/18/15-more-cool-pure-css3-tutorials-no-javascript/ | |
Re: There are tonnes of Free CSS resources, pick one with a simple design, look at the HTML and then look into the CSS files to see how they work together. Get your hands dirty. http://designfestival.com/ http://ginva.com/2011/04/108-free-css-menu-designs/ http://www.4templates.com/website-templates/ http://www.maxdesign.com.au/articles/css-layouts/ http://www.paulund.co.uk/css-buttons-with-icons-but-no-images http://www.gonzoblog.nl/2012/07/18/15-more-cool-pure-css3-tutorials-no-javascript/ | |
Re: Complete Tutorial here http://everymanprogrammer.com/index.php/using-the-ajax-modalpopup-a-beginners-guide | |
Re: Use a Repeater and build an <UL> <LI> list. | |
Re: Use the asp UpdatePanel. http://ajax.net-tutorials.com/controls/updatepanel-control/ | |
Re: You need to show us the code in question | |
Re: I'm not sure I understand the question? Normally you can just use the .Net Validation controls to say, ensure the Textbox is filled id or a CustomValidator to ensure an email address is valid. If its something like and incorrect password, just send the text to a label that was … |
The End.