Click here to Skip to main content
15,920,613 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Url rewrite Pin
Abhishek Sur30-Sep-09 23:45
professionalAbhishek Sur30-Sep-09 23:45 
GeneralRe: Url rewrite Pin
Ramkumar_S30-Sep-09 23:57
Ramkumar_S30-Sep-09 23:57 
GeneralRe: Url rewrite Pin
Abhishek Sur1-Oct-09 0:02
professionalAbhishek Sur1-Oct-09 0:02 
GeneralRe: Url rewrite Pin
Ramkumar_S1-Oct-09 0:16
Ramkumar_S1-Oct-09 0:16 
QuestionAlignment proble in firefox Pin
benams30-Sep-09 23:37
benams30-Sep-09 23:37 
AnswerRe: Alignment proble in firefox Pin
S.Dhanasekaran1-Oct-09 3:06
S.Dhanasekaran1-Oct-09 3:06 
Questionnot able to insert the values Pin
sumanmks30-Sep-09 23:35
sumanmks30-Sep-09 23:35 
AnswerRe: not able to insert the values Pin
Greg Chelstowski30-Sep-09 23:48
Greg Chelstowski30-Sep-09 23:48 
Even though this is madness, i think it's going to work when you close the bracket here:
<br />
insertSQL += "workplace, job, skills";<br />
insertSQL+=") ";<br />
insertSQL += "VALUES ('";<br />

and get rid of the comma here:
<br />
insertSQL += TextBox20.Text;<br />


What I really want to say is, before bothering other people, DEBUG your project.
Oh, and once you've done it, and your project inserts your data, read up on sql injection.
And parameterized queries.
And how to store your connection string in web.config.

var question = (_2b || !(_2b));

AnswerRe: not able to insert the values Pin
Paramhans Dubey30-Sep-09 23:50
professionalParamhans Dubey30-Sep-09 23:50 
GeneralRe: not able to insert the values Pin
sumanmks30-Sep-09 23:59
sumanmks30-Sep-09 23:59 
GeneralRe: not able to insert the values Pin
Greg Chelstowski1-Oct-09 0:06
Greg Chelstowski1-Oct-09 0:06 
GeneralRe: not able to insert the values Pin
Paramhans Dubey1-Oct-09 0:08
professionalParamhans Dubey1-Oct-09 0:08 
GeneralRe: not able to insert the values Pin
Greg Chelstowski1-Oct-09 0:10
Greg Chelstowski1-Oct-09 0:10 
AnswerRe: not able to insert the values Pin
ksss_maheshece30-Sep-09 23:51
ksss_maheshece30-Sep-09 23:51 
AnswerRe: not able to insert the values [modified] Pin
sashidhar30-Sep-09 23:52
sashidhar30-Sep-09 23:52 
QuestionNavigating between two independent projects through ASP.NET's TreeNode Control Pin
novice developer30-Sep-09 23:27
novice developer30-Sep-09 23:27 
QuestionRefresh main page Pin
samerh30-Sep-09 23:18
samerh30-Sep-09 23:18 
AnswerRe: Refresh main page Pin
Abhishek Sur30-Sep-09 23:41
professionalAbhishek Sur30-Sep-09 23:41 
GeneralRe: Refresh main page Pin
samerh30-Sep-09 23:45
samerh30-Sep-09 23:45 
Questionhow to create a subreport in subreport of mainreport or a subreport hierarchy in crystal reports? Pin
Sandesh M Patil30-Sep-09 22:53
Sandesh M Patil30-Sep-09 22:53 
AnswerRe: how to create a subreport in subreport of mainreport or a subreport hierarchy in crystal reports? Pin
Richard MacCutchan30-Sep-09 23:27
mveRichard MacCutchan30-Sep-09 23:27 
Questionfurther login info Pin
vikas shukla30-Sep-09 22:39
vikas shukla30-Sep-09 22:39 
AnswerRe: further login info Pin
Abhishek Sur30-Sep-09 22:48
professionalAbhishek Sur30-Sep-09 22:48 
GeneralRe: further login info Pin
vikas shukla30-Sep-09 22:52
vikas shukla30-Sep-09 22:52 
GeneralRe: further login info Pin
sashidhar30-Sep-09 23:22
sashidhar30-Sep-09 23:22 

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.