what is the defalult session state mode in asp.net
SessionState
Inproc
Database
Session
what is default authetication mode in asp.net
windows authentication
forms authentication
passport authetication
none
what are asp.net objects
applicaion object
response object
session object
all of above
how to get the contol value in client script
document.Findcontrol('txt').value
document.getElement('txt').value
document.getElementById('txt').value
document.getElementId('txt').value
what is max size of columndata in sqlserver2005
4000
8000
12000
more