Click here to Skip to main content
15,886,724 members
Home / Discussions / C#
   

C#

 
AnswerRe: XML Output Formatting with Formatting.Indented Pin
livez22-Apr-07 22:01
livez22-Apr-07 22:01 
Question[Message Deleted] Pin
7122-Apr-07 19:17
7122-Apr-07 19:17 
AnswerRe: DataGridView.CellBeginEdit Event() Pin
Sathesh Sakthivel22-Apr-07 19:33
Sathesh Sakthivel22-Apr-07 19:33 
GeneralRe: DataGridView.CellBeginEdit Event() Pin
Sathesh Sakthivel22-Apr-07 20:24
Sathesh Sakthivel22-Apr-07 20:24 
AnswerRe: DataGridView.CellBeginEdit Event() Pin
Keshav V. Kamat22-Apr-07 22:32
Keshav V. Kamat22-Apr-07 22:32 
QuestionMediaplayer using a userdefined audiodevice Pin
pyjamaboy22-Apr-07 19:14
pyjamaboy22-Apr-07 19:14 
Questionhelp me how to convert BindingSource to DataTable ??? Pin
phantanagu22-Apr-07 18:26
phantanagu22-Apr-07 18:26 
AnswerRe: help me how to convert BindingSource to DataTable ??? Pin
_mubashir22-Apr-07 20:53
_mubashir22-Apr-07 20:53 
Hi,
You need to fill dataset first,

<br />
Dataset dsFunction = New DataSet();<br />
OleDbDataAdapter adap = new OleDbDataAdapter("Select * from tblVATTU where VATTU_ID = ''", con.con);<br />
temp = new DataTable();<br />
adap.Fill(dsFunction);<br />
temp = dsFunction.Tables[0];<br />




Mubashir
Software Architect
Storan Technologies Inc, USA
Every job is a self portrait of the person who did it.

AnswerRe: help me how to convert BindingSource to DataTable ??? Pin
Keshav V. Kamat22-Apr-07 22:19
Keshav V. Kamat22-Apr-07 22:19 
QuestionLogin Page Pin
nuraprakash22-Apr-07 18:17
nuraprakash22-Apr-07 18:17 
AnswerRe: Login Page Pin
Christian Graus22-Apr-07 18:45
protectorChristian Graus22-Apr-07 18:45 
GeneralRe: Login Page Pin
Vikram A Punathambekar23-Apr-07 2:14
Vikram A Punathambekar23-Apr-07 2:14 
GeneralRe: Login Page Pin
Christian Graus23-Apr-07 2:17
protectorChristian Graus23-Apr-07 2:17 
AnswerRe: Login Page Pin
Keshav V. Kamat22-Apr-07 22:10
Keshav V. Kamat22-Apr-07 22:10 
AnswerRe: Login Page Pin
Keshav V. Kamat22-Apr-07 22:13
Keshav V. Kamat22-Apr-07 22:13 
AnswerRe: Login Page Pin
Keshav V. Kamat22-Apr-07 22:15
Keshav V. Kamat22-Apr-07 22:15 
Questionhow to HTTP post multiple files and key-value pairs? Pin
Patrick Klug22-Apr-07 17:40
Patrick Klug22-Apr-07 17:40 
QuestionOnPaint Pin
netJP12L22-Apr-07 17:17
netJP12L22-Apr-07 17:17 
AnswerRe: OnPaint Pin
Christian Graus22-Apr-07 18:10
protectorChristian Graus22-Apr-07 18:10 
GeneralRe: OnPaint Pin
netJP12L23-Apr-07 4:09
netJP12L23-Apr-07 4:09 
GeneralRe: OnPaint Pin
Christian Graus23-Apr-07 10:37
protectorChristian Graus23-Apr-07 10:37 
QuestionEmbedded User Control in IE - Events Pin
linuxdude22-Apr-07 15:23
linuxdude22-Apr-07 15:23 
QuestionHow to change default startup icon in application? Pin
sgeorgije22-Apr-07 14:07
sgeorgije22-Apr-07 14:07 
AnswerRe: How to change default startup icon in application? Pin
Thomas Stockwell22-Apr-07 14:13
professionalThomas Stockwell22-Apr-07 14:13 
Questionhow to use Sql Server Comapct Edition in Visual Studio 2005 ? Pin
hdv21222-Apr-07 13:33
hdv21222-Apr-07 13:33 

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.