Click here to Skip to main content
16,004,887 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: View state object, Hi all Pin
Christian Graus1-Feb-07 22:38
protectorChristian Graus1-Feb-07 22:38 
Questionadd new textbox dynamically Pin
Imran Khan Pathan1-Feb-07 19:07
Imran Khan Pathan1-Feb-07 19:07 
AnswerRe: add new textbox dynamically Pin
Christian Graus1-Feb-07 20:02
protectorChristian Graus1-Feb-07 20:02 
GeneralRe: add new textbox dynamically Pin
Imran Khan Pathan2-Feb-07 0:05
Imran Khan Pathan2-Feb-07 0:05 
GeneralRe: add new textbox dynamically Pin
Christian Graus2-Feb-07 0:07
protectorChristian Graus2-Feb-07 0:07 
AnswerRe: add new textbox dynamically Pin
Parwej Ahamad1-Feb-07 20:22
professionalParwej Ahamad1-Feb-07 20:22 
GeneralRe: add new textbox dynamically Pin
Imran Khan Pathan2-Feb-07 0:08
Imran Khan Pathan2-Feb-07 0:08 
GeneralRe: add new textbox dynamically Pin
Parwej Ahamad2-Feb-07 1:36
professionalParwej Ahamad2-Feb-07 1:36 
Plz try it.......

TABLE id="Table1">

sdf







var intv=0;
function test()
{
intv++;
var obj=document.getElementById("cell");
obj.innerHTML =obj.innerHTML + "<br>" + "<INPUT id=" + intv + " type='button' value='" + intv + "' name='" + intv + "'>";
alert(obj.innerHTML);

}


Parwej Back...............DON of Developer.......
Parwej Ahamad
g_parwez@rediffmail.com

QuestionProblem when opened in mozilla Pin
zareee1-Feb-07 18:30
zareee1-Feb-07 18:30 
AnswerRe: Problem when opened in mozilla Pin
Sandeep Akhare1-Feb-07 20:19
Sandeep Akhare1-Feb-07 20:19 
QuestionDropDownList onchage event through Javascript Pin
Mridang Agarwalla1-Feb-07 18:21
Mridang Agarwalla1-Feb-07 18:21 
AnswerRe: DropDownList onchage event through Javascript Pin
Sylvester george1-Feb-07 18:59
Sylvester george1-Feb-07 18:59 
QuestionPost Callback 2005 and Server Controls Pin
Amit Kumar G1-Feb-07 18:05
Amit Kumar G1-Feb-07 18:05 
Questionpage error mail Pin
P. S. Pundeer1-Feb-07 17:50
P. S. Pundeer1-Feb-07 17:50 
QuestionUserControl ????? Pin
AnhTin1-Feb-07 17:02
AnhTin1-Feb-07 17:02 
QuestionRegaring asp.net Login Controls Pin
SwaSubhaVijju1-Feb-07 17:02
SwaSubhaVijju1-Feb-07 17:02 
AnswerRe: Regaring asp.net Login Controls Pin
Amit Kumar G1-Feb-07 17:37
Amit Kumar G1-Feb-07 17:37 
GeneralRe: Regaring asp.net Login Controls Pin
SwaSubhaVijju1-Feb-07 17:53
SwaSubhaVijju1-Feb-07 17:53 
GeneralRe: Regaring asp.net Login Controls Pin
Amit Kumar G1-Feb-07 18:07
Amit Kumar G1-Feb-07 18:07 
GeneralRe: Regaring asp.net Login Controls Pin
SwaSubhaVijju1-Feb-07 18:45
SwaSubhaVijju1-Feb-07 18:45 
QuestionPath of a file Pin
nxde20001-Feb-07 15:36
nxde20001-Feb-07 15:36 
AnswerRe: Path of a file Pin
Christian Graus1-Feb-07 20:01
protectorChristian Graus1-Feb-07 20:01 
GeneralRe: Path of a file Pin
nxde20001-Feb-07 20:28
nxde20001-Feb-07 20:28 
Questionerror can be caused by a virtual directory not being configured as an application in IIS. Pin
red60mans1-Feb-07 15:28
red60mans1-Feb-07 15:28 
AnswerRe: error can be caused by a virtual directory not being configured as an application in IIS. Pin
Amit Kumar G1-Feb-07 17:42
Amit Kumar G1-Feb-07 17:42 

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.