Click here to Skip to main content
15,893,381 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Requirement in file upload control Pin
Christian Graus16-Aug-07 0:16
protectorChristian Graus16-Aug-07 0:16 
GeneralRe: Requirement in file upload control Pin
Christian Graus16-Aug-07 0:32
protectorChristian Graus16-Aug-07 0:32 
Questionthread in asp.net [modified] Pin
Nidhiii16-Aug-07 0:01
Nidhiii16-Aug-07 0:01 
AnswerRe: thread in asp.net Pin
Christian Graus16-Aug-07 0:17
protectorChristian Graus16-Aug-07 0:17 
QuestionDynamically generate image control at run time Pin
Milind Panchal15-Aug-07 23:57
Milind Panchal15-Aug-07 23:57 
AnswerRe: Dynamically generate image control at run time Pin
Christian Graus16-Aug-07 0:21
protectorChristian Graus16-Aug-07 0:21 
GeneralRe: Dynamically generate image control at run time Pin
Milind Panchal16-Aug-07 0:31
Milind Panchal16-Aug-07 0:31 
GeneralRe: Dynamically generate image control at run time Pin
Christian Graus16-Aug-07 0:36
protectorChristian Graus16-Aug-07 0:36 
it's pretty simple. An img tag looks something like:

<img src="myfile.jpg"/>

Easier again is to create a new picture control, and let ASP.NET generate the HTML for you. Another way would be to have a repeater that takes an array of image paths, and renders img tags out of them, that actually seems the easiest way to go about it, and get them laid out as you want.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
QuestionHow to change a template and Skin to ASP.NET page Pin
mangrovecm15-Aug-07 23:42
mangrovecm15-Aug-07 23:42 
AnswerRe: How to change a template and Skin on ASP.NET page programmably? Pin
mangrovecm22-Aug-07 18:27
mangrovecm22-Aug-07 18:27 
QuestionThread In ASP.NET Pin
S A R I T H15-Aug-07 23:39
S A R I T H15-Aug-07 23:39 
AnswerRe: Thread In ASP.NET Pin
Paddy Boyd15-Aug-07 23:53
Paddy Boyd15-Aug-07 23:53 
GeneralRe: Thread In ASP.NET Pin
S A R I T H16-Aug-07 0:01
S A R I T H16-Aug-07 0:01 
AnswerRe: Thread In ASP.NET Pin
Christian Graus16-Aug-07 0:23
protectorChristian Graus16-Aug-07 0:23 
GeneralRe: Thread In ASP.NET Pin
S A R I T H16-Aug-07 0:31
S A R I T H16-Aug-07 0:31 
GeneralRe: Thread In ASP.NET Pin
Michael Sync16-Aug-07 1:56
Michael Sync16-Aug-07 1:56 
QuestionWebmail application Pin
sankar.K15-Aug-07 23:36
sankar.K15-Aug-07 23:36 
AnswerRe: Webmail application Pin
Michael Sync15-Aug-07 23:54
Michael Sync15-Aug-07 23:54 
GeneralRe: Webmail application Pin
sankar.K16-Aug-07 1:09
sankar.K16-Aug-07 1:09 
GeneralRe: Webmail application Pin
Michael Sync16-Aug-07 1:50
Michael Sync16-Aug-07 1:50 
GeneralRe: Webmail application Pin
Michael Sync16-Aug-07 1:53
Michael Sync16-Aug-07 1:53 
GeneralRe: Webmail application Pin
sankar.K16-Aug-07 2:29
sankar.K16-Aug-07 2:29 
AnswerRe: Webmail application Pin
Vasudevan Deepak Kumar16-Aug-07 0:15
Vasudevan Deepak Kumar16-Aug-07 0:15 
GeneralRe: Webmail application Pin
sankar.K16-Aug-07 1:23
sankar.K16-Aug-07 1:23 
QuestionSplitting TIFF pages using MODI in C# and Viewing Thumbnails in Picturebox Pin
mensdrol15-Aug-07 23:06
mensdrol15-Aug-07 23:06 

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.