Autocomplete in textbox

V

venu

Hi All

I need some help from u guys. iam working on aspx page.in this page i
have lot fields. text boxes and dropdown lists ..
First filed should be a autocomplete filed. this text has onblur event
also based on this text box when onblur event is fired that time
other fields will populate.

This time this textbox should be a auto-complete . this is not happend
in my page. this page has lot of onblur event's also.


I have done sample page. but this textbox is showing previous data and
what i have typed in this text box field it this showing.

Why it is not showing my acutal page any diffrece in that please help me
..

Below Code is working properly.
//################################3

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>AutoComplete</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form name="Form1" method="post" action="AutoComplete.aspx"
id="Form1">
<input type="hidden" name="__VIEWSTATE"
value="dDwyNjY4NzY3NzE7dDw7bDxpPDE+Oz47bDx0PDtsPGk8Nz47PjtsPHQ8cDw7cDxsP
G9uYmx1cjs+O2w8UG9wdWxhdGVDb250YWN0UGVyc29uKCk7Pj4+Ozs+Oz4+Oz4+Oz6h1TM+q
jOrczNPXDw4tTIgya2WCg==" />

<input name="TextBox2" type="text" value="adfdaf" id="TextBox2"
style="Z-INDEX: 103; LEFT: 296px; POSITION: absolute; TOP: 120px" />
<input name="TextBox3" type="text" value="adfadf" id="TextBox3"
style="Z-INDEX: 104; LEFT: 296px; POSITION: absolute; TOP: 160px" />
<input type="text">
<input type="submit" name="Button1" value="Button" id="Button1"
style="Z-INDEX: 100; LEFT: 336px; POSITION: absolute; TOP: 192px" />
<input name="TextBox1" type="text" value="mayur" id="TextBox1"
class="formTextField" onblur="PopulateContactPerson()" style="Z-INDEX:
101; LEFT: 296px; POSITION: absolute; TOP: 88px" />
</form>
</body>
</HTML>
///######################################



Karunakara Rao. P
Sr Software Engg.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top