wt is repeater control and
wt is datalist control and wt defferences these two?
i want some code in datalist?
Answer / payal
repeter control is fast than datalist.because it is depend
on templateand html code
Is This Answer Correct ? | 1 Yes | 0 No |
Do gac'ed assemblies have fulltrust?
Is asp.net outdated?
Where can I get information on cookies in asp.net?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is razor? : asp.net mvc
When should we use abtract class and Interface Class?Give an Example
4 Answers Accenture, Cap Gemini, L&T, RM,
What is the basic difference between asp and asp.net?
When we use cookie less session? Explain its working?
0 Answers Sans Pareil IT Services,
I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.
Describe the difference between a Thread and a Process?
How asynchronous call can be implemented using delegates?