Click here to Skip to main content
15,895,084 members

Comments by ram salunke (Top 17 by date)

ram salunke 3-Sep-14 2:19am View    
hiwe could not used model in that html helper
like <%= Html.LabelFor(x => x.FirstName) %>
we have used like <%= Html.Label(dtTable.Rows[i][ColumnName])%>
because that string different than Model generated view. i.e we already used model for displaying other data in same view.
thank you so much...
ram salunke 3-Sep-14 2:09am View    
Hi i could not tried this because its dynamically generated view.
then i have to make some conditions for that specific string.
i will see.
thank you so much. :-)
ram salunke 17-May-13 0:42am View    
Url.Action is calling to mvc controller
thank you sir..
ram salunke 17-May-13 0:41am View    
FillColumnDropDown() is method which populate 2nd dropdown
then i am trying to select their value and also 2nd dropdown is populated there is no issue of populating..
my problem is 2nd dropdown value not select when i remove alert message from overthere
and if i put alert message 2nd dropdown vale will be selecting

thank you sir
ram salunke 19-Feb-13 1:54am View    
Thank you so much sir ...
it also useful 4 me :-)