charan


{ City } auckland
< Country > new zealand
* Profession *
User No # 18842
Total Questions Posted # 0
Total Answers Posted # 3

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

Users Marked my Answers as Correct # 12
Users Marked my Answers as Wrong # 2
Questions / { charan }
Questions Answers Category Views Company eMail




Answers / { charan }

Question { Siebel, 10122 }

In a Code-Behind class generally which type of code is
found ?


Answer

Code - Behind class is only for server side code..

Is This Answer Correct ?    3 Yes 0 No

Question { 5733 }

How to deploy the Asp.Net Project ?


Answer

In ASP.NET 2.0, there is 2 types of deployment

1 - websetup
2 - copy file

websetup projects is usually for when a user want to
download any software or files.. certain steps involved in
this process...

2 - copy file is for small websites..


in the solution explorer, click the copy icon .. it will
prompt a two panel window.. one is for source website and
other one is Remote website

Is This Answer Correct ?    1 Yes 0 No


Question { IBM, 8635 }

write six HTTP request method?


Answer

Get , Post, Connect, Debug, Trace and Head

Is This Answer Correct ?    8 Yes 2 No