Re: Understand usage of tag inside

2025-02-19 Thread M Huzaifah
Hii, I prefered use the second one. Just use "name" Regards On Wed, Feb 19, 2025, 5:25 PM Murali Challa wrote: > Hi, > > Can someone suggest among below which is best/preferred way of using > tag with in . > > > > >//getting value using var.name >// getting value directly using name

Understand usage of tag inside

2025-02-19 Thread Murali Challa
Hi, Can someone suggest among below which is best/preferred way of using tag with in . //getting value using var.name // getting value directly using name Both are working but just wanted to know which is more preferred to use.