Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: citizenzen
  • Content: Threads
  • Order by date
  1. citizenzen

    how do i bind selectedvalue for radiobuttonlist in datagrid?

    I have a detailsview which is based on the selection of mastergrid. The detailsview has templatefields for editing and I included textboxes, radiobuttonlists, dropdownlists, etc. When the user chooses to edit, I need to retrieve the sql values so they can see what they previously chose...
  2. citizenzen

    How to have db values show for dropdownlist & radiobutton in editmode

    Hello. I have a detailsview where I placed textboxes, radiobuttonlists, and dropdownlists. I am able to successfully show the database values for the textboxes, but how do i do the same for radiobuttonlists and dropdownbuttonlists? Both lists shold show the values entered from the database as...
  3. citizenzen

    NullException Error when binding to a dropdown

    Hello. I am receiving an error when I bind to a dropdownlist. Object reference not set to an instance of an object. at modifyProgramming.fillLibrary() in c:\Inetpub\wwwroot\TapeLibDEVTG\modifyProgramming.aspx.cs:line 313 I have a similar page which functions fine, but I don't see where my...
  4. citizenzen

    is it possible to convert sql generated xml file to filemaker pro xml?

    Hello. I understand that filemaker pro has 2 proprietary XML formats. however, it's not clear to me whether I can convert a sql generated xml file to filemaker pro's xml. Is this possible?
  5. citizenzen

    can i include a second query that can then highlight results?

    is it really possible to include a second query within my module that will highlight found records based on the query? i have 2 queries. the first one runs successfully. however, i want to include a second query that is also pulled from the database. with the second query, i am searching...
  6. citizenzen

    how can i move search to next cell if cell is empty?

    Hi. I am running a basic macro to search text within a long excel document. i am copying the contents of the search into a new excel document. the data is transposed. the problem is that some of the cells within the source document are blank. ie: User: ID: Email: City: Sector: User...
  7. citizenzen

    How do I copy range from one worksheet and paste into new workbook

    Hello. I am creating a small application that will allow me to copy specific data from a range of cells within one column of one excel worksheet to a new worksheet in a new workbook. How can I copy that specific data to the new worksheet? I am getting errors on the copy and paste portion. I...
  8. citizenzen

    How do I copy range from one worksheet and paste into new workbook

    Greetings. I am creating a small application that will allow me to copy specific data from a range of cells within one column of one excel worksheet to a new worksheet in a new workbook. How can I copy that specific data to the new worksheet? I am getting errors on the copy and paste portion...
  9. citizenzen

    Unable to show multiple properties in webservice

    I have a simple web service which enables me to search for user information in active directory. Initially, I was only showing 'displayName', but now I need to show at least 4 more properties. I would like to load the properties in an array, but this does not seem to work as I want to return a...
  10. citizenzen

    how do i change the permissions for linked tables?

    I am trying to modify an access database created by my predecessor. i have a sql database that is linked to the access db and I successfully imported three linked tables. however, i can not remove the old links which are still linked to an existing database that will become obsolete. I get...
  11. citizenzen

    Gridview binding appends records when checkbox is deselected or anothe

    I am in a bit of a bind. I have a small application, 'Dubber Tasks' in which I am using checkboxes to select the records. The checkbox schemes works well with my other applications in the project, except this one. Here are the steps: 1) The dubber initially selects the record of interest...
  12. citizenzen

    resizing gridviews

    Hello. I am using c# and as I am wrapping upi my project, i have to make sure that the GridViews resize if the user minimizes or resizes the page. How can i accomplish this task? here's an example of what i have, but it doesn't seem to work if the user resizes the page: <asp:GridView...
  13. citizenzen

    how to add template control programmatically

    I created a customized gridview. i added my major columns and I need to add a templatefield. i want to include a button in the template field, but everything i try seems to fail. how can i programmatically add a button? I get the following error: CS1502: The best overloaded method match for...
  14. citizenzen

    how do I clear a child gridview when using checkboxes

    I have a major problem. i am implementing checkboxes in my gridviews in place of the select link. the checkboxes work fine, but i am unable to clear the data from my child gridviews. the child gridview refreshes (seems to) on pageIndexChanging. I can't figure out how to rebind when the user...
  15. citizenzen

    How do i insert new records into a table that is not autoincremented

    my problem is a bit quirky. i created a stored procedure that inserts and updates multiple tables. earlier, i had to modify a table named 'tbl_checkouts', that was auto-incremented to non-identity with a starting point of 17,000. the data that is inserted into tbl_checkouts comes from...
  16. citizenzen

    unable to bind datatable to datagrid with loop

    I have a datatable that I created and I want to pass some of the values from a gridview into that datatable. I have a loop for the number of rows to add (based on copies). the loop works fine, but none of the other data is being written to the grid. I am testing now so that I can add more...
  17. citizenzen

    how do i pull values from a dataset placed in a session?

    Hello. Earlier I posted a question about using sessions, but I am still having issues. I have 2 pages: page1.aspx and page2.aspx on page1.aspx, the user locates media. The located media needs to be passed to page2.aspx for checkout. this media will be placed in a new datagrid with the...
  18. citizenzen

    how to create loop for itemtemplates to repeat in grid

    Hello. I am updating information in a database based on the values of a gridview. I need to allow the user to be able to add multiple bits of information, like barcode and format, based on the contents of the selected record. So, if record XYZ was SELECTED and 10 COPIES needed to be created...
  19. citizenzen

    unable to retrieve values from session properly

    Hi. I am trying to work with sessions so that I can transfer info from page1.aspx.cs to page2.aspx. the results of the dataset on page1.aspx may have more than one value per assigned variable. however, I am not getting this on page 2. only one resulty is displayed and the datagrid does not...
  20. citizenzen

    Need to pull records from 2 views

    Need to distinct records from 2 views I have the following views: 1) view_locateapprovMedia 2) view_shwApprovedDet view_shwApprovedDet shows all approved requests. view_locateapprovMedia displays all barcodes that exists in view_shwApprovedDet. The problem is that I need to display...

Part and Inventory Search

Back
Top