What r all the controls in ASP.NET ?
Answers were Sorted based on User's Feedback
Answer / kautilya
it may be web control or custom control or user control or
html control
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vamshi krishna
it seems like Validate controls i think. if that is the
question, I say there are six.....
1.RequiredField validator
2.range ,3.compare, 4. Regular Expression 5.custom
6.validate summery..
if other means, we can use web,html, user controls , custom
controls etc.....,
Thanks & Regards
Vamshi Krishna
Excel-Soft Tech Pvt Ltd.,
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sunil kumar singh
there are lot of controls like
button,gridview,datalist,repeater,linkbutton etc.
which used by CLR(Framwork).
Is This Answer Correct ? | 1 Yes | 0 No |
What are session state modes? List some of the important session state modes of asp.net.
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
How can we create Tree control in asp.net?
List some of the important session state modes of asp.net.
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url
What is the purpose of master page?
Explain the purpose of storyboard.targetproperty.
I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.
1 Answers MS Technosoft, Wipro,
What is the difference between mvc and asp.net? : Asp.Net MVC
How can you implement the postback property of an asp.net control?