Click here to Skip to main content
15,900,461 members

Comments by charmyvora (Top 12 by date)

charmyvora 2-Sep-16 11:51am View    
That is not asp.net problem. You will have to add parameter and its value as required by stored procedure.
Ex:
command.Parameters.Add("@UserInfo", SqlDbType.int);


What are other errors??

I hope you changed values in <> whatever is inside <> is sample data. Remove <> and replace with your requirement.
charmyvora 30-Aug-16 2:06am View    
Then it seems something wrong. Just paste your label code of aspx page and code behind
charmyvora 29-Aug-16 7:07am View    
Please Comment on answer. Do not add as solution.
You are using normal label.

Asp label is used as:

<asp:Label>

Anyways have runat attribute and your code will work
charmyvora 27-Aug-16 12:14pm View    
I just mentioned to use simple array. let me know if you face problem in that
charmyvora 10-Aug-16 7:10am View    
Thanks. Please rate my solution when you see it