Thank you very much. Obviously I did not understand what you were trying to tell me. I thought I was creating a new control and did not connect that I was creating a way to reference the existing control.
Again, Thank you very much.
That is how I loop through the datagrid items.... but how do I set the checkedd state of the embedded checkbox? I know how to check to see if teh checjk box is check or not. I know it will not be checked. I want to check it based on data read from rthe database. Pwerhaps I am not...
I am not reacting to the databinding of data to this datagrid. I am reacting to a button being pressed that causes a set of data to be retrieved from a database. I loop through the dataset from the database read and as I find a match in the datagrid, I want to set the checked value of the...
I get the current state of a checkbox item in a templatecolumn in a datagrid by creating a checkbox item and do findcontrol (dgItem.FindControl("chkExportItemSelected"))
After reading stored data from a database I want to loop through the datagrid and set the checkboxes as related to the data...
I get the current state of a checkbox item in a templatecolumn in a datagrid by creating a checkbox item and do findcontrol (dgItem.FindControl("chkExportItemSelected"))
After reading stored data from a database I want to loop through the datagrid and set the checkboxes as related to the data...
If I had a series of textboxes like below:
<asp:textbox id=txtBox01 runat="server">
<asp:textbox id=txtBox02 runat="server">
<asp:textbox id=txtBox03 runat="server">
<asp:textbox id=txtBox04 runat="server">
<asp:textbox id=txtBox05 runat="server">
If I wanted to write a For/Next loop to get...
I am creating a data entry form to allow the user to create bullet items and sub bullet items for storage in a SQL Server table. These items are stored in the database with codes denoting whether the item is a bullet point or a sub-bullet point. This data is used to create a dynamic ASP.Net...
ca8msm,
Perhaps some code might help me ... because I still do not understand .... but I think you have the right answer.
I have a table on a panel:
<asp:panel id="pnlPurposePanel" runat="server" height="127px" EnableViewState="true">
<asp:Table id="tblPurposeTable" Runat="server">...
Also ..... it is telling me that since it is a table I am working with ... it is not "Serializable" so I need to convert it.
I guess nothing is easy .... eh?
Thanks for the post. I tried adding the save of the updated table to the viewstate after I updated it and then tried to retrieve it in teh Page_Load event..... but .... I get an error saying my file must be an "ascx" file to allow this. Can I not do this in my code behind file? (I am working...
I am using a button click event to add a row with two cells to a table contained on a panel on my page. Each cell contains a text box to allow the user to enter some data. The table starts out with two rows and if the user needs more, they are to click the button and add another row to the...
I am using a button click event to add a row with two cells to a table contained on a panel on my page. Each cell contains a text box to allow the user to enter some data. The table starts out with two rows and if the user needs more, they are to click the button and add another row to the...
Thanks for the idea.... but let me ask it this way. What if I want to select the first item in the dropdownlist? Since it is the same item the dropdownlist starts out showing ...... the selectedindexchange event does not fire because the selected index does not change. How do you deal with this?
I have a DropDownList bound to a dataset that provides the value and text fields. If the select statement only returns one entry, how can I trigger the SelectedIndexChanged event even if there is only one entry in the dataset? The selection of an entry in this DropDownList causes another...
How are you doing your release build? Are you running the app on a machine with or without the MicroFocus run time environment? I would say it is without and you have not included all the ".DLL" files necessary to support the API calls at run time.
The handling of windows and providing GUI interfaces in the product are now handled by the "Dialog System" in NetExpress 3.1. Window handling support as a process in the COBOL language has been replaced. You should have the "Dialog System" as part of a standard NetExpress...
I've had about 15 years experience with Unisys COBOL in various formats. If you have some questions regarding how it works or problems you encounter, you could contact me.
For HP the USER MANUAL for the printer contains a section on writing the PJL and PCL and the coding (both in hex and decimal) for the "init string" you need to create. Since all of my experience is with the HP lines I have to assume the other printers include info in their user...
What is "S-OUTPUT"? How is it defined? What OS is this running under? I believe this to be a run time error, not a compile error therefore "S-OUTPUT" must be assigned some kind of value that is valid in the operating system you are using. If that is DOS then the name must...
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.