download this file actb and convert its extension from actb.doc to actb.zip.
Filed under: javascripting | Tagged: Asp.NEt, Autocomplete, Extender, html, textbox | Leave a Comment »
download this file actb and convert its extension from actb.doc to actb.zip.
Filed under: javascripting | Tagged: Asp.NEt, Autocomplete, Extender, html, textbox | Leave a Comment »
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 [...]
Filed under: ASP.NET | 3 Comments »
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 [...]
Filed under: javascripting | 1 Comment »