Click here to Skip to main content
15,921,226 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHTML Image or ASP:ImageButton inside a datalist causing a postback Pin
K.P.Kannan25-Oct-05 18:29
K.P.Kannan25-Oct-05 18:29 
AnswerRe: HTML Image or ASP:ImageButton inside a datalist causing a postback Pin
minhpc_bk26-Oct-05 5:02
minhpc_bk26-Oct-05 5:02 
QuestionApplication root in CSS? Pin
Anonymous25-Oct-05 8:12
Anonymous25-Oct-05 8:12 
AnswerRe: Application root in CSS? Pin
Edbert P25-Oct-05 19:52
Edbert P25-Oct-05 19:52 
AnswerRe: Application root in CSS? Pin
dwatkins@dirq.net26-Oct-05 10:10
dwatkins@dirq.net26-Oct-05 10:10 
Questionpaint problem Pin
llp00na25-Oct-05 3:00
llp00na25-Oct-05 3:00 
QuestionCSS: HTTP 500 Internal Server Error? Pin
hrdegroot24-Oct-05 23:44
hrdegroot24-Oct-05 23:44 
QuestionSQL Writable Data Pin
Illegal Operation24-Oct-05 20:28
Illegal Operation24-Oct-05 20:28 
Help,

I seem to have forgotten the code to write data from a page to SQL. I use C#

The code is as follows:

SqlCommand RegisterCMD = new SqlCommand("RegisterUser", Conn);
RegisterCMD.CommandType = CommandType.StoredProcedure;

RegisterCMD.Parameters.Add(new SqlParameter("@FirstName", SqlDbType.VarChar, 25));
RegisterCMD.Parameters(FirstName.Text);

The last line I need some help....

Illegal Operation

Making Computer Software Talk
AnswerRe: SQL Writable Data Pin
Gavin Jeffrey24-Oct-05 20:54
Gavin Jeffrey24-Oct-05 20:54 
QuestionCookies Pin
Smallishfry24-Oct-05 20:26
Smallishfry24-Oct-05 20:26 
AnswerRe: Cookies Pin
Christian Graus24-Oct-05 20:32
protectorChristian Graus24-Oct-05 20:32 
GeneralRe: Cookies Pin
S Douglas24-Oct-05 21:19
professionalS Douglas24-Oct-05 21:19 
AnswerRe: Cookies Pin
Dinuj Nath24-Oct-05 20:51
Dinuj Nath24-Oct-05 20:51 
QuestionRe: Cookies Pin
Smallishfry24-Oct-05 20:56
Smallishfry24-Oct-05 20:56 
AnswerRe: Cookies Pin
code-frog24-Oct-05 21:06
professionalcode-frog24-Oct-05 21:06 
AnswerJust a marketing tip... Pin
Daniel Turini24-Oct-05 21:36
Daniel Turini24-Oct-05 21:36 
GeneralRe: Just a marketing tip... Pin
Edbert P25-Oct-05 13:51
Edbert P25-Oct-05 13:51 
GeneralRe: Just a marketing tip... Pin
Daniel Turini26-Oct-05 1:14
Daniel Turini26-Oct-05 1:14 
AnswerRe: Cookies Pin
Eytukan24-Oct-05 23:07
Eytukan24-Oct-05 23:07 
NewsRe: Cookies Pin
Smallishfry24-Oct-05 23:27
Smallishfry24-Oct-05 23:27 
GeneralRe: Cookies Pin
Eytukan24-Oct-05 23:58
Eytukan24-Oct-05 23:58 
GeneralRe: Cookies Pin
Smallishfry25-Oct-05 0:40
Smallishfry25-Oct-05 0:40 
QuestionBandwidth Throttling Pin
Member 219435724-Oct-05 7:55
Member 219435724-Oct-05 7:55 
QuestionHuman Resource Managment system Pin
idreesbadshah23-Oct-05 19:10
idreesbadshah23-Oct-05 19:10 
AnswerRe: Human Resource Managment system Pin
Christian Graus23-Oct-05 19:36
protectorChristian Graus23-Oct-05 19:36 

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.