Click here to Skip to main content
16,007,443 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Checking "previously checked" items in a checkbox Pin
C0ley10-Sep-08 0:14
C0ley10-Sep-08 0:14 
GeneralFIXED - Checking "previously checked" items in a checkbox Pin
C0ley10-Sep-08 2:20
C0ley10-Sep-08 2:20 
GeneralRe: FIXED - Checking "previously checked" items in a checkbox Pin
Wendelius10-Sep-08 8:26
mentorWendelius10-Sep-08 8:26 
QuestionReport with vb-net Pin
zagari9-Sep-08 1:04
zagari9-Sep-08 1:04 
AnswerRe: Report with vb-net Pin
Dave Kreskowiak9-Sep-08 6:55
mveDave Kreskowiak9-Sep-08 6:55 
Questionsystem.data.datarowview as string Pin
Ebube9-Sep-08 0:56
Ebube9-Sep-08 0:56 
AnswerRe: system.data.datarowview as string Pin
Manas Bhardwaj9-Sep-08 1:35
professionalManas Bhardwaj9-Sep-08 1:35 
GeneralRe: system.data.datarowview as string Pin
Ebube9-Sep-08 3:37
Ebube9-Sep-08 3:37 
Sub listsponsor()
Me.CmbSponsor.DataSource = objreg.listsponsor
Me.CmbSponsor.DisplayMember = "distID"
Me.CmbSponsor.ValueMember = "distID"
End Sub


Private Sub CmbSponsor_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmbSponsor.SelectedIndexChanged
Me.txtsponsorformno.Text = objreg.getsponsorformno(Me.CmbSponsor.SelectedItem.ToString)

End Sub

Me.CmbSponsor.SelectedItem.ToString returns system.data.datarow view. i also notice on step into that selectedindexchange fire bfore line 2 in sub listsponsor
GeneralRe: system.data.datarowview as string Pin
Manas Bhardwaj9-Sep-08 3:52
professionalManas Bhardwaj9-Sep-08 3:52 
QuestionHow to invoke MQ series through classic ASP Pin
Member 26856239-Sep-08 0:05
Member 26856239-Sep-08 0:05 
QuestionHow we use INF-Tool for making setup Pin
Amit Battan Ror8-Sep-08 21:18
Amit Battan Ror8-Sep-08 21:18 
AnswerRe: How we use INF-Tool for making setup Pin
Manas Bhardwaj8-Sep-08 21:30
professionalManas Bhardwaj8-Sep-08 21:30 
Questiontype cast in vb.net Pin
rprateek8-Sep-08 17:51
rprateek8-Sep-08 17:51 
AnswerRe: type cast in vb.net Pin
Steven J Jowett8-Sep-08 18:18
Steven J Jowett8-Sep-08 18:18 
AnswerRe: type cast in vb.net Pin
rprateek8-Sep-08 18:28
rprateek8-Sep-08 18:28 
AnswerRe: type cast in vb.net Pin
Guffa8-Sep-08 21:16
Guffa8-Sep-08 21:16 
QuestionDataGridView Cell Change [modified] Pin
Fahim A8-Sep-08 17:03
Fahim A8-Sep-08 17:03 
Question[Message Deleted] Pin
Rafone8-Sep-08 16:50
Rafone8-Sep-08 16:50 
AnswerRe: Trying to take 2 fields from dataset and create an array Pin
Steven J Jowett8-Sep-08 18:25
Steven J Jowett8-Sep-08 18:25 
GeneralRe: Trying to take 2 fields from dataset and create an array Pin
Rafone9-Sep-08 4:42
Rafone9-Sep-08 4:42 
QuestionStreamwriter Pin
mehmetned8-Sep-08 4:28
mehmetned8-Sep-08 4:28 
AnswerRe: Streamwriter Pin
Chinners8-Sep-08 4:36
Chinners8-Sep-08 4:36 
AnswerRe: Streamwriter Pin
Steven J Jowett8-Sep-08 4:41
Steven J Jowett8-Sep-08 4:41 
QuestionDB Null Value Pin
zagari8-Sep-08 3:55
zagari8-Sep-08 3:55 
AnswerRe: Valori Null dal DB Pin
Manas Bhardwaj8-Sep-08 4:08
professionalManas Bhardwaj8-Sep-08 4:08 

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.