Auto complete Text Box

download this file actb  and convert its extension from actb.doc to actb.zip.

xml & U :-x

.net interview question for entry level job

Courtesy to Muhammad Adnan for providing us this Stuff
http://interviewquestion.wordpress.com/2007/05/29/net-interview-question-for-entry-level-job/
*What is View State?
*Can you read the View State?
*What is the difference between encoding and encryption? Which is easy to break?
*Can we disable the view state application wide?
*can we disable it on page wide?
*can we disable it for a control?
*What is provider Model?
*Any idea of Data Access [...]

some javascript stuff

Courtesy to Muhammad Adnan for providing us this Stuff
http://interviewquestion.wordpress.com/2007/06/01/some-javascript-stuff/
 

What’s relationship between JavaScript and ECMAScript? – ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3.
What are JavaScript types? – Number, String, Boolean, Function, Object, Null, Undefined.
How do you convert numbers between [...]