Click here to Skip to main content
15,909,466 members

Comments by Aashish vermaa (Top 17 by date)

Aashish vermaa 19-Nov-14 5:20am View    
thanks
Aashish vermaa 29-Sep-14 5:53am View    
Is this fee tool or paid?
Aashish vermaa 29-Sep-14 2:56am View    
I want to ignore same data without html tag using where clause in entity framework query.
Aashish vermaa 19-Sep-14 7:39am View    
I means how could we code in Entity framework to achieve facility like roll-back in case of any issue.
Aashish vermaa 16-Sep-14 6:27am View    
a few seconds ago|LINK

But I want to dynamical add css classes and also want to call javascript method "EditUrl();" together.

I am using the following code:

@Html.ActionLink("Single Choice", "SingleChoice", "Question", new { sectionid = "0" }, (ViewBag.Type == 1 || ViewBag.Type == 4 || ViewBag.Type == 5) ? new { @class = "ancbtnClass editUrl" } : new { @class = "ancdisableCss" })

Please advise.

Thank you,