Posts by tfig-dev • 15 points
2 posts
- 
		1 votes0 answers62 viewsQ: How to pass data from database to modalHi, I have an offline site and I’m in need of a function that I think is complex. I wanted, by clicking on an image, which comes from the database, to open a modal with the information about it. Let… 
- 
		-2 votes1 answer121 viewsQ: how to fetch table values in C#i have this following code, how do I return what is in the user field of the user table ? public int GetPerfilId(string username) { int result = 0; if(db != null) { DAL.Utilizador uti =…