ASP.NET ODBC Query with parameters
Please help me, I don’t know what can be wrong with the following code:
Please help me, I don’t know what can be wrong with the following code:
I am looking to fileupload a picture jpeg,gif,etc into an SQL database on an updateprofilepicture page. Then on the profile page, I want to retrieve the image from an sql database and have it show up in an Asp:Image control. I have much code trying to do this and it doesn’t work. The table contains a column of type Image.
I have a table called Products which obviously contains products.
However, I need to create related products. So what I’ve done is create a junction table called product_related which has two PKs. ProductID from Products table and RelatedID also from Products table.
I do not want to split connection strings using string manipulation functions to get Server, Database, Username, and Password.
Hey I keep getting an error:
I have a data reader to read the datas from database.
I am reading TotalPrice from sales table.
I would like to show the total price as 2 decimal place.
I believe this question was asked several months back, but i believe my situation is different and the same rules may not apply.
I have 2 login pages: Login.aspx-for customer login and xlogin.aspx for admin login
i just uploaded my project to the server and all application pages works great
but when i log in the admin xlogin.aspx i’m being forwarded to the admin.aspx page – but i get this error:
I need to execute the following command and pass the result to a label. I don’t know how can i do it using Reader. Someone can give me a hand?
I have a .net application where i want to use In-Memory data structure. Please advice me how it works in compare to the physical database. Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. … Read more