Click here to Skip to main content
16,011,754 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Cancel a DataView's ButtonField PostBack? Pin
-Dr_X-27-Apr-06 3:55
-Dr_X-27-Apr-06 3:55 
AnswerRe: How to Cancel a DataView's ButtonField PostBack? Pin
minhpc_bk27-Apr-06 5:45
minhpc_bk27-Apr-06 5:45 
AnswerRe: How to Cancel a DataView's ButtonField PostBack? Pin
NeverHeardOfMe27-Apr-06 7:01
NeverHeardOfMe27-Apr-06 7:01 
QuestionPivot tables Pin
sohne27-Apr-06 3:49
sohne27-Apr-06 3:49 
AnswerRe: Pivot tables Pin
Paddy Boyd27-Apr-06 6:33
Paddy Boyd27-Apr-06 6:33 
GeneralRe: Pivot tables Pin
sohne28-Apr-06 0:48
sohne28-Apr-06 0:48 
QuestionHow to make Thumbnails of an Image and again show it as big? Pin
MudkiSekhon27-Apr-06 3:36
MudkiSekhon27-Apr-06 3:36 
AnswerRe: How to make Thumbnails of an Image and again show it as big? Pin
KrIstOfK27-Apr-06 4:53
KrIstOfK27-Apr-06 4:53 
If you have 2 images (a thumbnail and a large image) you can just put the thumbnails on the page and render the inline popups on mouseovers (i suggest doing this with javascript cause otherwise you'll have troubles with postbacks).

If you do not have 2 images you will have to render your own thumbnails (on pageload for example) with System.Drawing libary. Then you can save your thumbnails just like you should have 2 images.

For an inline popup you can put a div with style "display:none" wherin you put your image. And onmouseover (from your thumbnail) you change the style of the div to display:div. With css you can place the div where you want on the screen.
QuestionOpen and save Word doc to server??? Pin
JimFeng27-Apr-06 3:35
JimFeng27-Apr-06 3:35 
AnswerRe: Open and save Word doc to server??? Pin
NeverHeardOfMe27-Apr-06 3:58
NeverHeardOfMe27-Apr-06 3:58 
GeneralRe: Open and save Word doc to server??? Pin
JimFeng27-Apr-06 4:40
JimFeng27-Apr-06 4:40 
GeneralRe: Open and save Word doc to server??? Pin
NeverHeardOfMe27-Apr-06 5:00
NeverHeardOfMe27-Apr-06 5:00 
QuestionSeting values in a Web User Control Pin
Ista27-Apr-06 3:17
Ista27-Apr-06 3:17 
AnswerRe: Seting values in a Web User Control Pin
minhpc_bk27-Apr-06 5:49
minhpc_bk27-Apr-06 5:49 
GeneralRe: Seting values in a Web User Control Pin
Ista27-Apr-06 9:52
Ista27-Apr-06 9:52 
GeneralRe: Seting values in a Web User Control Pin
minhpc_bk27-Apr-06 12:37
minhpc_bk27-Apr-06 12:37 
GeneralRe: Seting values in a Web User Control Pin
Ista27-Apr-06 16:51
Ista27-Apr-06 16:51 
QuestionRetriving variables............ Pin
daviiie27-Apr-06 3:15
daviiie27-Apr-06 3:15 
AnswerRe: Retriving variables............ Pin
J4amieC27-Apr-06 3:35
J4amieC27-Apr-06 3:35 
QuestionVery Urg:: Problemm with Data grid Pin
Gaurav067727-Apr-06 2:54
Gaurav067727-Apr-06 2:54 
AnswerRe: Very Urg:: Problemm with Data grid Pin
minhpc_bk27-Apr-06 6:11
minhpc_bk27-Apr-06 6:11 
Questionerror in file uploading. Pin
Amit Agarrwal27-Apr-06 2:45
Amit Agarrwal27-Apr-06 2:45 
AnswerRe: error in file uploading. Pin
Mike Ellison27-Apr-06 3:06
Mike Ellison27-Apr-06 3:06 
AnswerRe: error in file uploading. Pin
Vasudevan Deepak Kumar27-Apr-06 3:53
Vasudevan Deepak Kumar27-Apr-06 3:53 
GeneralRe: error in file uploading. Pin
Guffa27-Apr-06 7:19
Guffa27-Apr-06 7:19 

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.