Hi
1) I have page_load under page and other page_load in .cs file .. when i execute webform which will get executed first ?
2) How to create a xml doc from scratch ? just syntax is enough
3) view state can store what type of data ?
a) serializable data
b)only string
c) everything
d) none ...................justify
4)what is the pre-defined tracelistener class in asp.net
5)If a class using interface means
a) inherit all prop's
b)contains same methods as interface
c)create a interface object
d) All the above
6) Well when we use ajax controls on webpage after placing scriptmanagercontrol do we need to do any settings sort of things ....
7)What are user-defined functions in sqlserver ... I still doubt people who are working as dotnet developers over the years can they answer if they ask what is userdefined function like that .. i mean i guess mostly we dont use these things right ? max we use joins , SP's , triggers , some buitin functions .. This terminology stuff haunting me ..
Cheers ty
Loading

VulpesPosted Feb 9, 2014, 12:08 PM
SUNIL GUTTAPosted Feb 9, 2014, 12:58 PM
I said i never done any setting but he argued well i too made some soft argument and said i never came to set anything like that .
.
:)Ty for help on view state & page load :) Your depth analysis really helps . . .
SUNIL GUTTAPosted Feb 9, 2014, 6:34 AM
I have doubts i feel its unfair to insist you more on where your real expertise lie ..
Anyways let me say .. . . .
Actually , i got into deep discussion with Some technical guy at some interview . He argued me with ajax thing we need to keep some setting in-order to make the control which does partial submission . . .
But i tried lot of times practically i haven't set any setting but it worked fine .. ..
3) Coming to view state .. I think , The view state must contain serializable data just because if we load a webpage from some server the webpage with different set of controls loads with view state data on our browser . But internally Serializing and de-serializing done right before it display .. some things here : http://msdn.microsoft.com/en-us/library/ms178198(v=vs.85).aspx
1) nice one :) Ty . . You mean to say Page_load in .cs under page_load Runs first or what .. ..
Thank you for you effort mate
VulpesPosted Feb 8, 2014, 7:59 PM
4. TraceListener is the abstract base class for listeners which monitor trace and debug output: