If you want a certain ASP.NET function executed on
MouseOver for a certain button. Where do you add an event
handler?
Answer / radha
Code behind
button.Attributes.add("onMouseOver",
"return functionName();")'
| Is This Answer Correct ? | 5 Yes | 1 No |
What are the different types of proxy patterns?
Which method is used to enforce garbage collection in .net?
On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object
What is asp.net response object?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Can we have multiple master pages in asp net?
Which method is used to perform all validation at the page level?
0 Answers Sans Pareil IT Services,
If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.
How to prepare culture-specific formatting in .net.
In your web.config file which attribute of <Globalization> element identifies the default culture that will be used for web request?
In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...
How To Authenticate Your Web service??
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)