Click here to Skip to main content
16,011,482 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: colorize partial cell in rowset of listview Pin
Dave Kreskowiak13-May-09 4:00
mveDave Kreskowiak13-May-09 4:00 
GeneralRe: colorize partial cell in rowset of listview Pin
Henry Minute13-May-09 5:21
Henry Minute13-May-09 5:21 
AnswerRe: colorize partial cell in rowset of listview Pin
nlarson1113-May-09 10:10
nlarson1113-May-09 10:10 
QuestionApplications running in a system.. Pin
Ageesh13-May-09 1:03
Ageesh13-May-09 1:03 
AnswerRe: Applications running in a system.. Pin
Henry Minute13-May-09 2:59
Henry Minute13-May-09 2:59 
GeneralRe: Applications running in a system.. Pin
DaveyM6913-May-09 4:12
professionalDaveyM6913-May-09 4:12 
AnswerRe: Applications running in a system.. Pin
Dave Kreskowiak13-May-09 3:59
mveDave Kreskowiak13-May-09 3:59 
QuestionHow to Save from datagridview to Remote- sqlserver 2005 table [modified] Pin
Paramu197312-May-09 23:02
Paramu197312-May-09 23:02 
Hi,

With My datagridview

Allowuser ToAddrows=true
Allowuser ToDeleterows=true

dim dsf_52 As New DataSet, dtbf_52 As New DataTable,daf52 As SqlDataAdapter

Dim Comd_52 As String = "select sec_erb_id.emp_id,emp_master.fir_name,sec_erb_id.sec_id_no from sec_erb_id,emp_master where emp_master.emp_id=sec_erb_id.emp_id"

con.ConnectionString = ConStr
con.Open()
daf52 = New SqlDataAdapter(Comd_52, con)
daf52.Fill(dsf_52)
dtbf_52 = dsf_52.Tables(0)
con.Close()
MyDataGrid1.DataSource = dsf_52.Tables(0).DefaultView

Now the user added & deleted in datagridview. Is there any easier way to save to sql server 2005 ?

THANKS AGAIN Smile | :)

modified on Wednesday, May 13, 2009 5:11 AM

AnswerRe: How to Save from datagridview to Remote- sqlserver 2005 table Pin
Mycroft Holmes13-May-09 0:54
professionalMycroft Holmes13-May-09 0:54 
AnswerRe: How to Save from datagridview to Remote- sqlserver 2005 table Pin
Tiyani Miyambo13-May-09 1:44
Tiyani Miyambo13-May-09 1:44 
Questiondll not found exception Pin
AB_dev12-May-09 20:44
AB_dev12-May-09 20:44 
AnswerRe: dll not found exception Pin
DidiKunz12-May-09 21:12
DidiKunz12-May-09 21:12 
GeneralRe: dll not found exception Pin
AB_dev12-May-09 21:21
AB_dev12-May-09 21:21 
QuestionHow to create Dynamically DataSource property to Propertygrid in vb.net windows Pin
dilipmca0412-May-09 19:51
dilipmca0412-May-09 19:51 
AnswerRe: How to create Dynamically DataSource property to Propertygrid in vb.net windows Pin
Mycroft Holmes13-May-09 0:40
professionalMycroft Holmes13-May-09 0:40 
QuestionPartial Classes andSolution explorer Pin
nishkarsh_k12-May-09 18:27
nishkarsh_k12-May-09 18:27 
AnswerRe: Partial Classes andSolution explorer Pin
Eddy Vluggen13-May-09 0:06
professionalEddy Vluggen13-May-09 0:06 
QuestionUsing Xbox360 controller Pin
o m n i12-May-09 12:44
o m n i12-May-09 12:44 
AnswerRe: Using Xbox360 controller Pin
Dave Kreskowiak12-May-09 17:13
mveDave Kreskowiak12-May-09 17:13 
QuestionVB working with SQL... Pin
smjunior0912-May-09 8:26
smjunior0912-May-09 8:26 
AnswerRe: VB working with SQL... Pin
Christian Graus12-May-09 9:39
protectorChristian Graus12-May-09 9:39 
GeneralRe: VB working with SQL... Pin
smjunior0912-May-09 9:44
smjunior0912-May-09 9:44 
GeneralRe: VB working with SQL... Pin
smjunior0912-May-09 9:50
smjunior0912-May-09 9:50 
GeneralRe: VB working with SQL... Pin
Christian Graus12-May-09 10:02
protectorChristian Graus12-May-09 10:02 
GeneralRe: VB working with SQL... Pin
smjunior0912-May-09 10:17
smjunior0912-May-09 10: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.