Click here to Skip to main content
15,908,909 members
Home / Discussions / C#
   

C#

 
QuestionSocket Connection Pin
Agweet4-Aug-10 22:46
Agweet4-Aug-10 22:46 
AnswerRe: Socket Connection Pin
freakyit5-Aug-10 1:54
freakyit5-Aug-10 1:54 
AnswerRe: Socket Connection Pin
Ennis Ray Lynch, Jr.5-Aug-10 2:27
Ennis Ray Lynch, Jr.5-Aug-10 2:27 
AnswerRe: Socket Connection Pin
Member 7906565-Aug-10 2:28
Member 7906565-Aug-10 2:28 
GeneralRe: Socket Connection Pin
Agweet5-Aug-10 3:58
Agweet5-Aug-10 3:58 
QuestionHow to Call a Server side Function on the Client side Pin
Vimalsoft(Pty) Ltd4-Aug-10 22:04
professionalVimalsoft(Pty) Ltd4-Aug-10 22:04 
AnswerRe: How to Call a Server side Function on the Client side Pin
Prosanta Kundu online4-Aug-10 22:40
Prosanta Kundu online4-Aug-10 22:40 
GeneralRe: How to Call a Server side Function on the Client side Pin
Vimalsoft(Pty) Ltd4-Aug-10 23:52
professionalVimalsoft(Pty) Ltd4-Aug-10 23:52 
GeneralRe: How to Call a Server side Function on the Client side Pin
Pete O'Hanlon5-Aug-10 0:07
mvePete O'Hanlon5-Aug-10 0:07 
GeneralRe: How to Call a Server side Function on the Client side Pin
Vimalsoft(Pty) Ltd5-Aug-10 0:16
professionalVimalsoft(Pty) Ltd5-Aug-10 0:16 
GeneralRe: How to Call a Server side Function on the Client side Pin
Pete O'Hanlon5-Aug-10 1:31
mvePete O'Hanlon5-Aug-10 1:31 
GeneralRe: How to Call a Server side Function on the Client side Pin
Vimalsoft(Pty) Ltd5-Aug-10 20:16
professionalVimalsoft(Pty) Ltd5-Aug-10 20:16 
GeneralRe: How to Call a Server side Function on the Client side Pin
Vimalsoft(Pty) Ltd6-Aug-10 22:07
professionalVimalsoft(Pty) Ltd6-Aug-10 22:07 
QuestionCant find BannerBitmap property ( win form setup creation ) Pin
Krishna Varadharajan4-Aug-10 21:55
Krishna Varadharajan4-Aug-10 21:55 
AnswerRe: Cant find BannerBitmap property ( win form setup creation ) Pin
freakyit5-Aug-10 1:56
freakyit5-Aug-10 1:56 
AnswerRe: Cant find BannerBitmap property ( win form setup creation ) Pin
GenJerDan5-Aug-10 8:33
GenJerDan5-Aug-10 8:33 
QuestionHow do I include textbox data in SQL query? Pin
Joe Stansfield4-Aug-10 20:44
Joe Stansfield4-Aug-10 20:44 
AnswerRe: How do I include textbox data in SQL query? Pin
JHizzle4-Aug-10 21:55
JHizzle4-Aug-10 21:55 
Erm. AFAIK the whole point of a parameterized query was to stop this kind of design so that's not going to work.
You'd have to go back to the old skool method of generating the entire SQL statement and firing it back to your DB. I'd check if you really need to as this is horrendously insecure. Can you just not create a search stored proc and pass in a search term on that?
GeneralRe: How do I include textbox data in SQL query? Pin
Joe Stansfield10-Aug-10 14:01
Joe Stansfield10-Aug-10 14:01 
AnswerRe: How do I include textbox data in SQL query? Pin
Pete O'Hanlon5-Aug-10 0:19
mvePete O'Hanlon5-Aug-10 0:19 
AnswerRe: How do I include textbox data in SQL query? Pin
PIEBALDconsult5-Aug-10 3:08
mvePIEBALDconsult5-Aug-10 3:08 
AnswerMessage Removed Pin
5-Aug-10 3:40
brunoseixas5-Aug-10 3:40 
GeneralRe: How do I include textbox data in SQL query? Pin
Pete O'Hanlon5-Aug-10 11:42
mvePete O'Hanlon5-Aug-10 11:42 
QuestionUrgent Pin
S.Bharath Ram4-Aug-10 16:57
S.Bharath Ram4-Aug-10 16:57 
AnswerRe: Urgent Pin
Yusuf4-Aug-10 17:44
Yusuf4-Aug-10 17:44 

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.