tobyITguy 24 Junior Poster

with the code you currently have, what happens?

tobyITguy 24 Junior Poster

The code pasted is too much. What is the issue, paste the part with the issue.

tobyITguy 24 Junior Poster

what selected items? i dont understand the question. If you need to save info across refreshing you can use $_SESSION

tobyITguy 24 Junior Poster

Try

Product::find($id)->delete();
tobyITguy 24 Junior Poster

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 designers. You can choose as many properties as you like

tobyITguy 24 Junior Poster

Npm then your command

tobyITguy 24 Junior Poster

It worked normal for me.

jonsan32 commented: On my site as well? +2
tobyITguy 24 Junior Poster
tobyITguy 24 Junior Poster

I think you need to click on the shutdown performance monitoring

tobyITguy 24 Junior Poster

When that happens what do your sound settings in control panel show? Does it still recognize that the device is installed?

tobyITguy 24 Junior Poster

Lol @almostbob

tobyITguy 24 Junior Poster

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

tobyITguy 24 Junior Poster

It adds the string on the right to the content of the variable on the left

tobyITguy 24 Junior Poster

So what probelm is your code having?

tobyITguy 24 Junior Poster

use <span> tag with and id. Read about it.

tobyITguy 24 Junior Poster

Define the iframes height in percentage

tobyITguy 24 Junior Poster

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.

tobyITguy 24 Junior Poster

I cant see any code.

tobyITguy 24 Junior Poster

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?

tobyITguy 24 Junior Poster

Try adding the class img-responsive to the images in the slideshow class.

tobyITguy 24 Junior Poster

If i understand what your saying

$shorturl = $url

is what you should have on line 52.

tobyITguy 24 Junior Poster

Try this

$update_query = "delete from shortenedurls where id='$ida'";
tobyITguy 24 Junior Poster

Try this

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace MyMedicalRecord_2.Models
{
    public class PatientAllergy
    {
        [Key, ForeignKey("Patient")]
        public int PatientAllergyID { get; set; }
        public string AllergyType { get; set; }
        public virtual ICollection<Patient> Patient { get; set; }
    }
}

Tell me what happens.

tobyITguy 24 Junior Poster

Lets see your patient allergy class. The pastebin link isn't working

tobyITguy 24 Junior Poster

You put the two corrections at the same time. Wrong.

Try my suggestion separetly and then try mattster's.

One should work.

tobyITguy 24 Junior Poster

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.

tobyITguy 24 Junior Poster

I haven't but use the object browser. See if the method is named differently in android.

tobyITguy 24 Junior Poster

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!

tobyITguy 24 Junior Poster

Your misunderstanding. Lets just leave this dicussion. :)

tobyITguy 24 Junior Poster

remove System.Net.WebClient
or replace WebClient client = new WebClient ();
with System.Net.WebClient client = new WebClient ();

tobyITguy 24 Junior Poster

Not really. I think maybe my question is wrong. Can i offer to do someones project for a fee? I kinda noticed that doing stuff fully for people not allowed.

tobyITguy 24 Junior Poster

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.

tobyITguy 24 Junior Poster

Your number 1 is correct.
Your number 2 is correct.
Your number 3 is correct.

For your number 4, you need to add the primary key along with the relationship declartions like you did in 3 or else when your controller is generated you would not see those properties in the view.

That is, after scaffolding, your view would only have name age and height

Your number 5 is correct. Visual Studio can generate that for you.

Your number 6 is correct.

Hope this helps.

tobyITguy 24 Junior Poster

you need to use

using System.Net;

tobyITguy 24 Junior Poster

So i got this working. My code was right the issue was that i had a proxy configured on my pc somehow. So i used netsh on the command line to reset it.

Hope this helps somebody.

Oh and i must say, it took me 2 months to figure that out. :(

tobyITguy 24 Junior Poster
                WebClient client = new WebClient ();
                Uri uri = new Uri ("http://yourUrl.com");       


                var pageBytes = client.DownloadData(uri);
                var pageStrings = Encoding.UTF8.GetString(res);

Then you can find a way to render the pageStrings content.

tobyITguy 24 Junior Poster
[WebMethod]
public static Result GetGridData(string login, string password)
{
   //Your code here
}
tobyITguy 24 Junior Poster

pixelsoul's links should help. Are you using jquery?

tobyITguy 24 Junior Poster

go to microsoftvirtualacademy.com and check out their course on asp.net

tobyITguy 24 Junior Poster

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#?

tobyITguy 24 Junior Poster

I didnt turn anything off. But id check, maybe its set private by default. The issue still exists. Hope this fixes it.

Thanks

tobyITguy 24 Junior Poster

Woah...thats just strange. Seems like im the only one that didnt know it existed. lol. Thanks guys.

tobyITguy 24 Junior Poster

In your constructor for your class, do you instantiate all needed objects from the WPF?

tobyITguy 24 Junior Poster

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.

tobyITguy 24 Junior Poster

So i was going through the internet like i normally do and came across this word.

And apparently its a real word.

tobyITguy 24 Junior Poster

@ddanbe lol...okay doing what you recommended actually helps.

@pritaeas i will.

But its sad cuz my post quality was 100 before.

And 1 person just crashed it to 80.

Down voting even my introduction. Sigh.

tobyITguy 24 Junior Poster

Please what rules guide the down voting action.

tobyITguy 24 Junior Poster

This issue still exists.

tobyITguy 24 Junior Poster

I have a php script that returns "success" if the values exist in the database.

                string x = Username.Text;
                string y = Password.Text;

                WebClient client = new WebClient();
                Uri uri = new Uri("http://tobytheitguy.com/login.php");

                NameValueCollection parameter = new NameValueCollection();
                parameter.Add("username",x);
                parameter.Add("password",y);
                var res = client.UploadValues(uri, parameter);
                var g = Encoding.UTF8.GetString(res);
                response.Text = g;
                Toast.MakeText(this,g,ToastLength.Long);

So i expect my 'response' view to show 'success' along with a toast notification but it doesnt do anything.

Tried the same thing with RestSharp

                var client = new RestClient();
                client.BaseUrl = new Uri("http://10.0.2.2:24122");

                var request = new RestRequest("api/User/{u}/{p}");
                request.Method = Method.GET;
                request.AddUrlSegment("u",Username.Text);
                request.AddUrlSegment("p",Password.Text);
                request.RequestFormat = DataFormat.Json;
                IHttpResponse<user> rep = client.Execute<user>(request);

                response.Text = rep.Data.username;

But this time i used GET with a different url scheme and a soap webservice.

Yet nothing.

It doesnt react at all. Doesnt throw an error. Ive tried a bunch of other ways

Yet nothing.

And each method works on a console app. Its just strange.

Note: the '10.0.2.2' maps to my PC's localhost. So thats not the issue.

tobyITguy 24 Junior Poster

Check out the classes in this file.
It should help you understand how to create the relationships.

Click Here