Click here to Skip to main content
15,905,874 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: space between elements... Pin
eyeseetee7-May-08 0:46
eyeseetee7-May-08 0:46 
GeneralRe: space between elements... Pin
SamRST7-May-08 0:53
SamRST7-May-08 0:53 
GeneralRe: space between elements... Pin
SamRST7-May-08 0:56
SamRST7-May-08 0:56 
GeneralRe: space between elements... Pin
eyeseetee7-May-08 3:14
eyeseetee7-May-08 3:14 
GeneralRe: space between elements... Pin
SamRST7-May-08 0:45
SamRST7-May-08 0:45 
GeneralRe: space between elements... Pin
Christian Graus7-May-08 0:52
protectorChristian Graus7-May-08 0:52 
GeneralRe: space between elements... Pin
SamRST7-May-08 0:54
SamRST7-May-08 0:54 
GeneralRe: space between elements... Pin
SamRST7-May-08 0:56
SamRST7-May-08 0:56 
my code is..

var newFileInputID = 'Ediv' + newFileIndex;
var newFileInput = document.createElement('div');
newFileInput.setAttribute("id", newFileInputID);

newFileInput.innerHTML = '<input id=a' + newFileIndex + ' name=a' + newFileIndex + ' type="text" readonly="readOnly" class="textbox" />&nbsp;&nbsp;';
newFileInput.innerHTML += '<input id=b' + newFileIndex + ' name=b' + newFileIndex + ' type="text" readonly="readOnly" class="textbox" />&nbsp;&nbsp;';
newFileInput.innerHTML += '<img alt="" id=c'+ newFileIndex + ' name=c' + newFileIndex + ' src="Images/delete_16x16.gif" class="images_del" onclick="DeleteDiv(this.id)" />';


newFileInput.innerHTML += '<br>';
GeneralRe: space between elements... Pin
Christian Graus7-May-08 0:58
protectorChristian Graus7-May-08 0:58 
GeneralRe: space between elements... Pin
SamRST7-May-08 1:00
SamRST7-May-08 1:00 
GeneralRe: space between elements... Pin
Christian Graus7-May-08 1:10
protectorChristian Graus7-May-08 1:10 
GeneralRe: space between elements... Pin
SamRST7-May-08 1:32
SamRST7-May-08 1:32 
GeneralRe: space between elements... Pin
Christian Graus7-May-08 1:36
protectorChristian Graus7-May-08 1:36 
GeneralRe: space between elements... Pin
SamRST7-May-08 1:54
SamRST7-May-08 1:54 
QuestionFREEZING header of DATAGRID (or gridview)?? Pin
Karan_TN7-May-08 0:32
Karan_TN7-May-08 0:32 
AnswerRe: FREEZING header of DATAGRID (or gridview)?? Pin
Christian Graus7-May-08 0:40
protectorChristian Graus7-May-08 0:40 
Questionheader file and frame work base classes Pin
Pankaj Garg7-May-08 0:08
Pankaj Garg7-May-08 0:08 
AnswerRe: header file and frame work base classes Pin
Christian Graus7-May-08 0:26
protectorChristian Graus7-May-08 0:26 
QuestionHow to assign a web.Config value to imageurl in ImageButton? Pin
Sam.M6-May-08 23:51
Sam.M6-May-08 23:51 
AnswerRe: How to assign a web.Config value to imageurl in ImageButton? Pin
Christian Graus6-May-08 23:58
protectorChristian Graus6-May-08 23:58 
QuestionRe: How to assign a web.Config value to imageurl in ImageButton? Pin
Sam.M7-May-08 0:10
Sam.M7-May-08 0:10 
AnswerRe: How to assign a web.Config value to imageurl in ImageButton? Pin
Christian Graus7-May-08 0:25
protectorChristian Graus7-May-08 0:25 
GeneralRe: How to assign a web.Config value to imageurl in ImageButton? Pin
Sam.M7-May-08 0:31
Sam.M7-May-08 0:31 
GeneralRe: How to assign a web.Config value to imageurl in ImageButton? Pin
eyeseetee7-May-08 0:43
eyeseetee7-May-08 0:43 
GeneralRe: How to assign a web.Config value to imageurl in ImageButton? Pin
Christian Graus7-May-08 0:46
protectorChristian Graus7-May-08 0:46 

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.