Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #37.0K
Ranked #4K
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

4 Posted Topics

Member Avatar for gilgil2

You would need to set `$name` to equal `$_GET['name']` (dependent on the URL). The first step is showing us the URL you have used, as Majestics said. You might not be using the correct key name for the gig name in the URL. Have you also checked for SQL errors? …

Member Avatar for phorce
0
520
Member Avatar for thiemebr

May I see an example of the HTML that this is code is used on? This will help me provide a good answer.

Member Avatar for jwdunne
0
121
Member Avatar for s98samman

It looks like it's because TextBox1.Text is of type string. I'm not sure but it may attempt to convert the string into an int where applicable (with inputs such as "20" or "350") and error out otherwise. If the text box is empty, conversion may not be possible. You may …

Member Avatar for JGorard159
0
579
Member Avatar for jcomputing

I think this may need to be done using JS. It's quite simple to do using Jquery: $('div').toggleSlide(); 'div' can be any CSS selector. This piece of code will either collapse or open the element with a smooth animation dependent on whether it is visible or not, such as having …

Member Avatar for jwdunne
0
147

The End.