Forum: C# Aug 15th, 2005 |
| Replies: 1 Views: 4,842 Re: Repeater with Object as Value I found the problem :)
I should be using:
<%# ((SomeClass)Container.DataItem).myProperty1 %>
instead of the 'Databinder.Eval' statement. I can then repeat this statement changing the... |
Forum: C# Aug 15th, 2005 |
| Replies: 1 Views: 4,842 Repeater with Object as Value I am trying to iterate through a hashtable that i have populated with objects using the repeater control.
For each iteration i wish to output the values of properties of the objects I am populating... |
Forum: Geeks' Lounge Jun 22nd, 2005 |
| Replies: 3 Views: 1,121 Delete a post How do I go back and delete a post I made? Hmm, I can see an 'edit' on this post but not on the one i want to edit (i posted it a while ago) |
Forum: ASP Jun 10th, 2005 |
| Replies: 2 Views: 1,640 Re: Content Managed Menu http://www.experimentalspace.com/2005/05/project-content-managed-menu.html
Here's my solution :)
~ Lacuna |
Forum: ASP Jun 10th, 2005 |
| Replies: 1 Views: 1,842 Re: How do I use #include the code can be either of the following:
<!-- #INCLUDE FILE="filename.asp" -->
or
<!-- #INCLUDE VIRTUAL="filename.asp" -->
First thing to know is you have to have the page these tags are on saved... |
Forum: ASP Jun 10th, 2005 |
| Replies: 0 Views: 2,162 Save as document button I have a news article site which loads its information from an sql database. I need the page to have a dl button so that the article with proper formatting and images can be saved as a document on... |
Forum: ASP.NET May 19th, 2005 |
| Replies: 0 Views: 1,831 only functions when focused in the first column Hi,
I have some code that only functions when im focused in the first column... what i need is to have the code execute when the cursor is in any of the columns in the current row.
visual basic... |
Forum: Graphics and Multimedia May 3rd, 2005 |
| Replies: 6 Views: 2,045 Re: this is hard! Have you tried some good tutorial sites? Practice and good tutorials will definitely improve your digital artwork.
Google 'easy photoshop tutorials' and you should get some good ones.
~ Lacuna |
Forum: Graphics and Multimedia May 3rd, 2005 |
| Replies: 3 Views: 2,039 Re: PS effect Are you referring to the grunge effect on the lefthand bar?
Try getting some 'grunge' brushes for your photoshop, there's some free ones out there. I'll take a look and see if I can find the one I... |
Forum: Graphics and Multimedia May 3rd, 2005 |
| Replies: 5 Views: 2,885 Re: web photo help Once you've edited and saved an image in photoshop it won't loose any quality bringing it into dreamweaver, so don't worry about that. I do recommend when you resize your images in photoshop to... |
Forum: Website Reviews May 3rd, 2005 |
| Replies: 16 Views: 3,445 |
Forum: Graphics and Multimedia May 3rd, 2005 |
| Replies: 5 Views: 2,885 Re: web photo help I'm sorry if that sounded abrupt or smth, but I was just answering your question.
You asked:
Do I have the right software?
And I let you know you dont need special software to put images into your... |
Forum: Website Reviews May 3rd, 2005 |
| Replies: 2 Views: 1,075 Moov2 Ltd Just put this online recently, wondering your thoughts.
Moov2.com (http://www.moov2.com)
(The box choice on the left is only in html and the web agency has flash and html as options)
~ Lacuna |
Forum: Website Reviews May 3rd, 2005 |
| Replies: 5 Views: 1,527 Re: Please critique website. Ok, honest opinion.
I'm suspecting you've not worked in flash very long. It's a good start but its not pulled together very well and the animation isn't very smooth or easy to look at.
Here are... |
Forum: Graphics and Multimedia May 3rd, 2005 |
| Replies: 3 Views: 3,726 |
Forum: Graphics and Multimedia May 3rd, 2005 |
| Replies: 3 Views: 3,726 Re: Need help with Flash Actionscripting Try this:
mailto = "mailto:" + Address + "?subject=" + Subject;
getURL(mailto,"_self");
And have a textbox named 'Subject' for the visitor to enter their information.
~ Lacuna |
Forum: Website Reviews May 3rd, 2005 |
| Replies: 4 Views: 2,393 |
Forum: Graphics and Multimedia May 3rd, 2005 |
| Replies: 5 Views: 2,885 Re: web photo help I think you're posting in the wrong section.
And dreamweaver is an html editor so you 'import' images just like you would add an image to an html page.
~ Lacuna |
Forum: ASP May 3rd, 2005 |
| Replies: 2 Views: 1,640 Content Managed Menu Hi,
I need to make a menu that can read from an SQL database and build its needed dropdown menu arrangement accordingly. I'm having real troubles finding any sort of tutorial for this and was hoping... |