Suppose you want a certain ASP.NET function executed on
MouseOver overa certain button. Where do you add an event
handler?
Answer Posted / kalyan
No it is impossible to do so. it is because servere side
methods can not be called from client side. the only way to
do so is to submit the page.
| Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
Explain the difference between asp.net mvc and asp.net webforms
explain code with multi inhertance
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
Can you use c# without .net?
Why session management is required?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is active web page?
Explain the different parts that constitute ASP.NET application?
How do I open an ashx file in windows 7?
What is comparevalidator?
What is diff. Between abstract class and an interface?
Define what is razor? : asp.net mvc
How do you implement postback with a text box?
Explain the concept of View Model in MVC?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?