Click here to Skip to main content
15,891,713 members
Home / Discussions / C#
   

C#

 
QuestionHi guys any one here know WPF/E & C# how's can try help in solveing this : Pin
Epsilone314-Oct-07 20:09
Epsilone314-Oct-07 20:09 
QuestionC# and database deployment Pin
The Prodigy14-Oct-07 19:37
The Prodigy14-Oct-07 19:37 
AnswerRe: C# and database deployment Pin
Andrei Ungureanu14-Oct-07 20:42
Andrei Ungureanu14-Oct-07 20:42 
GeneralRe: C# and database deployment Pin
The Prodigy14-Oct-07 21:00
The Prodigy14-Oct-07 21:00 
QuestionHide Columns & Rows in an Excel sheet Pin
Charith Jayasundara14-Oct-07 19:33
Charith Jayasundara14-Oct-07 19:33 
AnswerRe: Hide Columns & Rows in an Excel sheet Pin
Sandeep Kumar15-Oct-07 2:57
Sandeep Kumar15-Oct-07 2:57 
GeneralRe: Hide Columns & Rows in an Excel sheet [modified] Pin
pcthao24-Dec-10 3:01
pcthao24-Dec-10 3:01 
QuestionProgrammatically inserting a value into GridView problem Pin
Molokan14-Oct-07 18:24
Molokan14-Oct-07 18:24 
I want to put a date into a field of a GridView bound Access table. Really I can't get any type of data to work, the field is a VarChar. I tried the following with the UpdateCommand...

[Lastupd] = @DateLabel,

<UpdateParameters>
<asp:ControlParameter ControlID="DateLabel" Name="DateLabel" PropertyName="Text" />
</UpdateParameters>

Nothing even displays in the GridView with this Update Parameter

I also tried this in the GridView1_RowCommand method...

GridView1.Rows[index].Cells[17].Text = "1";

and this gives me a "Data type mismatch in criteria expression" Only the .Text property is exposed and not .Value in any of the public methods of the DataView control.

Questionhow to solve this number series problem.. Pin
VG Ramanan14-Oct-07 18:09
VG Ramanan14-Oct-07 18:09 
AnswerRe: how to solve this number series problem.. Pin
Christian Graus14-Oct-07 18:24
protectorChristian Graus14-Oct-07 18:24 
GeneralRe: how to solve this number series problem.. Pin
VG Ramanan14-Oct-07 19:17
VG Ramanan14-Oct-07 19:17 
GeneralRe: how to solve this number series problem.. Pin
Ravi Bhavnani14-Oct-07 20:19
professionalRavi Bhavnani14-Oct-07 20:19 
GeneralRe: how to solve this number series problem.. Pin
VG Ramanan14-Oct-07 20:33
VG Ramanan14-Oct-07 20:33 
AnswerRe: how to solve this number series problem.. Pin
Guffa14-Oct-07 20:57
Guffa14-Oct-07 20:57 
AnswerRe: how to solve this number series problem.. Pin
User 665814-Oct-07 20:35
User 665814-Oct-07 20:35 
GeneralRe: how to solve this number series problem.. Pin
User 665814-Oct-07 20:42
User 665814-Oct-07 20:42 
QuestionData-grid alternative Pin
Eli Nurman14-Oct-07 17:11
Eli Nurman14-Oct-07 17:11 
AnswerRe: Data-grid alternative Pin
il_masacratore14-Oct-07 21:19
il_masacratore14-Oct-07 21:19 
NewsAwesome short cuts with VS2005 Pin
Christopher Stratmann14-Oct-07 12:46
Christopher Stratmann14-Oct-07 12:46 
GeneralRe: Awesome short cuts with VS2005 Pin
Colin Angus Mackay14-Oct-07 13:00
Colin Angus Mackay14-Oct-07 13:00 
AnswerRe: Awesome short cuts with VS2005 Pin
Stu Richardson14-Oct-07 22:23
Stu Richardson14-Oct-07 22:23 
QuestionNaming variables on the fly using a loop Pin
gizmokaka14-Oct-07 12:11
gizmokaka14-Oct-07 12:11 
AnswerRe: Naming variables on the fly using a loop Pin
Anthony Mushrow14-Oct-07 12:31
professionalAnthony Mushrow14-Oct-07 12:31 
GeneralRe: Naming variables on the fly using a loop Pin
gizmokaka14-Oct-07 12:48
gizmokaka14-Oct-07 12:48 
AnswerRe: Naming variables on the fly using a loop Pin
Christian Graus14-Oct-07 13:17
protectorChristian Graus14-Oct-07 13:17 

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.