Click here to Skip to main content
15,925,399 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioninherit some properties of one control to another Pin
irfanahsan30-Apr-06 19:55
irfanahsan30-Apr-06 19:55 
AnswerRe: inherit some properties of one control to another Pin
Robert Rohde30-Apr-06 22:10
Robert Rohde30-Apr-06 22:10 
GeneralRe: inherit some properties of one control to another Pin
irfanahsan1-May-06 0:31
irfanahsan1-May-06 0:31 
GeneralRe: inherit some properties of one control to another Pin
Robert Rohde2-May-06 1:13
Robert Rohde2-May-06 1:13 
GeneralRe: inherit some properties of one control to another Pin
irfanahsan2-May-06 1:24
irfanahsan2-May-06 1:24 
QuestionUsing skins in vb.net Pin
MohammadAmiry30-Apr-06 19:17
MohammadAmiry30-Apr-06 19:17 
AnswerRe: Using skins in vb.net Pin
Rizwan Bashir1-May-06 0:30
Rizwan Bashir1-May-06 0:30 
QuestionUpdating dataset Pin
Radiska30-Apr-06 17:43
Radiska30-Apr-06 17:43 
I put together a form with one text box on it. Add a database connection, dataadapter and create a dataset. I databind the text box through properties. I use the fill command to fill the textbox with data. I see the data. I edit the data and the dataset does not seem to accept it.

If I do exactly the same thing using a datagrid instead of the textbox, it takes the change I made...

All sample code that I can find deals with datagrids, there is nothing that I can find for a simple textbox.

Figuered it out as follows:

Dim nsn As String
nsn = txtSchoolName.Text
Me.DsSchoolInfo1.tbl_SchoolInfo.Rows(0).BeginEdit()
Me.DsSchoolInfo1.tbl_SchoolInfo.Rows(0)("SchoolName") = nsn
Me.DsSchoolInfo1.tbl_SchoolInfo.Rows(0).EndEdit()
Try
Me.DbaSchoolInfo1.Update(DsSchoolInfo1)
Catch x As Exception
End Try

Me.Close()DSS

-- modified at 20:57 Monday 1st May, 2006
AnswerRe: Updating dataset Pin
barnamehnevis_vbnet30-Apr-06 23:46
barnamehnevis_vbnet30-Apr-06 23:46 
GeneralRe: Updating dataset Pin
Radiska1-May-06 11:47
Radiska1-May-06 11:47 
GeneralRe: Updating dataset Pin
Chatura Dilan1-May-06 17:08
Chatura Dilan1-May-06 17:08 
QuestionOLEDbCommand Locks entire Access Db Pin
jcrussell30-Apr-06 17:09
jcrussell30-Apr-06 17:09 
QuestionLogoff/logon in windows, app still running, change user Pin
B*C30-Apr-06 14:36
B*C30-Apr-06 14:36 
AnswerRe: Logoff/logon in windows, app still running, change user Pin
B*C1-May-06 4:25
B*C1-May-06 4:25 
QuestionHelp displaying a structure in a sortedlist Pin
crash89330-Apr-06 11:18
crash89330-Apr-06 11:18 
AnswerRe: Help displaying a structure in a sortedlist Pin
Robert Rohde30-Apr-06 22:22
Robert Rohde30-Apr-06 22:22 
GeneralRe: Help displaying a structure in a sortedlist Pin
crash8931-May-06 7:31
crash8931-May-06 7:31 
GeneralRe: Help displaying a structure in a sortedlist Pin
crash8931-May-06 7:37
crash8931-May-06 7:37 
GeneralRe: Help displaying a structure in a sortedlist Pin
Robert Rohde1-May-06 20:12
Robert Rohde1-May-06 20:12 
QuestionMS office connections Pin
DoubleD82230-Apr-06 10:59
DoubleD82230-Apr-06 10:59 
QuestionHi , please help me Pin
Mohammed Amine30-Apr-06 6:27
Mohammed Amine30-Apr-06 6:27 
GeneralRe: Hi , please help me Pin
Guffa30-Apr-06 7:13
Guffa30-Apr-06 7:13 
AnswerRe: Hi , please help me Pin
Colin Angus Mackay30-Apr-06 21:07
Colin Angus Mackay30-Apr-06 21:07 
Questionwhat is behind this label ?? ;p Pin
Mohammed Amine30-Apr-06 5:56
Mohammed Amine30-Apr-06 5:56 
AnswerRe: what is behind this label ?? ;p Pin
_mubashir30-Apr-06 21:44
_mubashir30-Apr-06 21:44 

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.