- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
21 Posted Topics
Re: I was trying to signup for one website or another one day and every username I usually tried was taken. It irritated me so I set out to find a name that was available on all the major sites I used: google/gmail, git, unfuddle, pandora, amazon, twitter, wordpress, microsoft live … | |
Re: Any restrictions on length since it's being called a snippet? One function, one class, one assembly, anything like that? | |
Re: Hi Jesi, In this code: string htmlFilePath = "~/TaskHtml/" + Model.Url; string fileContents = ""; string physicalPath = Server.MapPath(htmlFilePath); fileContents = File.ReadAllText(physicalPath); you are reading the contents of a file and then you pass the text into the Telerik editor but I don't see anywhere that you are saving the … | |
Re: Is this classic asp or asp.net. I only ask because asp is the only indication in the title. It makes a difference whether we are talking about controls or html with integrated server code. | |
Re: To me this sounds more like a DNS issue than a ssh issue. If you don't have a dns server on your private LAN with the proper records entered then you will have to use the IP address. You can also define all of the PCs on your LAN in … | |
Re: As far as the images go there are a number of things you can do to improve image loading improvement on the web. One suggestion would be to run every image through a web optimization program like [Riot](http://luci.criosweb.ro/riot/) It works best with jpgs but will often reduce the size of … | |
I have a console application that I need to run a stored procedure in but I'm getting this error: a t S y s t e m . D a t a . S q l C l i e n t . S q l C o n n … | |
Re: I have use the timepicker before and it works very well. You will need the jQuery javascript library and the jQuery-ui javascript library. They both will come i a package from http://jqueryui.com/ Then you will need to add them to the head tag of your page. <head> <link type="text/css" href="css/ui-lightness/jquery-ui-1.8.21.custom.css" … | |
Re: You can setup a share without authentication in samba. Sort of a guest account which would seem sufficient for your media server and WD TV. It can be readonly so there is less of a security concern. Have a look at this article: http://www.debuntu.org/guest-file-sharing-with-samba I think this would be the … | |
Re: It would be easier to help you if you pasted your actual code in the aspx and code behind file. If you can provide these I will take another look. | |
Re: Hi shers, What your asking actually involves several in depth topics. If you could provide a little more information such as what framework you're using such as webforms or mvc, are you using lightswitch, do you want the message to show on a new page or maybe via ajax on … | |
Re: how many files does `ls /etc/apache2/sites-enabled` output? I am wondering if you have more than one site-enabled with some conflicting configurations. | |
Re: You are using the corrent property to get the text but your control is malformed. You have: <asp:TextBox ID="txtTextBox" runat="server"</asp:TextBox><br /> which should be: <asp:TextBox ID="txtTextBox" runat="server"></asp:TextBox><br /> | |
Re: SELECT t.field1, t.field2, u.username FROM topic t INNER JOIN user u ON t.user_id = u.user_id; | |
Re: MVC is just as powerful as ASP.NET Web forms. It is simply an alternative pattern for coding against. Personally I prefer it to the event driven, to far abstraced web forms method. | |
Re: Because of Unity I also recently stopped using Ubuntu. I have been using Crunchbang linux which is also based on debian but uses Openbox for the desktop. I am really enjoying the simplicity of Openbox, it just gets out of your way and lets you work. The only reason I … | |
Re: HI kikiritce, Is it the control names you want to translate or the strings that the controls contain? Did you seperate these values into resource files for each language? | |
Hi everyone, I have been a programmer for about six years now. I am a Microsoft certified professional developer as of six months ago. I have been a sole developer / analyst for each of the companies I have worked for and recently have felt the need to interact with … |
The End.