Complicated Database Manipulation
I draw a very simple database design for my ASP.NET application and with a little help here and there I managed to implement my design…but I want to insert data to this tables and retrieve from them.
I draw a very simple database design for my ASP.NET application and with a little help here and there I managed to implement my design…but I want to insert data to this tables and retrieve from them.
I have a model containing a boolean with no [Required] attribute
I do not like to use the calendar from .NET, so I would like to have one Web User Control with 3 drop down boxes, day, month, year. [CODE DONE].
I was working today as I do everyday, when I tried to build my project and I got this error:
How can i get value from local .resx file in asp.net? 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. If you found the post helpful (or not), leave a comment & I’ll get … Read more
I have a regular Navigation menu in my site.master file of my ASP.NET project. I keep my application in server, however time to time when I start the application, or do a postback, my navigation menu like it is aligned vertically for a few seconds and when page loads completely, it is again horizontal.
I have a Controller with the following method:
I have the following class:
Can some one please tell me if I should use user controls in my project as much as I can? Ff so why and if not why not?
This question will be a nice tutorial for http connection “POST” between Iphone and asp.net server 🙂 what i’m trying to do is to send an image from iphone to Asp.net server;
Here my uploadImage fonction in objective-c :