well i got this to work now. What i ended up doing was placing each checkbox in its own anchor tag, and then making the javascript function call through the anchor tag's onclick event.
i have a checkboxlist and a checkbox control. When the user selects the checkbox, it unchecks all selected items in the checkboxlist and alternatively if any item on the checkboxlist is selected, then it unchecks checkbox. I can accomplish this in code but this also requires that the controls...
Thanks gmmastros and r937k for your quick responses. I did a test run of your recommendations and yes it is pretty slow. This is a database that i inherited so i had no control over how the data structure was established. However, i will take the time to normalize this data.
Once again, thanks.
Is there a way to run a sql select query based on criteria that might be in a pipe delimited string in a table field? For example if a record has its column value as AB||CD||EF||GH, how would i run the query and select all records where this column has either the value "CD" or "GH"?
I can...
The loginname control in vs05 is nice but is there a way to assign the value that it displays into a variable or to another control on the form such as a text box? It does not seem to have any property that can be referenced to retrieve the user login that it displays.
Thanks ca8msm. I did it the "manual" way and sorted my records by the p/k in the dataset, then updated a text box on my page with the current row position with + or -1, and then took this value and passed it to a custom function as the row to retrieve from the dataset. Works great.
I am new to .Net and I have a webform that will be used for adding new records and editing existing ones. I would like the page to display one record at a time, which it is currently doing but is there a way to page through these records by way of clicking a Next or Previous button?
I tried...
Hansu, I out a way to make this work. I don't know how you have implemented data entry on your flex grid but on mine, I am using a floating text box to capture user input. Whenever a user initiates data entry on my grid, I pass focus from it to the floating text box. The sub procedure that...
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.