hi to all great people
-
hiii.... I have to buttons on a asp.net page, one is used for login (userid , password) and another one is search button (with search text box). my question is this how can i use both button for diferent purpose in a same page of asp.net . as per my knowledge i have to write some event handling code..... but how no idea....... so plz give a link of any example where i can get solution or give me suggestion. Thanx. keep smilling.....b'coz smile is the shortest distance between people....
-
hiii.... I have to buttons on a asp.net page, one is used for login (userid , password) and another one is search button (with search text box). my question is this how can i use both button for diferent purpose in a same page of asp.net . as per my knowledge i have to write some event handling code..... but how no idea....... so plz give a link of any example where i can get solution or give me suggestion. Thanx. keep smilling.....b'coz smile is the shortest distance between people....
hi, assume that u have a button for the login functionality with id as btnLogin and another button for search functionality with id as btnSearch. If u r using vs.net,then it's pretty easy.double click the button in designer mode.The corresponding event handler for the button will be automatically generated and u can very well right ur functionality there.this goes without saying for the search button. Regards Shankar.c
-
hiii.... I have to buttons on a asp.net page, one is used for login (userid , password) and another one is search button (with search text box). my question is this how can i use both button for diferent purpose in a same page of asp.net . as per my knowledge i have to write some event handling code..... but how no idea....... so plz give a link of any example where i can get solution or give me suggestion. Thanx. keep smilling.....b'coz smile is the shortest distance between people....
Write a event handler. before that read about it! Good Luck ---------- Venus Patel http://patelsinc.blogspot.com/ A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.