I'm attempting to get the site to have valid HTML but it seems that the built in .NET controls (eg image buttons) write out html with attributes which are not accepted by the HTML validator (http://validator.w3.org).
My code reads:
<asp:imagebutton id="btnLogin"...
Oh, i wish i could edit my last post now. I seem to have worked out how to display it in the same column (was very simple - ask if you want me to paste code!)
Just going to see how the rest goes.
Thanks for your suggestions/advice though!
the first-ish.
Ideally I'd like to have it as
Author Name
Book 1
Book 2
Book 3
But the control seems to want two separate columns so i'm getting
Author Name Book 1
Book 2
Book 3
Oh yeah, i get the whole SQL thing - it's just that my query is ever so slightly "big" :)
I would paste it here, but it wouldnt make sense to anyone - so I'll attempt to do a simple example of what it does....
Tbl_Authors contains Author_ID, Author_Name
tbl_Books contains Book_ID...
I've got one DB query that pulls out Authors & Books. THe relationship is one-many, so the author names get repeated.
On display, I want to show Author name once with the list of books (ie a master/detail control)
I *CANT* change the query and examples I've seen have used 2 separate queries...
Surely that subject makes no sense, but I have more space here....
I'm learning on the fly and cant work out which control I should use to create the following display.
The DB will return a "list" of authors and book titles, where one author may have more than one book. (it's...
Not sure is this is the right forum but...
I'm using Remote Desktop to connect to our server, but it's only allowing one user at a time. I cant seem to find where this gets set, can anyone point me in the right direction??
cheers,
van
Sorry for being a bit slow - but it didnt help! The solution also seemed to be in C (or C#?) so just got me more confused.
Thanks, for trying - but anyone got any leads?
Ta,
Van
I've got one drop down list containing regions across the country (North West, South East etc) - then a second drop down to contain the counties/cities within that region.
All the data is stored in a database. I dont want to have to post back and have been reading a few articles saying that I...
Sorry for being so vague! Basically, I've got the datalist with each row containing a dropdownlist, a single line text box and one multiline txtbox.
I'm not actually using the template columns for this. The front end code i've got is:
----------------------------------------------------...
I've finally got my datalist showing me the items I wanted, but now each item has a description and I need to display it.
It will display in a single line text box, but not a multiline one! Anyone know how to get around this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.