Click here to Skip to main content
15,901,284 members

Comments by bejos3519 (Top 14 by date)

bejos3519 16-Feb-17 0:40am View    
still return is nothing sir....
bejos3519 14-Feb-17 7:25am View    
where is the parent tag ?
bejos3519 14-Feb-17 7:08am View    
how ?
i want to know
bejos3519 14-Feb-17 7:04am View    
still can not sir...
the return is nothing
bejos3519 17-Jan-17 0:51am View    
thanks sir... now i get the tagbuilder after i add reference "system.web.webpage.dll".
but i got a new trouble...

i can not get the value from this code,
Dim valueGetter = expression.Compile()
Dim value = valueGetter(helper.ViewData.Model)

the value of "helper.viewData.Model" = nothing. its make the error. my application be stop.

here my view :
@Html.SpanFor(Function(model) model.SHOECODE, "")

help me...