send this question to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk where all the ASP.net experts hang out.
You may also want to go to main page of LearnAsp.com and find the left dropdown that says "choose Help Topic" and select DataGrid to get many more resources and links to help research this. At 01:14 AM 8/25/2004, you wrote: >Dear all, > >Good day. > I have one problem in vb.net while using datagrid. >Private Sub dgCustomerName_CurrentCellChanged(ByVal sender As Object, >ByVal e As System.EventArgs) Handles dgCustomerName.CurrentCellChanged > >dgCustomerName.Select(dgCustomerName.CurrentRowIndex) > >txtCustomerName.Text = dgCustomerName.Item(dgCustomerName.CurrentRowIndex, 0) > >dgCustomerName.Visible = False > >End Sub > > > >is my code to select an item from the datagrid and show it in the text box, > >but if i select first item it won't selected(ie.,) the >'currentcellchanged' event not work... > >but for the second, third,..... items are selected it is displayed in the >text box.. > >plz help me .. > >with regards, > >balaganesh ---------- --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.742 / Virus Database: 495 - Release Date: 8/19/2004 [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
