Click here to Skip to main content
15,900,907 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Does this Functions work Also for ASP.NET? Pin
DavidNohejl29-May-07 21:51
DavidNohejl29-May-07 21:51 
GeneralRe: Does this Functions work Also for ASP.NET? Pin
Vimalsoft(Pty) Ltd29-May-07 22:23
professionalVimalsoft(Pty) Ltd29-May-07 22:23 
GeneralRe: Does this Functions work Also for ASP.NET? Pin
DavidNohejl29-May-07 22:41
DavidNohejl29-May-07 22:41 
GeneralRe: Does this Functions work Also for ASP.NET? Pin
Vimalsoft(Pty) Ltd29-May-07 23:43
professionalVimalsoft(Pty) Ltd29-May-07 23:43 
QuestionGridview with Pushbutton delete Pin
siddisagar29-May-07 20:09
siddisagar29-May-07 20:09 
AnswerRe: Gridview with Pushbutton delete Pin
Sherin Iranimose29-May-07 20:39
Sherin Iranimose29-May-07 20:39 
QuestionWorking wtih Infragistic's Ultrawebgrid Control Pin
Mahdi.Jabbari29-May-07 19:57
Mahdi.Jabbari29-May-07 19:57 
QuestionMaster page problem Pin
Amr M. K.29-May-07 19:53
Amr M. K.29-May-07 19:53 
Hello ;

I added master page(MasterPage.master) ..and I add web page(default.aspx ) that use to that master page and I want
to use javaScript code in web page (default.aspx) ,to get the value of textbox1 in (default.aspx)...
how can I do that
I have tried
<asp:Content ...>

<script type="text/javascript" >



function ere()

{

var z=document.getElementById("TextBox1").value;

alert(z);


}


</script>

.....
but gives error in browser

tkml123
AnswerRe: Master page problem Pin
Sherin Iranimose29-May-07 20:01
Sherin Iranimose29-May-07 20:01 
GeneralRe: Master page problem Pin
Amr M. K.29-May-07 20:39
Amr M. K.29-May-07 20:39 
GeneralRe: Master page problem Pin
Sherin Iranimose29-May-07 20:58
Sherin Iranimose29-May-07 20:58 
AnswerRe: Master page problem [modified] Pin
Jay_se29-May-07 20:37
Jay_se29-May-07 20:37 
GeneralRe: Master page problem Pin
Amr M. K.29-May-07 21:47
Amr M. K.29-May-07 21:47 
GeneralRe: Master page problem Pin
Jay_se29-May-07 23:34
Jay_se29-May-07 23:34 
GeneralRe: Master page problem Pin
Amr M. K.3-Jun-07 22:57
Amr M. K.3-Jun-07 22:57 
QuestionImageButtton for edit in gridview Pin
ritu432129-May-07 19:42
ritu432129-May-07 19:42 
QuestionPlease convert this code in 2005 version Pin
siddisagar29-May-07 18:45
siddisagar29-May-07 18:45 
AnswerRe: Please convert this code in 2005 version Pin
Guffa29-May-07 19:02
Guffa29-May-07 19:02 
QuestionHow to Parse all items Pin
siddisagar29-May-07 17:54
siddisagar29-May-07 17:54 
AnswerRe: How to Parse all items Pin
N a v a n e e t h29-May-07 18:27
N a v a n e e t h29-May-07 18:27 
QuestionSpreadsheetML Problem Pin
jain.ashish2129-May-07 17:20
jain.ashish2129-May-07 17:20 
QuestionStored Procedure acting a bit strange Pin
J Liang29-May-07 15:35
J Liang29-May-07 15:35 
AnswerRe: Stored Procedure acting a bit strange Pin
N a v a n e e t h29-May-07 18:33
N a v a n e e t h29-May-07 18:33 
GeneralRe: Stored Procedure acting a bit strange Pin
J Liang29-May-07 20:32
J Liang29-May-07 20:32 
AnswerRe: Stored Procedure acting a bit strange Pin
Harini N K29-May-07 18:42
Harini N K29-May-07 18: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.