Click here to Skip to main content
15,884,425 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhey expers , how to do a text bobx changed ? Pin
Mohammed Amine18-Jul-06 1:27
Mohammed Amine18-Jul-06 1:27 
AnswerRe: hey expers , how to do a text bobx changed ? Pin
Paddy Boyd18-Jul-06 1:37
Paddy Boyd18-Jul-06 1:37 
GeneralRe: hey expers , how to do a text bobx changed ? Pin
Mohammed Amine18-Jul-06 1:48
Mohammed Amine18-Jul-06 1:48 
GeneralRe: hey expers , how to do a text bobx changed ? Pin
Not Active18-Jul-06 2:32
mentorNot Active18-Jul-06 2:32 
AnswerRe: hey expers , how to do a text bobx changed ? Pin
Not Active18-Jul-06 2:30
mentorNot Active18-Jul-06 2:30 
AnswerRe: hey expers , how to do a text bobx changed ? Pin
Pradipta Basu18-Jul-06 6:19
Pradipta Basu18-Jul-06 6:19 
GeneralRe: hey expers , how to do a text bobx changed ? Pin
Mohammed Amine18-Jul-06 11:00
Mohammed Amine18-Jul-06 11:00 
AnswerRe: hey expers , how to do a text bobx changed ? Pin
Pradipta Basu19-Jul-06 2:25
Pradipta Basu19-Jul-06 2:25 
You can look at the code below. Hope this will solve your problem.


<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <br />
<br />
<html><br />
  <head><br />
    <title>Test</title><br />
    <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"><br />
    <meta name="CODE_LANGUAGE" Content="C#"><br />
    <meta name=vs_defaultClientScript content="JavaScript"><br />
    <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5"><br />
		<script type="text/javascript"><br />
			<!--<br />
			function setValue()<br />
			{<br />
				document.getElementById("lblName").innerHTML = document.getElementById("txtName").value;<br />
			}<br />
			//--><br />
		</script><br />
  </head><br />
  <body><br />
	<br />
    <form id="Form1" method="post" runat="server"><br />
		<asp:TextBox ID="txtName" Runat="server" onkeyup="Javascript:setValue();"></asp:TextBox><br /><br />
		<asp:Label ID="lblName" Runat="server" /><br />
<br />
     </form><br />
	<br />
  </body><br />
</html><br />



Save this in a aspx file and then run. Note that it is not using any code-behind.

Thanks

Pradipta Basu
GeneralRe: hey expers , how to do a text bobx changed ? Pin
Mohammed Amine19-Jul-06 4:58
Mohammed Amine19-Jul-06 4:58 
AnswerRe: hey expers , how to do a text bobx changed ? Pin
Pradipta Basu20-Jul-06 4:58
Pradipta Basu20-Jul-06 4:58 
GeneralRe: hey expers , how to do a text bobx changed ? Pin
Pradipta Basu20-Jul-06 5:10
Pradipta Basu20-Jul-06 5:10 
Questionserver Pin
locaas18-Jul-06 1:08
locaas18-Jul-06 1:08 
AnswerRe: server Pin
StonePit18-Jul-06 4:04
StonePit18-Jul-06 4:04 
QuestionCustom Web user Control Pin
MalikRizwan18-Jul-06 0:53
MalikRizwan18-Jul-06 0:53 
AnswerRe: Custom Web user Control Pin
minhpc_bk18-Jul-06 16:13
minhpc_bk18-Jul-06 16:13 
GeneralRe: Custom Web user Control Pin
MalikRizwan18-Jul-06 17:50
MalikRizwan18-Jul-06 17:50 
AnswerRe: Custom Web user Control Pin
minhpc_bk18-Jul-06 20:19
minhpc_bk18-Jul-06 20:19 
GeneralRe: Custom Web user Control Pin
MalikRizwan18-Jul-06 23:29
MalikRizwan18-Jul-06 23:29 
QuestionHow to bind data into textbox or label from database Pin
ypsyong18-Jul-06 0:13
ypsyong18-Jul-06 0:13 
AnswerRe: How to bind data into textbox or label from database Pin
Paddy Boyd18-Jul-06 0:19
Paddy Boyd18-Jul-06 0:19 
GeneralRe: How to bind data into textbox or label from database Pin
ypsyong18-Jul-06 0:59
ypsyong18-Jul-06 0:59 
QuestionHow to select record in using radio button in datagrid Pin
ypsyong18-Jul-06 0:10
ypsyong18-Jul-06 0:10 
AnswerRe: How to select record in using radio button in datagrid Pin
_AK_18-Jul-06 0:42
_AK_18-Jul-06 0:42 
GeneralRe: How to select record in using radio button in datagrid Pin
ypsyong18-Jul-06 0:57
ypsyong18-Jul-06 0:57 
AnswerRe: How to select record in using radio button in datagrid Pin
postmaster@programmingknowledge.com18-Jul-06 1:49
postmaster@programmingknowledge.com18-Jul-06 1:49 

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.