How to swap two variables, without using third variable ?
AB, ADP, BirlaSoft, Cisco, Cygnet Infotech, HCL, Hewitt, Honeywell, HP, IBM, Infosys, Manhattan, Microsoft, Mobius, Percept, Satyam, SofTMware, TCS, Wipro, Yamaha,
104 C Code 229897You have a sheet cake. There is a rectangular piece missing from the inside of the sheet cake. The location of the missing piece is arbitrary. I was told I could assume I had the means to make the cuts. How do you divide the sheet cake into 2 even proportions with 2 cuts?
College School Exams Tests, Global Analytics, Google, Infosys, Oracle,
15 Puzzles 35916What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
1 Dot Net Remoting 9163How are the activation URLs different in case of SAO and CAO in .NET remoting?
Dot Net Remoting 2178What compiler switch creates an xml file from the xml comments in the files in an assembly?
1 XML XSLT RSS 11084When will u use a XMLDataDocument and when will u use a XPathDocument? What's the differences between the two?
XML XSLT RSS 1714Where?s global assembly cache located on the system? Can you have two files with the same file name in GAC?
Web Related AllOther 1667How does dynamic discovery (in case of *.vsdisco) work? What goes on behind the scenes?
Web Related AllOther 1507Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
2 Dot Net Remoting 7253
Question { 4247 }
web user and custom conrols
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Explain the functionality of "EnableViewState" ? What
happens if you want it on or off?
Answer
Is This Answer Correct ? | 6 Yes | 1 No |
For Web services where you can browse on the Internet?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { Syntax Softtech, 5849 }
What does the "EnableViewState" property do? Why would I
want it on or off?
Answer
Is This Answer Correct ? | 5 Yes | 1 No |
Question { Syntax Softtech, 29799 }
What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?
Answer
Is This Answer Correct ? | 17 Yes | 4 No |
Question { Syntax Softtech, 16821 }
Describe and In Process Vs Out of Process component. Which
is faster?
Answer
Is This Answer Correct ? | 24 Yes | 0 No |
Question { Syntax Softtech, 5176 }
What definition correctly defines a label server control
with the name set to lblHoop?
a)
b)
Answer
Is This Answer Correct ? | 0 Yes | 2 No |
Question { Syntax Softtech, 4617 }
What is the name of the process the browser uses to find the
address of a web server?
a) DMZ
b) DNS
c) Active Directory
d) Database lookup
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { Syntax Softtech, 6899 }
What is the purpose of the following segment?
If ( !IsPostBack)
{
sqldataAdapter1.Fill (dsusers1);
DataGrid1.DataBind ();
}
a) To populate the DataAdapter the first time the web page
id displayed.
b) To populate the DataSet every time the web page is displayed.
c) To populate the DataAdapter every time the web page is
displayed.
d)To populate the DataSet the first time the web page is
displayed.
Answer
Is This Answer Correct ? | 7 Yes | 2 No |
Question { Syntax Softtech, 5941 }
When working with ASP.Net server controls, it is important
to use the right event handlers to capture the event for the
application to function properly. What event would you use
to capture the selection of a new item in a DropDownList
control?
a) The Click event.
b) The SelectionChanged event.
c) The SelectionIndexChanged event.
d) The ChangedSelection event.
Answer
Is This Answer Correct ? | 4 Yes | 0 No |