Click here to Skip to main content
16,004,507 members
Home / Discussions / C#
   

C#

 
QuestionCreating textbox in c++ Pin
garga119-Jul-07 21:37
garga119-Jul-07 21:37 
AnswerRe: Creating textbox in c++ Pin
Sathesh Sakthivel19-Jul-07 21:44
Sathesh Sakthivel19-Jul-07 21:44 
AnswerRe: Creating textbox in c++ Pin
T.EDY19-Jul-07 21:46
T.EDY19-Jul-07 21:46 
QuestionOpen Outlook window using C# Pin
ShahzadLatif19-Jul-07 21:07
ShahzadLatif19-Jul-07 21:07 
AnswerRe: Open Outlook window using C# Pin
Amjath Rahman19-Jul-07 23:37
Amjath Rahman19-Jul-07 23:37 
GeneralRe: Open Outlook window using C# Pin
ShahzadLatif20-Jul-07 18:28
ShahzadLatif20-Jul-07 18:28 
Questionmy values are not inserting into database Pin
srinivassam19-Jul-07 21:05
srinivassam19-Jul-07 21:05 
AnswerRe: my values are not inserting into database Pin
N a v a n e e t h19-Jul-07 21:25
N a v a n e e t h19-Jul-07 21:25 
srinivassam wrote:
"insert into tbl_user_management (empid,username,password,status,usertype) values('"+ TextBox1.Text +"','"+ TextBox2.Text +"','"+ TextBox3.Text +"','"+ DropDownList1 .DataValueField +"','"+ DropDownList2 .DataValueField +"')"


Assign this to a string variable and print that string variable before you execute. Paste the query in query analyzer and you will get the problem. Warning, Using this method you are too close to SQL Injection Attacks. Better read Colin Angus Mckay's SQL Injection Attacks[^] article and change your method.


AnswerRe: my values are not inserting into database Pin
T.EDY19-Jul-07 21:59
T.EDY19-Jul-07 21:59 
QuestionAccess to another computer! Pin
ali_reza_zareian19-Jul-07 20:56
ali_reza_zareian19-Jul-07 20:56 
AnswerRe: Access to another computer! Pin
N a v a n e e t h19-Jul-07 21:21
N a v a n e e t h19-Jul-07 21:21 
Questionhow to connect Crystal Report with db access dynmically? Pin
help as an alias19-Jul-07 20:56
help as an alias19-Jul-07 20:56 
AnswerRe: how to connect Crystal Report with db access dynmically? Pin
jilucorreya23-Jul-07 4:58
jilucorreya23-Jul-07 4:58 
QuestionProblem with Crystal report Pin
phantanagu19-Jul-07 20:20
phantanagu19-Jul-07 20:20 
AnswerRe: Problem with Crystal report Pin
help as an alias19-Jul-07 21:01
help as an alias19-Jul-07 21:01 
QuestionHow to write to file using FileStream class Pin
Chintan.Desai19-Jul-07 20:12
Chintan.Desai19-Jul-07 20:12 
AnswerRe: How to write to file using FileStream class Pin
Michael Sync19-Jul-07 20:33
Michael Sync19-Jul-07 20:33 
GeneralRe: How to write to file using FileStream class Pin
Chintan.Desai19-Jul-07 23:30
Chintan.Desai19-Jul-07 23:30 
AnswerRe: How to write to file using FileStream class Pin
Rudolf Jan20-Jul-07 7:12
Rudolf Jan20-Jul-07 7:12 
Questionbinding combo box with array Pin
monuSaini19-Jul-07 20:08
monuSaini19-Jul-07 20:08 
AnswerRe: binding combo box with array Pin
Michael Sync19-Jul-07 20:30
Michael Sync19-Jul-07 20:30 
GeneralRe: binding combo box with array Pin
monuSaini19-Jul-07 20:39
monuSaini19-Jul-07 20:39 
Questiondetect mouseclick in an area Pin
cyn819-Jul-07 19:34
cyn819-Jul-07 19:34 
AnswerRe: detect mouseclick in an area Pin
Christian Graus19-Jul-07 19:42
protectorChristian Graus19-Jul-07 19:42 
GeneralRe: detect mouseclick in an area Pin
cyn819-Jul-07 19:53
cyn819-Jul-07 19:53 

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.