What is base class of button control in .net?
Explain the functionality of "EnableViewState" ? What happens if you want it on or off?
What are the data types is possible to store in session? and can we store dataset in session?
What is the used of "ispostback" property?
cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress
What is autopostback in asp net?
Why is string called immutable data type?
How can we prevent an aspx page get refreshed when any information fetch from the database ?
To load your generated dataset with data which method do you invoke?
can we pass coditions in swtich case?
wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?
What are Sticky Sessions?
What is the use Membership in asp.net? and What is the use profiler in asp.net?