Click here to Skip to main content
15,913,854 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Thumbnail image in a Gridview Pin
AlexeiXX32-Apr-08 17:03
AlexeiXX32-Apr-08 17:03 
GeneralRe: Thumbnail image in a Gridview Pin
ffowler2-Apr-08 17:13
ffowler2-Apr-08 17:13 
GeneralRe: Thumbnail image in a Gridview Pin
AlexeiXX32-Apr-08 17:15
AlexeiXX32-Apr-08 17:15 
GeneralRe: Thumbnail image in a Gridview Pin
ffowler2-Apr-08 17:21
ffowler2-Apr-08 17:21 
GeneralRe: Thumbnail image in a Gridview Pin
ffowler2-Apr-08 17:23
ffowler2-Apr-08 17:23 
QuestionASP.NET - C# passing a variable to the page with postback Pin
Phivos Stylianides2-Apr-08 15:11
Phivos Stylianides2-Apr-08 15:11 
GeneralRe: ASP.NET - C# passing a variable to the page with postback Pin
ffowler2-Apr-08 16:26
ffowler2-Apr-08 16:26 
GeneralRe: ASP.NET - C# passing a variable to the page with postback Pin
gspiteri2-Apr-08 16:36
gspiteri2-Apr-08 16:36 
GeneralRe: ASP.NET - C# passing a variable to the page with postback Pin
ffowler2-Apr-08 16:50
ffowler2-Apr-08 16:50 
QuestionRe: ASP.NET - C# passing a variable to the page with postback Pin
Phivos Stylianides2-Apr-08 17:40
Phivos Stylianides2-Apr-08 17:40 
GeneralRe: ASP.NET - C# passing a variable to the page with postback Pin
gspiteri2-Apr-08 17:45
gspiteri2-Apr-08 17:45 
GeneralRe: ASP.NET - C# passing a variable to the page with postback Pin
Phivos Stylianides2-Apr-08 18:59
Phivos Stylianides2-Apr-08 18:59 
Questionproxy file not created Pin
mpavas2-Apr-08 11:56
mpavas2-Apr-08 11:56 
GeneralClearing javascript cache in IE7 Pin
Meg W2-Apr-08 9:57
Meg W2-Apr-08 9:57 
GeneralRe: Clearing javascript cache in IE7 Pin
Mitch F.2-Apr-08 20:11
Mitch F.2-Apr-08 20:11 
GeneralRe: Clearing javascript cache in IE7 Pin
gspiteri3-Apr-08 11:31
gspiteri3-Apr-08 11:31 
GeneralRe: Clearing javascript cache in IE7 Pin
Meg W7-Apr-08 8:03
Meg W7-Apr-08 8:03 
Questionthumbnail picture for shop catalouge [modified] Pin
Saba022-Apr-08 9:45
Saba022-Apr-08 9:45 
GeneralRe: thumbnail picture for shop catalouge Pin
Mark J. Miller2-Apr-08 10:01
Mark J. Miller2-Apr-08 10:01 
The simple way to do this is to set the height and width properties of the IMG element. However, the images will still be the same number of bytes. So if you need to resize the images physically you'll have to write a routine to either create thumbnail copies of each of your images and store them along with the original images or to dynamically resize them before displaying them. If you want to do that just search google: http://www.google.com/search?q=asp.net+image+thumbnail&rls=com.microsoft:en-US&ie=UTF-8&oe=UTF-8&startIndex=&startPage=1[^]


GeneralRe: thumbnail picture for shop catalouge Pin
Saba022-Apr-08 10:35
Saba022-Apr-08 10:35 
GeneralRequestSoapContext not found in proxy Pin
mpavas2-Apr-08 7:14
mpavas2-Apr-08 7:14 
QuestionHow do you Authenticate a User saved on SQL Server 2005?? Please Help. Pin
Etienne2-Apr-08 6:34
Etienne2-Apr-08 6:34 
GeneralRe: How do you Authenticate a User saved on SQL Server 2005?? Please Help. Pin
Mark J. Miller2-Apr-08 10:34
Mark J. Miller2-Apr-08 10:34 
GeneralFormsAuthentication and Session timeout problem. Pin
ESTAN2-Apr-08 6:28
ESTAN2-Apr-08 6:28 
GeneralRe: FormsAuthentication and Session timeout problem. Pin
Mark J. Miller2-Apr-08 10:50
Mark J. Miller2-Apr-08 10:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.