Forum: C# Aug 15th, 2005 |
| Replies: 1 Views: 7,123 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... |
Forum: C# Aug 15th, 2005 |
| Replies: 1 Views: 7,123 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,441 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: 2,017 http://www.experimentalspace.com/2005/05/project-content-managed-menu.html
Here's my solution :)
~ Lacuna |
Forum: ASP Jun 10th, 2005 |
| Replies: 1 Views: 2,231 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... |
Forum: ASP Jun 10th, 2005 |
| Replies: 0 Views: 2,701 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: 2,239 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... |
Forum: Graphics and Multimedia May 3rd, 2005 |
| Replies: 6 Views: 2,501 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,673 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: 3,442 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: 4,280 |
Forum: Graphics and Multimedia May 3rd, 2005 |
| Replies: 5 Views: 3,442 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... |
Forum: Website Reviews May 3rd, 2005 |
| Replies: 2 Views: 1,354 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)
~... |
Forum: Website Reviews May 3rd, 2005 |
| Replies: 5 Views: 1,985 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... |
Forum: Graphics and Multimedia May 3rd, 2005 |
| Replies: 3 Views: 4,201 (I didn't realize the date on the original post, but maybe the next person who needs this will find it helpful) |
Forum: Graphics and Multimedia May 3rd, 2005 |
| Replies: 3 Views: 4,201 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: 3,209 Very nice load time for what it consists of. I like the animations used as well.
Nice work.
~ Lacuna |
Forum: Graphics and Multimedia May 3rd, 2005 |
| Replies: 5 Views: 3,442 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: 2,017 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... |