HR Question, Java Question, Asp.Net Question, C and C++ Question, SAP, Web Services, Window and XML Question

Q41. How to instruct the garbage collector to collect unreferenced data?
Ans. We may call the garbage collector to collect unreferenced data by executing the System.GC.Collect() method.
Q42. How can we set the Focus on a control in ASP.NET?
Ans. txtBox123.Focus(); OR Page.SetFocus(NameOfControl);
Q43. What are Partial Classes in Asp.Net 2.0?
Ans. In .NET 2.0, a class definition may be [...]

Ajax at a Glance

Ajax is a system that is comprised of a number of different technologies, and some of these include DOM, HTML, JavaScript, and DHTML. These technologies together are used to create an approach that will allow users to transform static web interfaces into those which are highly interactive. To fully understand the power of Ajax, you [...]

RAD (Rapid Application Development) is probably the most popular type of SDLC model today. With this development model, developers are able to build an application really fast. Basically RAD lets the developers constantly build an application by stages while consulting to the potential users. With that technique, developers does not only cuts the testing stage [...]

What are the basic functions of an operating system? - Operating system controls and coordinates the use of the hardware among the various applications programs for various uses. Operating system acts as resource allocator and manager. Since there are many possibly conflicting requests for resources the operating system must decide which requests are allocated resources [...]

                            

 Subscribe in a reader