Click here to Skip to main content
15,896,278 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to run an asp application in iis server Pin
N a v a n e e t h29-Oct-07 21:17
N a v a n e e t h29-Oct-07 21:17 
GeneralRe: how to run an asp application in iis server Pin
jagadeeshkumar198429-Oct-07 21:26
jagadeeshkumar198429-Oct-07 21:26 
GeneralRe: how to run an asp application in iis server Pin
Abhijit Jana29-Oct-07 22:16
professionalAbhijit Jana29-Oct-07 22:16 
AnswerRe: how to run an asp application in iis server Pin
Ahmad Adnan29-Oct-07 21:20
Ahmad Adnan29-Oct-07 21:20 
QuestionMsAccess with .net Pin
Kissy1629-Oct-07 20:27
Kissy1629-Oct-07 20:27 
AnswerRe: MsAccess with .net Pin
Venkatesh Mookkan29-Oct-07 20:36
Venkatesh Mookkan29-Oct-07 20:36 
GeneralRe: MsAccess with .net Pin
Kissy1629-Oct-07 20:55
Kissy1629-Oct-07 20:55 
AnswerRe: MsAccess with .net Pin
kuyak200029-Oct-07 20:52
kuyak200029-Oct-07 20:52 
Kissy16 wrote:
Also how to remove the history of a textbox values??
Like if i insert more than two records,textbox is giving the previous data for that textbox for the next time.I dont want to show the already entered data.
Which property i need to set??


Just set the autocomplete property to off.

You can directly code it on the HTML. For example:

<INPUT TYPE="text" AUTOCOMPLETE="off">

Or on the ASP.NET, you can set the TextBox property of AutoCompleteType to AutoCompleteType.None in your code.

best regards,

Eriawan Smile | :)
Questiondropdownlist selected index Pin
Sonia Gupta29-Oct-07 20:19
Sonia Gupta29-Oct-07 20:19 
AnswerRe: dropdownlist selected index Pin
Venkatesh Mookkan29-Oct-07 20:21
Venkatesh Mookkan29-Oct-07 20:21 
GeneralRe: dropdownlist selected index Pin
Sonia Gupta29-Oct-07 20:23
Sonia Gupta29-Oct-07 20:23 
GeneralRe: dropdownlist selected index Pin
Venkatesh Mookkan29-Oct-07 20:31
Venkatesh Mookkan29-Oct-07 20:31 
GeneralRe: dropdownlist selected index Pin
Sonia Gupta29-Oct-07 20:35
Sonia Gupta29-Oct-07 20:35 
GeneralRe: dropdownlist selected index Pin
N a v a n e e t h29-Oct-07 20:43
N a v a n e e t h29-Oct-07 20:43 
GeneralRe: dropdownlist selected index Pin
Sonia Gupta29-Oct-07 20:56
Sonia Gupta29-Oct-07 20:56 
GeneralRe: dropdownlist selected index Pin
N a v a n e e t h29-Oct-07 20:59
N a v a n e e t h29-Oct-07 20:59 
GeneralRe: dropdownlist selected index Pin
Sonia Gupta29-Oct-07 21:17
Sonia Gupta29-Oct-07 21:17 
AnswerRe: dropdownlist selected index Pin
Imran Khan Pathan29-Oct-07 21:01
Imran Khan Pathan29-Oct-07 21:01 
AnswerRe: dropdownlist selected index Pin
Ahmad Adnan29-Oct-07 21:21
Ahmad Adnan29-Oct-07 21:21 
Questionattach picture to database Pin
kanza azhar29-Oct-07 20:10
kanza azhar29-Oct-07 20:10 
AnswerRe: attach picture to database Pin
N a v a n e e t h29-Oct-07 20:28
N a v a n e e t h29-Oct-07 20:28 
Questiondropdownlist with ajax Pin
venky45629-Oct-07 20:06
venky45629-Oct-07 20:06 
AnswerRe: dropdownlist with ajax Pin
Venkatesh Mookkan29-Oct-07 20:18
Venkatesh Mookkan29-Oct-07 20:18 
AnswerRe: dropdownlist with ajax Pin
Imran Khan Pathan29-Oct-07 21:15
Imran Khan Pathan29-Oct-07 21:15 
QuestionGetting File extension while uploading Pin
Malayil alex29-Oct-07 20:00
Malayil alex29-Oct-07 20:00 

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.