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...
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...
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...
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?
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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.