Click here to Skip to main content
15,896,153 members

Comments by Sajith Dilhan (Top 29 by date)

Sajith Dilhan 31-Aug-15 7:32am View    
atleast move your cursor and see the original link before putting such comments
Sajith Dilhan 20-Aug-15 0:51am View    
Deleted
seems you dont have any post method for MakePurchase. Change the form action in MakePurchase.cshtml as below and check

@using (Html.BeginForm("Sale","Sale"))
Sajith Dilhan 20-Aug-15 0:43am View    
are those images profile specific ? If it is the case no way to identify the user specific image without login. May be you can use cookies to store some information more specific to user but highly depends on your requirement.
Sajith Dilhan 6-Aug-15 2:46am View    
Here you can find how to pass parameters to SQL from C# code
http://stackoverflow.com/questions/7542517/call-a-stored-procedure-with-parameter-in-c-sharp
Sajith Dilhan 24-Jul-15 7:31am View    
Did you check the database connection ? If it is correct then the problem might be with the speed of the connection.