Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
91% Quality Score
Upvotes Received
20
Posts with Upvotes
17
Upvoting Members
18
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
1
7 Commented Posts
~25.7K People Reached
PC Specs
HP 15 TS - Intel Core i5 4200U - 12gb RAM - Win8.1
Favorite Tags

69 Posted Topics

Member Avatar for Gideon_1
Member Avatar for Kennedy_3

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

Member Avatar for Kennedy_3
0
317
Member Avatar for rpv_sen
Member Avatar for janicemurby

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

Member Avatar for janicemurby
0
374
Member Avatar for brianbabu
Member Avatar for tobyITguy

Im trying to import my linked in profile to fill my CV page. Its not working. Help please.

Member Avatar for Dani
0
327
Member Avatar for pro-tek
Member Avatar for Danish_5

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 …

Member Avatar for tobyITguy
0
196
Member Avatar for pro-tek
Member Avatar for nicksuave

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

Member Avatar for nicksuave
0
429
Member Avatar for Reverend Jim

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

Member Avatar for Reverend Jim
0
513
Member Avatar for kannasekar
Member Avatar for jonsan32
Member Avatar for Jiby_1
Member Avatar for almostbob
0
142
Member Avatar for fheppell
Member Avatar for AntonyRayan

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.

Member Avatar for diafol
0
118
Member Avatar for hefaz

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.

Member Avatar for ShouldAt3
0
205
Member Avatar for basit_3

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

Member Avatar for sfiso27
0
117
Member Avatar for abelingaw

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.

Member Avatar for abelingaw
0
268
Member Avatar for cereal

I really love your site Dani. Just discovered it. I'm a big fan. :)

Member Avatar for cereal
0
438
Member Avatar for manoj_18

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.

Member Avatar for zinist
0
112
Member Avatar for Violet_82

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 …

Member Avatar for Violet_82
3
814
Member Avatar for davy_yg

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

Member Avatar for diafol
0
163
Member Avatar for JOSheaIV

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

Member Avatar for JOSheaIV
0
652
Member Avatar for vegaseat

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 …

Member Avatar for Leigh3
0
591
Member Avatar for davy_yg

Try this: #nav li ul { display:none; } #nav li:hover ul { display:block; } #nav li ul:hover li { display:block; }

Member Avatar for MidiMagic
0
254
Member Avatar for Paul_31

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?

Member Avatar for pritaeas
0
977
Member Avatar for Mushfik

If i understand what your saying `$shorturl = $url` is what you should have on line 52.

Member Avatar for Mushfik
-2
252
Member Avatar for pavithra madda
Member Avatar for UK-1991
Member Avatar for UK-1991
0
202
Member Avatar for davy_yg

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!

Member Avatar for davy_yg
0
183
Member Avatar for Nuno_2
Member Avatar for tobyITguy
0
69
Member Avatar for tobyITguy

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.

Member Avatar for pritaeas
0
204
Member Avatar for someoneelse

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

Member Avatar for tobyITguy
0
396
Member Avatar for Lethugs
Member Avatar for Lethugs
0
248
Member Avatar for tobyITguy

So i was going through the internet like i normally do and came across this word. And apparently its a real word.

Member Avatar for ddanbe
1
320
Member Avatar for Norbert_2
Member Avatar for tobyITguy

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.

Member Avatar for tobyITguy
0
346
Member Avatar for gcardonav

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

Member Avatar for tobyITguy
0
280
Member Avatar for chrisschristou

Are the two files in the same directory? the file thats required in the header file, whats the location?

Member Avatar for pixelsoul
0
2K
Member Avatar for shahadithyab
Member Avatar for shahadithyab
-1
366
Member Avatar for jmann22
Member Avatar for tobyITguy
Member Avatar for shahadithyab
Member Avatar for altjen

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 …

Member Avatar for Reverend Jim
0
198
Member Avatar for shankar.nstl

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 …

Member Avatar for tobyITguy
0
217
Member Avatar for jamesrobb

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.

Member Avatar for tobyITguy
0
152
Member Avatar for Devi_3
Member Avatar for samuelz

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.

Member Avatar for BitBlt
0
274
Member Avatar for jonlloydd

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.

Member Avatar for tobyITguy
0
389

The End.