in a textbox i enter the data i need to show the data in run time

Posted by Selvimca under ASP.NET on 5/7/2015 | Points: 10 | Views : 1186 | Status : [Member] | Replies : 3
in a textbox i enter the data i need to show the data in run time



example




chick
itemname
need to show all the details I enter in a textbox all are from different table
Chick 25 25
Chick 50 55
Chick 100 105
Chick 150 200



Now I enter

oil
itemname






Chick 25 25
Chick
50 55
Chick 100 105
Chick 150 200
Oil 50 58
Oil 65 100
Oil 85 158




Responses

Posted by: Jayakumars on: 5/7/2015 [Member] [MVP] Bronze | Points: 25

Up
0
Down
hi
if you need enter the data runtime shown using javascript keypress event fetch value and passing them your control

Mark as Answer if its helpful to you

Kumaraspcode2009@gmail.com

Selvimca, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Josephs on: 5/8/2015 [Member] Starter | Points: 25

Up
0
Down
Hi
Pass the value using jscript refer this urls

http://forums.asp.net/t/1976024.aspx?When+i+Click+the+Textbox+to+enter+a+data+i+want+to+hide+label
http://stackoverflow.com/questions/14659098/checking-if-a-textbox-is-empty-in-javascript

Selvimca, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Jayakumars on: 5/8/2015 [Member] [MVP] Bronze | Points: 25

Up
0
Down
Hi
Item Name Dropdown modal use like this refer the urls

http://programcall.com/1/aspnet/example-for-implementing-autocomplete-in-aspnet-textbox.aspx
http://www.kettic.com/winforms_ui/csharp_guide/editor_textboxcontrol_auto_complete.shtml
http://theycallmemrjames.blogspot.in/2010/03/aspnet-mvc-autocomplete-textbox.html

Mark as Answer if its helpful to you

Kumaraspcode2009@gmail.com

Selvimca, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response