How will you sort an Array in descending order?

Thursday, August 6, 2009


You can sort an Array in descending by the calling the following methods,
Sort();
Reverse();


www.codecollege.NET

How will you get the value of ASP.Net control in Javascript ?


You can call the ASP.NET control from Javascript using the document.getElementById method.
Ex:
Let txtEmployeeName be a Textbox, then
var tEmp = document.getElementById('<%=txtEmployeeName.ClientID%>');


www.codecollege.NET

What is the difference between Convert.ToInt32(string) and Int32.Parse(string) ?

Int32.Parse thorws an exception when null value is passed whereas Convert.ToInt32 returns zero . Apart from this both function in a simillar manner.


www.codecollege.NET

What is the difference between EVAL and BIND ?

Eval is readonly and used to display whereas Bind is used to both display and update .


www.codecollege.NET

SharePoint 2010 Technical Preview


Microsoft SharePoint Team Blog has announced SharePoint 2010 Technical Preview today.
What is SharePoint 2010 ?
Definition by Microsoft is "SharePoint 2010 is the business collaboration platform for the Enterprise & the Web that enables you to connect & empower people through an integrated set of rich features."

For more information refer the following link,
SharePoint 2010 Technical Preview


www.codecollege.NET

What is a Sharepoint Site Collection ?


It is a group of sites built over WSS and it requires a top-level site.


www.codecollege.NET

What is a Top-level site in Sharepoint ?


This is the root site for your sites. It will have sub-sites and i will not be a sub-site to any other site.


www.codecollege.NET
Blog Widget by LinkWithin