Interview Questions For Experienced


 Interview Questions For Experienced 

What is Function Overloading? Give me example of inbuilt Function over loading method.

What is constructor?

What is HTML text after rendering in require field validator?

What is HTML text after rendering in list box?

What is use of read only variable?




















What is difference between read only and normal variables?

Write a query to get following result

Department
No of Emp
HR
8
IT
3

Department
Dept Name
Dept Id
Employee
Emp id
Emp name
Dept Id





ANS:
Select DeptName,count(EmpId) as NooFEmp from dbo.DeptMaster D
left outer Join dbo.EmpMaster E on E.EmpId=D.DeptId
Group by DeptName
Result:













   

What is Function Overriding?


What is difference between Unique Key and Private Key?


Comments

Popular posts from this blog

Validate Mobile Number with 10 Digits in ASP.Net