Hi all,
This maybe a little bit hard to explain (and confusing), but hope someone can help.
I have 2 ComboBox (Cmb1, Cmb2). They are bounded to DataSource. There are 2 items in Cmb1, and Cmb2 populates its items based on Cmb1 SelectIndexChanged event.
If Cmb1 item 1 is selected, 2 items...
Hi all,
I am using VB.NET and trying to remove. I have 2 forms (Form1 and Form2). When user clicks "Edit" button in Form1, Form2 will open.
Inside Form2, there is a list of Customer displays in a Datagrid control. When the user highlighted the current row, and click the "Remove" button on...
Hi everyone,
I have two comboboxes (Sample and Lot). Both get data from DataSource. The items in Lot combobox will populate based on the selection in Sample. I have added a blank line to the combobox so that the user will not see the data right away when the form is load (they must select the...
Hi All,
I am building a Windows application and have 3 columns in the datagrid control. Now I want to add a 4th column which has a "Remove" button on each row such that when users click the button on that row, it will remove that row in the datagrid.
I have done some research online, but most...
Hi all,
I am new to Table PC application development, hope someone can help.
I created a VB.NET Windows application and have a textbox control that allows user input (I use InkEdit) using the tablet pc's pen. After the user inputs the text, the text recognizer automatically add a trailing...
Hi,
I am pretty new to asp.net. I would like to create a pop up calendar control where users can select the date from the control and that date will then add to a textbox
I get the following error:
Run Time Error has occurred
'window.opener.frmCalendar.txtDate' is null or not an object
this...
I got this error message when I run the Time Tracker Starter Kit application that is availiable in www.asp.net
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and...
Hi,
I have the following stored in a database and display on a datagrid
ID Name Subject Detail
1 test_name test This is a test message
This is a row that return as a dataset by a SELECT statement. I would like to extract specific values from this row and store it in a...
Hi
Here is a segment of my Code:
.
.
Dim myID As String
myID = Request.QueryString("ID")
Dim intMyID as Integer = Int32.Parse(myID)
Dim getDataSet As Data.DataSet = GetTable()
'Find Row in the DataSet
Dim getDataRow As Data.DataRow =...
Hi,
I am pretty new to ASP.NET. I am working on a Message Approval project using VB.NET. I have created two datagrids and some data are stored
Waiting for Approval datagrid:
Approval ID Date Name Message
Approve 1 1/28/2004 testname testmessage
Approve 2...
int makeargv(char *s, char *delimiters, char ***argvp)
Anyone knows what ***argvp means and what it means if it is **argvp?? Is there an easy way to represent these??
thank you very much!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.