Click here to Skip to main content
15,902,299 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionget countryname using ipaddress Pin
vidyasankar24-Aug-07 4:23
vidyasankar24-Aug-07 4:23 
AnswerRe: get countryname using ipaddress Pin
Jaiprakash M Bankolli24-Aug-07 21:11
Jaiprakash M Bankolli24-Aug-07 21:11 
QuestionFile Upload to server hard disk in asp.net Pin
ysunil_7424-Aug-07 4:15
ysunil_7424-Aug-07 4:15 
AnswerRe: File Upload to server hard disk in asp.net Pin
lastFarhi24-Aug-07 11:50
lastFarhi24-Aug-07 11:50 
AnswerRe: File Upload to server hard disk in asp.net Pin
Jaiprakash M Bankolli24-Aug-07 21:55
Jaiprakash M Bankolli24-Aug-07 21:55 
Questionhelp!!! its about saving data using codes Pin
Rharzkie24-Aug-07 4:04
Rharzkie24-Aug-07 4:04 
AnswerRe: help!!! its about saving data using codes Pin
Fred_Smith24-Aug-07 7:16
Fred_Smith24-Aug-07 7:16 
GeneralRe: help!!! its about saving data using codes Pin
Rharzkie24-Aug-07 16:23
Rharzkie24-Aug-07 16:23 
all my database field are text....

the apostrophes that are you saying are in my codes? So i need to remove it?

This is my code before:
str = "Insert into students(studname, year, course) values ('" & txtname.Text & "', " & "'" & txtyear.Text & "', " & "'" & txtcourse.Text & "')"


how can i remove it?
Like this?
str = "Insert into students(studname, year, course) values ('" & txtname.Text & "', " & " " & txtyear.Text & ", " & " " & txtcourse.Text & ")"

but when i do it, it is still dont running?

Can u please write the codes for that, so i can know which one is to be removed?
GeneralRe: help!!! its about saving data using codes Pin
Fred_Smith26-Aug-07 9:24
Fred_Smith26-Aug-07 9:24 
Questionhow to create itemtemplate in datalist Pin
imranafsari24-Aug-07 3:49
imranafsari24-Aug-07 3:49 
AnswerRe: how to create itemtemplate in datalist Pin
l0kke24-Aug-07 5:29
l0kke24-Aug-07 5:29 
QuestionRunning Audio in ASP.NET web app. Pin
.NET- India 24-Aug-07 3:04
.NET- India 24-Aug-07 3:04 
AnswerRe: Running Audio in ASP.NET web app. Pin
dandy7224-Aug-07 9:31
dandy7224-Aug-07 9:31 
Questionhow to retrive the value from checkboxlist Pin
biswa4724-Aug-07 2:44
biswa4724-Aug-07 2:44 
AnswerRe: how to retrive the value from checkboxlist Pin
imranafsari24-Aug-07 3:44
imranafsari24-Aug-07 3:44 
QuestionRe: how to retrive the value from checkboxlist Pin
biswa4724-Aug-07 18:42
biswa4724-Aug-07 18:42 
Questionproblem on checkboxlist Pin
biswa4724-Aug-07 2:43
biswa4724-Aug-07 2:43 
AnswerRe: problem on checkboxlist Pin
Panchal Hardik24-Aug-07 2:52
Panchal Hardik24-Aug-07 2:52 
QuestionRe: problem on checkboxlist Pin
biswa4724-Aug-07 2:55
biswa4724-Aug-07 2:55 
AnswerRe: problem on checkboxlist Pin
Panchal Hardik24-Aug-07 3:04
Panchal Hardik24-Aug-07 3:04 
AnswerRe: problem on checkboxlist Pin
John-ph24-Aug-07 5:36
John-ph24-Aug-07 5:36 
QuestionTwo Select Buttons in GridView Pin
Mahesh.J24-Aug-07 2:09
Mahesh.J24-Aug-07 2:09 
AnswerRe: Two Select Buttons in GridView Pin
ToddHileHoffer24-Aug-07 2:14
ToddHileHoffer24-Aug-07 2:14 
Questionmapping in asp.net Pin
mmm!@#24-Aug-07 1:55
mmm!@#24-Aug-07 1:55 
AnswerRe: mapping in asp.net Pin
Not Active24-Aug-07 2:20
mentorNot Active24-Aug-07 2:20 

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.