CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > starter_kits_and_source_projects..text_blogs Tags:
Item Type: Date Entered: 1/6/2004 10:56:56 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 1 Views: 43 Favorited: 0 Favorite
2 Items, 1 Pages 1 |< << Go >> >|
"davidponak" <>
NewsGroup User
thumbnail display1/6/2004 10:56:56 AM

0

I'm new to asp .net and only have experience taking free asp code and tweaking it to create web pages. I like everything about .text except the way thumbnails are displayed - all squished together like that. What would it take to put some table formatting in there and space them out a bit - and what about displaying the caption under the thumbnails as well? If someone could just point me in the right direction...
Thanks!
"Scottw" <>
NewsGroup User
Re: thumbnail display1/6/2004 11:51:53 AM

0

Formatting is as a easy as editing the HTML in Thumbnailviewer.ascx (in each skin)

To add captions, you will need to add your caption literal/hyperlink/label control, then then edit the controls code a bit.

I did this same thing on my own site the other day (see http://scottwater.com/blog/galleries/1065.aspx):

protected void ImageCreated(object sender, RepeaterItemEventArgs e)
{
if(e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem)
{
Dottext.Framework.Components.Image _image = (Dottext.Framework.Components.Image)e.Item.DataItem;
if(_image != null)
{
HyperLink ThumbNailImage = (HyperLink)e.Item.FindControl("ThumbNailImage");
if(ThumbNailImage != null)
{

ThumbNailImage.ImageUrl = _baseImagePath + _image.ThumbNailFile;
ThumbNailImage.NavigateUrl = CurrentBlog.UrlFormats.ImageUrl(_image.CategoryID.ToString(),_image.ImageID);
ThumbNailImage.ToolTip = _image.Title;

}

HyperLink titleLink = (HyperLink)e.Item.FindControl("ImageTitle");
titleLink.Text = _image.Title;
titleLink.NavigateUrl = ThumbNailImage.NavigateUrl;
}
}
}
2 Items, 1 Pages 1 |< << Go >> >|


Free Download:













dnn 3.2.2 log viewer error

unable to edit module definitions

dnn and netscape 4.7

showing of new dutch dnn site

dnn config error?

vendor / banner position question

dnn 4.0 user roles is currently unavailable

redirecting users after login

looking for comments on dnn structure and site design...

dotnetnuke web hosting recommendations

dnn websites vs. web applications and making $

javascript checkboxes and x has no properties

using ms access

host settings unavailable after shift to remote

change skin based on user login

question about password enc key function

anyone hosting dnn with boundgrid?

major major css overiding issue!!! please help

technical reason for user agent not working???

dnn 3.0.13 install woes

any crystal reports viewer modules out there?

error: user accounts is currently unavailable. on user accounts

documents module: adding new valid document types?

portalalias changed but when i open from remote system i cannot view any other tabs but home

localizing account login module title

journal/communication module

upgrade issue re: url not in main domain

missing control panel

solpartmenu menualignment tag does not work in 3.2.2 and 4.0.2

dnn 3.0 and 2.1.2 coexisting?

html text module raises sql error: 17805, severity: 20, state: 3

how to overwrite solpart menu item names with icons

calling all thai dnn'ers

help: solpart error on account login module

java applets in dnn

4.0.2 user information not visible

dotnetnuke on the front page.

public role and auto assign under security roles

whats the best shop module?

infragistics issue and fix.

internal external how?

one module to control another module

host vs. admin

the virtual path '<path>' maps to another application, which is not allowed

ms and dnn on a collision course

batch print from browser

host sql module of dnn 2.1.2

quick solpart mozilla clarification

dal builder vs. dnn jungle templates + codesmith vs. mygeneration??

skins at snowcovered

   
  Privacy | Contact Us
All Times Are GMT