Click here to Skip to main content
15,885,546 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Structure in listbox Pin
Christian Graus23-Jul-09 19:35
protectorChristian Graus23-Jul-09 19:35 
GeneralRe: Structure in listbox [modified][RESOLVED] Pin
Chandrasekharan P23-Jul-09 19:49
Chandrasekharan P23-Jul-09 19:49 
GeneralRe: Structure in listbox [modified][RESOLVED] Pin
Christian Graus23-Jul-09 21:46
protectorChristian Graus23-Jul-09 21:46 
QuestionOutlook Share Add-In setup Working On Vista but not in Window XP Pin
dcdhingra23-Jul-09 16:37
dcdhingra23-Jul-09 16:37 
QuestionVB.NET Reports on web service Pin
Rick_Mutimer23-Jul-09 14:04
Rick_Mutimer23-Jul-09 14:04 
QuestionCharSet issue with CDOSys Pin
Manas Bhardwaj23-Jul-09 10:58
professionalManas Bhardwaj23-Jul-09 10:58 
QuestionCrystal reports [modified] Pin
Ghost_80723-Jul-09 10:24
Ghost_80723-Jul-09 10:24 
QuestionHow to access the textbox data embedded in a datalist Pin
MacIntyre23-Jul-09 9:01
MacIntyre23-Jul-09 9:01 
First this app is an intranet WebForms app.
I have displayed bond data in a datalist with additional textboxes in the datalist grid for data entry. I'm actually looking for a better solution than the one that is currently implemented.
Currnetly: textbox1 is txtQty, textbox2 is txtRate, label1 is lblTotal and button1 is btnCompute. The user enters data in txtQty and txtRate click on btnCompute thus invoke datalist_ItemCommand and retrieve the txtQty & txtRate using the .FindCommand for the current row, then compute the lblTotal and move to the next row. This subroutine gets access to "byval e as System.Web.UI.WebControls.DatalistItemEventArgs" which makes the current row available and life is great, except the dataentry operator has to click the compute button.
I would like to get rid of the button and set up the app to use the OnTextChange Event of the textbox. this is a problem because it uses "byval e as System.EventArgs" for its argument and the current datalist row is not available.

Can anybody show me how to get the current row of the datalist for the textbox that triggered the OnTextChange event?
Thanks, Chuck
QuestionHi there. Looking for help on a vb project. Pin
malcomhfc23-Jul-09 3:27
malcomhfc23-Jul-09 3:27 
AnswerRe: Hi there. Looking for help on a vb project. Pin
David Mujica23-Jul-09 3:38
David Mujica23-Jul-09 3:38 
GeneralRe: Hi there. Looking for help on a vb project. Pin
DoctorMick23-Jul-09 5:36
DoctorMick23-Jul-09 5:36 
AnswerRe: Hi there. Looking for help on a vb project. Pin
Jabbar_espania2-Aug-09 11:03
Jabbar_espania2-Aug-09 11:03 
GeneralRe: Hi there. Looking for help on a vb project. Pin
malcomhfc8-Aug-09 8:12
malcomhfc8-Aug-09 8:12 
QuestionMicrosoft Outlook: VBA Syntax Errors in Trying to Search for Recipients in E-Mail Message Body Pin
axla22-Jul-09 19:59
axla22-Jul-09 19:59 
Questioncode for automatic select value from ms-excel column Pin
muhammadataulhaqsultani22-Jul-09 17:57
muhammadataulhaqsultani22-Jul-09 17:57 
AnswerRe: code for automatic select value from ms-excel column Pin
Sumit Prakash Sharma22-Jul-09 21:26
professionalSumit Prakash Sharma22-Jul-09 21:26 
GeneralRe: code for automatic select value from ms-excel column Pin
muhammadataulhaqsultani23-Jul-09 16:08
muhammadataulhaqsultani23-Jul-09 16:08 
QuestionMulti-D Array comparisons Pin
Member 437454222-Jul-09 15:18
Member 437454222-Jul-09 15:18 
AnswerRe: Multi-D Array comparisons Pin
Luc Pattyn22-Jul-09 15:47
sitebuilderLuc Pattyn22-Jul-09 15:47 
GeneralRe: Multi-D Array comparisons Pin
Member 437454222-Jul-09 16:09
Member 437454222-Jul-09 16:09 
GeneralRe: Multi-D Array comparisons Pin
Luc Pattyn22-Jul-09 16:10
sitebuilderLuc Pattyn22-Jul-09 16:10 
QuestionHow do I modify a class so you can convert a String to it? Pin
i_kant_spel22-Jul-09 9:48
i_kant_spel22-Jul-09 9:48 
AnswerRe: How do I modify a class so you can convert a String to it? Pin
Luc Pattyn22-Jul-09 10:36
sitebuilderLuc Pattyn22-Jul-09 10:36 
GeneralRe: How do I modify a class so you can convert a String to it? Pin
Gideon Engelberth22-Jul-09 12:36
Gideon Engelberth22-Jul-09 12:36 
GeneralRe: How do I modify a class so you can convert a String to it? Pin
Luc Pattyn22-Jul-09 12:49
sitebuilderLuc Pattyn22-Jul-09 12:49 

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.