Click here to Skip to main content
15,911,646 members

Comments by Member 9176543 (Top 25 by date)

Member 9176543 17-Mar-15 13:35pm View    
Hi,
I have done that, heres my View.

@model SocialAuthentication.Models.Users
 
@foreach (var item in Model.Name)
{
<ul>
<li>
@item
</li>
</ul>
}

If you will copy past my code debug it then will release that in the Controller action method
var result = db.Database.SqlQuery<users>("usp_searchuser, @UserInput", new SqlParameter("@UserInput", textboxValue));
returns nothing that why no data is passed to the view.
Member 9176543 16-Dec-13 21:57pm View    
Thanks for replying but this is not what I am looking for.
My need is:
Eg on 1st row there are 5 thumbnails next to each other after few seconds all the 5 images changes and new images are seen in their place the cycle keeps on repeating.
Member 9176543 6-Nov-13 23:40pm View    
How do I solve it.
Member 9176543 6-Nov-13 10:22am View    
Null is passed and why out keyword is used.
Member 9176543 6-Nov-13 9:32am View    
Same Error on line int.TryParse(textBoxWithdrawalAmount.Text, out WithdrawalAmount);
Object reference not set to an instance of an object.