Hi,
I am new to .net development .
i am unable to fetch the value from the tag .I has value while running it showing as null value is there.
HTML Tag : <div title=sample" class="test-readonly-background" style="height: 100%;" __uiobjectid="2">test</div>
when i run through code in debug mode i am viewing tag like
"<div title=sample" class="test-readonly-background" style="height: 100%;" __uiobjectid="2"></div>"
So i am getting null value i dont know why ?
can any one help me for this ?