Answer Posted / manish acharya
HTML Controls
Server Controls - ASP .NET controls
Custom Controls
Under Custom controls there are 3 sub-controls:
i. Composite Controls
ii. Full custom Controls
iii. Derived Controls
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we identify that the Page is Post Back?
What are the events in a page life cycle?
What is a query string in a url?
What is the size of Get method and how much data it can store?
Explain about asp.net state management?
What is the significance of ASP.NET routing?
What is the difference between dispose() and finalize()?
What can we do with asp.net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is a postback url?
Difference between web user control and web custom control?
Explain the use of dataadapter.
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
If you are using components in your application, how can you handle exceptions raised in a component?
Where is the view state data stored in asp net?