Click here to Skip to main content
15,885,546 members
Home / Discussions / Web Development
   

Web Development

 
QuestionWierd issue with responsive layout - CSS Pin
Member 111144085-Oct-14 8:50
Member 111144085-Oct-14 8:50 
AnswerRe: Wierd issue with responsive layout - CSS Pin
Member 111144085-Oct-14 11:56
Member 111144085-Oct-14 11:56 
QuestionHow can i Post Radio Button List with Dynamic names to controller Pin
Mujtaba 103885433-Oct-14 20:24
professionalMujtaba 103885433-Oct-14 20:24 
Questionhelp w/js Pin
Charlie Kirk26-Sep-14 15:08
Charlie Kirk26-Sep-14 15:08 
SuggestionRe: help w/js Pin
Kornfeld Eliyahu Peter28-Sep-14 1:40
professionalKornfeld Eliyahu Peter28-Sep-14 1:40 
AnswerRe: help w/js Pin
Charlie Kirk6-Oct-14 15:01
Charlie Kirk6-Oct-14 15:01 
Questionmysqli truncate Pin
Charlie Kirk26-Sep-14 15:02
Charlie Kirk26-Sep-14 15:02 
AnswerRe: mysqli truncate Pin
Kornfeld Eliyahu Peter28-Sep-14 1:39
professionalKornfeld Eliyahu Peter28-Sep-14 1:39 
Your syntax is wrong...
SQL
TRUNCATE TABLE testtbl set id=1

It should be like this
SQL
TRUNCATE TABLE testtbl

In MySQL TRUNCATE TABLE will reset AUTO_INCREMENT counters (before 5.0.3 it's true only if there is not FKs on the table, but since 5.0.3 it happens always regardless of FKs)...
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

Questioncontinuously scroll multiple pictures on a web page using c# and html Pin
Mike Margolius24-Sep-14 8:20
professionalMike Margolius24-Sep-14 8:20 
AnswerRe: continuously scroll multiple pictures on a web page using c# and html Pin
Ali Al Omairi(Abu AlHassan)24-Sep-14 8:57
professionalAli Al Omairi(Abu AlHassan)24-Sep-14 8:57 
GeneralRe: continuously scroll multiple pictures on a web page using c# and html Pin
Mike Margolius24-Sep-14 9:33
professionalMike Margolius24-Sep-14 9:33 
GeneralRe: continuously scroll multiple pictures on a web page using c# and html Pin
Ali Al Omairi(Abu AlHassan)28-Sep-14 0:49
professionalAli Al Omairi(Abu AlHassan)28-Sep-14 0:49 
AnswerRe: continuously scroll multiple pictures on a web page using c# and html Pin
Richard Deeming24-Sep-14 12:19
mveRichard Deeming24-Sep-14 12:19 
Questionopacity inheritance Pin
Ali Al Omairi(Abu AlHassan)24-Sep-14 1:20
professionalAli Al Omairi(Abu AlHassan)24-Sep-14 1:20 
Questionreload data into gridview control based upon user selection criteria Pin
dcof21-Sep-14 14:42
dcof21-Sep-14 14:42 
QuestionHow to add/update/delete content txt file? Pin
Member 1039071520-Sep-14 4:38
Member 1039071520-Sep-14 4:38 
AnswerRe: How to add/update/delete content txt file? Pin
Richard MacCutchan20-Sep-14 21:09
mveRichard MacCutchan20-Sep-14 21:09 
SuggestionRe: How to add/update/delete content txt file? Pin
Kornfeld Eliyahu Peter20-Sep-14 22:14
professionalKornfeld Eliyahu Peter20-Sep-14 22:14 
Questionhow c++ client calls the js function which is in the firefox extension Pin
l3563319-Sep-14 0:51
l3563319-Sep-14 0:51 
QuestionAny latest UI framework Pin
npatel1234518-Sep-14 7:05
npatel1234518-Sep-14 7:05 
AnswerRe: Any latest UI framework Pin
pitechindore18-Dec-14 0:05
pitechindore18-Dec-14 0:05 
QuestionRequire Js Pin
Suraj Sahoo | Coding Passion16-Sep-14 19:34
professionalSuraj Sahoo | Coding Passion16-Sep-14 19:34 
AnswerRe: Require Js Pin
Bernhard Hiller16-Sep-14 21:45
Bernhard Hiller16-Sep-14 21:45 
GeneralRe: Require Js Pin
Suraj Sahoo | Coding Passion16-Sep-14 21:50
professionalSuraj Sahoo | Coding Passion16-Sep-14 21:50 
AnswerRe: Require Js Pin
thatraja18-Sep-14 3:29
professionalthatraja18-Sep-14 3:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.