Click here to Skip to main content
16,013,642 members
Home / Discussions / C#
   

C#

 
GeneralRe: Tab Control Pin
Alex Korchemniy14-Oct-04 9:50
Alex Korchemniy14-Oct-04 9:50 
Generaladding combo box and data picker in DataGrid Pin
shambho13-Oct-04 21:24
shambho13-Oct-04 21:24 
GeneralAltering the word wrap in a multiline text box / rich text box Pin
Jay Shankar13-Oct-04 20:50
Jay Shankar13-Oct-04 20:50 
QuestionDesktop context menu? Pin
ting66813-Oct-04 20:48
ting66813-Oct-04 20:48 
Generalrearange combobox Pin
rolandf6913-Oct-04 20:19
rolandf6913-Oct-04 20:19 
GeneralFile Copy to network share Pin
tmonte13-Oct-04 17:44
tmonte13-Oct-04 17:44 
GeneralUniqueidentifier Pin
pat27088113-Oct-04 12:19
pat27088113-Oct-04 12:19 
GeneralRe: Uniqueidentifier Pin
Colin Angus Mackay13-Oct-04 13:42
Colin Angus Mackay13-Oct-04 13:42 
The parameter value needs to be a System.Guid[^] if the SQL Server type is a uniqueidentifier.

For example:
Guid jobGuid = new Guid(jobId);
command.Parameters.Add("@JobId", jobGuid);




Do you want to know more?


Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.
GeneralRe: Uniqueidentifier Pin
pat27088113-Oct-04 21:57
pat27088113-Oct-04 21:57 
GeneralControlling Video Streaming in a Web App Pin
El Queso13-Oct-04 11:51
El Queso13-Oct-04 11:51 
GeneralRe: Controlling Video Streaming in a Web App Pin
yoaz14-Oct-04 6:58
yoaz14-Oct-04 6:58 
GeneralDynamic property editor - design time Pin
Lech Cieslar13-Oct-04 11:46
Lech Cieslar13-Oct-04 11:46 
GeneralSearching for IO Control Codes Pin
BoxenBiene13-Oct-04 10:53
BoxenBiene13-Oct-04 10:53 
GeneralRe: Searching for IO Control Codes Pin
Dave Kreskowiak14-Oct-04 3:07
mveDave Kreskowiak14-Oct-04 3:07 
GeneralRe: Searching for IO Control Codes Pin
BoxenBiene14-Oct-04 8:04
BoxenBiene14-Oct-04 8:04 
Generalchanging cursor when hover over listview item subitem Pin
vista2713-Oct-04 10:44
vista2713-Oct-04 10:44 
GeneralRe: changing cursor when hover over listview item subitem Pin
MrEyes14-Oct-04 2:13
MrEyes14-Oct-04 2:13 
GeneralTranslating Win32API and their Structs problems Pin
BoxenBiene13-Oct-04 10:42
BoxenBiene13-Oct-04 10:42 
GeneralRe: Translating Win32API and their Structs problems Pin
yoaz14-Oct-04 7:10
yoaz14-Oct-04 7:10 
GeneralRe: Translating Win32API and their Structs problems Pin
BoxenBiene14-Oct-04 8:01
BoxenBiene14-Oct-04 8:01 
GeneralRe: Translating Win32API and their Structs problems Pin
yoaz14-Oct-04 8:41
yoaz14-Oct-04 8:41 
GeneralListView Add Data Pin
mfcuser13-Oct-04 10:06
mfcuser13-Oct-04 10:06 
GeneralRe: ListView Add Data Pin
Anonymous13-Oct-04 10:55
Anonymous13-Oct-04 10:55 
GeneralRe: ListView Add Data Pin
mfcuser13-Oct-04 11:28
mfcuser13-Oct-04 11:28 
GeneralRe: ListView Add Data Pin
mfcuser13-Oct-04 11:43
mfcuser13-Oct-04 11:43 

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.