thantzinaung


{ City } yangon
< Country > thailand
* Profession *
User No # 8428
Total Questions Posted # 0
Total Answers Posted # 5

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 129
Users Marked my Answers as Wrong # 71
Questions / { thantzinaung }
Questions Answers Category Views Company eMail




Answers / { thantzinaung }

Question { Siebel, 4234 }

Compare and contrast between inline and code behind - which
one is best?


Answer

I think code behind model is better than inline model. because
it is easy to write code and share programme many programmer.

Is This Answer Correct ?    5 Yes 0 No

Question { iBridge, 27035 }

How do you use css in asp.net?


Answer

I think css code will have to write in HTML tag code. And
then this is not allow to write in ASP.net code using C# or VB.

Is This Answer Correct ?    72 Yes 42 No


Question { iBridge, 27035 }

How do you use css in asp.net?


Answer

Firstly, we create CSS file in ASP.Net. And then write CSS
code. And then we can call CSS file from html page. the
following

<%@ Language C# style"xxx.css">

Is This Answer Correct ?    48 Yes 27 No

Question { 4424 }

How do you implement postback with a text box? What is
postback and usestate?


Answer

I mean like that.

All right?

Is This Answer Correct ?    4 Yes 2 No

Question { 3342 }

Can you explain what inheritance is and give an example of
when you might use it?


Answer

There are two kinds of inheritance. They are Generalization
and specialization. Generalization is bottom to up function
and specialization is top to down function.
Example: We have one class. this class is called Employee.
and then employee class includes the following class. There
are Programmer,Staff and Manager. Because employee class
have ID,Name, and salary. If u want to call programmer class
to employee that is called generalization. and if u want to
call employee class to staff that is called specialization.

Is This Answer Correct ?    0 Yes 0 No