- Strength to Increase Rep
- +4
- Strength to Decrease Rep
- -1
- Upvotes Received
- 20
- Posts with Upvotes
- 17
- Upvoting Members
- 18
- Downvotes Received
- 4
- Posts with Downvotes
- 4
- Downvoting Members
- 1
- PC Specs
- HP 15 TS - Intel Core i5 4200U - 12gb RAM - Win8.1
69 Posted Topics
Re: The code pasted is too much. What is the issue, paste the part with the issue. | |
| |
Re: what selected items? i dont understand the question. If you need to save info across refreshing you can use `$_SESSION` | |
Re: Try Product::find($id)->delete(); | |
Im trying to import my linked in profile to fill my CV page. Its not working. Help please. | |
Re: use `<span>` tag with and id. Read about it. | |
Re: You decide that. You take a property from the selected item eg weight or category. And search your database for items with the same property. So if you select a black shoe we can use the "black" property to search our database and give you other black shoes from different … | |
Re: Npm then your command | |
Re: Im inclined to think it's a driver issue. One must have been installed that's not for your operating system. If you find it and uninstall it. It should solve your problem. Check the recent drivers you installed and check that they were made for your os | |
Re: When that happens what do your sound settings in control panel show? Does it still recognize that the device is installed? | |
Re: So what probelm is your code having? | |
| |
Re: It adds the string on the right to the content of the variable on the left | |
Re: Define the iframes height in percentage ![]() | |
Re: From my understanding i think what you need is an iframe. Using an iframe you can link to other parts of the site. So you would have the iframe in the div. ![]() | |
Re: You need to have enrolled in a cisco academy. Then you would have a netacad profile and download from there. Then again you can get it in torrents. | |
Re: go to microsoftvirtualacademy.com and check out their course on asp.net | |
Re: what kind of contruibution do you need exactly? You said you used bootstrap? Does it mean your done with the coding? You should use google maps for your GIS they have a good api. | |
Re: I really love your site Dani. Just discovered it. I'm a big fan. :) | |
Re: Just paste the code your using and describe your problem in detail here. You will get help. I don't think anyone would call you to assist you...It doesn't work that way. | |
Re: Please show us the code of all your models. You should try adding the `virtual` keyword to relationship definitions. `public virutal List<PatientJab> jabs {get; set;}` And also add the relationship in the other table. `public virtual Patient patient {get; set;}` That defines a one to many relationship between Patient and … | |
Re: Try adding the class `img-responsive` to the images in the slideshow class. ![]() | |
Re: In your constructor for your class, do you instantiate all needed objects from the WPF? | |
Re: seriously privacy isn't really that important if your not a crook. I mean the government may have hours of video of you cheating on your wife,but who cares. They won't tell on you. You will get away with it because its not against the law. But if your planning a … | |
Re: Try this: #nav li ul { display:none; } #nav li:hover ul { display:block; } #nav li ul:hover li { display:block; } | |
Re: I think he is supposed to use `.=` because he is adding to the already existing value of `$email_message` If i had this problem, id check the form code first. Can we see that? | |
Re: If i understand what your saying `$shorturl = $url` is what you should have on line 52. | |
Re: Try this $update_query = "delete from shortenedurls where id='$ida'"; | |
Re: Change the `background-image` property of `.navbar-inverse .navbar-inner` .navbar-inverse .navbar-inner{ background-image: linear-gradient(to bottom,#655700,#655700); } Hope this helps! | |
Re: I haven't but use the object browser. See if the method is named differently in android. | |
What do you think about having a subcategory in business exchange where people can outsource projects to community members. E.G someone needs a website and wants a member to handle it. | |
Re: all i see in the VB code is that your downloading a webpage, saving it as a string and then displaying it in a paragraph. Is that what you mean by screen scrape? Is that what you wanna do in c#? | |
Re: Try opening the project on a different machine. See what happens. | |
So i was going through the internet like i normally do and came across this word. And apparently its a real word. | |
Re: I agree. A better explanation and you would get useful answers. | |
Does anyone currently use Xamarin framework for development? Its supposed to enable you develop cross platform with c# but some C# code i use in a console app that works properly doesnt work in Xamarin. Wandering if anyone has got that sorta issue. | |
Re: [WebMethod] public static Result GetGridData(string login, string password) { //Your code here } | |
Re: Are the two files in the same directory? the file thats required in the header file, whats the location? | |
Re: You didn't ask for help my friend. You pasted the question. | |
Re: pixelsoul's links should help. Are you using jquery? | |
Please what rules guide the down voting action. | |
Re: If you wanna make it two words from two different text boxes you use DV.RowFilter = String.Format("name Like '%{0}%' OR name Like '%{1}%'", TextBox1.Text,TextBox2.Text) If you wanna search a string theres an `InStr` function that can help you with that. I don't know about identifying a capital letter. And like … | |
Re: You are trying to add data into 5 columns but your supplying only 2 columns of data. > $sql="INSERT INTO strength(dept, clerks, executives, helpers drivers) values ('$dept', '$design')"; Between `helpers` and `drivers` theres supposed to be a comma. You collected `persons` variable and never used it. To fix the insert … | |
Re: If your trying to display the content in a cell in a table on two lines. You need to add the 'rowspan' attribute in your cell. | |
Re: Try this `$str = "james////bond` | |
Re: Try this. `UPDATE StudentRegistration SET Year ='2016', Term = 'Term 1' where P1Totals.StudentTotals between 300 and 400` Note: When dealing with numbers you don't need to the quotation marks. | |
Re: The `-4200` just sets the cookie expiration date to a date that has passed. That way the cookie is deleted. So changing the time in that particular function isn't gonna achieve what you want. |
The End.