Click here to Skip to main content
15,905,414 members
Home / Discussions / C#
   

C#

 
QuestionIHtmlPopup [modified] Pin
Ranjan Banerji7-Jul-06 19:57
Ranjan Banerji7-Jul-06 19:57 
Questionhow to fit the page size according to the monotor size Pin
ayyp7-Jul-06 18:48
ayyp7-Jul-06 18:48 
AnswerRe: how to fit the page size according to the monotor size Pin
Ennis Ray Lynch, Jr.7-Jul-06 20:52
Ennis Ray Lynch, Jr.7-Jul-06 20:52 
GeneralRe: how to fit the page size according to the monotor size Pin
ayyp7-Jul-06 20:58
ayyp7-Jul-06 20:58 
QuestionDateTime comparision Pin
_tasleem7-Jul-06 15:05
_tasleem7-Jul-06 15:05 
AnswerRe: DateTime comparision Pin
Ashwani Mahotra7-Jul-06 19:05
Ashwani Mahotra7-Jul-06 19:05 
GeneralRe: DateTime comparision Pin
_tasleem8-Jul-06 1:41
_tasleem8-Jul-06 1:41 
AnswerWrite a stored procedure Pin
Ennis Ray Lynch, Jr.7-Jul-06 20:57
Ennis Ray Lynch, Jr.7-Jul-06 20:57 
It looks as if you are passing an SQL string. I am one of those freaks that insist on SP. Also you can make a command object with your query string and include parameters as in:

sqlString = "SELECT * FROM customer WHERE creationDate BETWEEN @startDate AND @endDate";


Then you can append parameters to the command and execute it.

(btw, don't quote me on this I am not on a machine with a devel environment write now or I would have posted compilable code)

A man said to the universe:
"Sir I exist!"
"However," replied the Universe, "The fact has not created in me A sense of obligation."

-- Stephen Crane
GeneralRe: Write a stored procedure Pin
Paul Conrad7-Jul-06 21:24
professionalPaul Conrad7-Jul-06 21:24 
QuestionGet Mouse Message [modified] Pin
İsmail Durmaz7-Jul-06 14:43
İsmail Durmaz7-Jul-06 14:43 
AnswerRe: Get Mouse Message Pin
Stefan Troschuetz7-Jul-06 22:03
Stefan Troschuetz7-Jul-06 22:03 
QuestionRead data from datagrid Pin
ujupanmester7-Jul-06 13:37
ujupanmester7-Jul-06 13:37 
Questioncode Form within a code Form Pin
Glen Harvy7-Jul-06 12:55
Glen Harvy7-Jul-06 12:55 
AnswerRe: code Form within a code Form Pin
Not Active7-Jul-06 13:31
mentorNot Active7-Jul-06 13:31 
AnswerRe: code Form within a code Form Pin
Robert Rohde8-Jul-06 12:27
Robert Rohde8-Jul-06 12:27 
GeneralRe: code Form within a code Form Pin
Glen Harvy8-Jul-06 16:30
Glen Harvy8-Jul-06 16:30 
QuestionHow to catch a security exception within Remoting.Config(...) Pin
2bee 7-Jul-06 11:17
2bee 7-Jul-06 11:17 
AnswerLook at the stack trace in the exception? Pin
Ennis Ray Lynch, Jr.7-Jul-06 11:24
Ennis Ray Lynch, Jr.7-Jul-06 11:24 
GeneralRe: Look at the stack trace in the exception? [modified] Pin
2bee 7-Jul-06 11:36
2bee 7-Jul-06 11:36 
GeneralThe app config file you posted isn't valid Pin
Ennis Ray Lynch, Jr.7-Jul-06 11:58
Ennis Ray Lynch, Jr.7-Jul-06 11:58 
GeneralRe: The app config file you posted isn't valid Pin
2bee 7-Jul-06 13:04
2bee 7-Jul-06 13:04 
QuestionHow to change the toolbar background color? Pin
Rogenator7-Jul-06 9:17
Rogenator7-Jul-06 9:17 
QuestionPassing variable Pin
Chris McGlothen7-Jul-06 8:23
Chris McGlothen7-Jul-06 8:23 
AnswerRe: Passing variable Pin
Ennis Ray Lynch, Jr.7-Jul-06 8:52
Ennis Ray Lynch, Jr.7-Jul-06 8:52 
GeneralRe: Passing variable Pin
Chris McGlothen7-Jul-06 11:16
Chris McGlothen7-Jul-06 11:16 

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.