Thank you KDavie, I am not getting as many errors, but the database values are not being selected.
For the detailsview, i placed the above code in the ItemCommand and then I switched the code to modeChanging event. i tried row-editing, but I don't get any of the response.writes to indicate...
Hello KDavie.
Thanks for your feedback. I do have 2 grids- a master grid and a details grid. The detailsview may have radiobuttonlists and dropdownlists. I am a bit confused, as I essentially need to be able to show the user what they initially selected in the radiobuttonlist or...
this is what I changed. I had a loop for my data, but now, the detailsview does not appear.
foreach (GridViewRow abc in musicGrid.Rows)
{
foreach (GridViewRow detm in musicDetailsGV.Rows)
{
CheckBox bCheck =...
in my code-behind, I get
Object reference not set to an instance of an object. , the error is supposedly with my datasource:
myvideo.DataSource = mdt;
foreach (GridViewRow abc in musicGrid.Rows)
{
CheckBox bCheck = (CheckBox)abc.FindControl("selectMusic")...
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?
i actually refined my statement, and more cells are finally being highlighted, but there should be about 275 and I am getting only 10:
'1) Pull results from initial recordset
While Not rs.EOF
For i = 0 To rs.Fields.Count - 1
row = 2...
thank you. i was embedding the second statement within the overall query (which pulls the initial data).
so far, only one cell is highlighted, although there are more to highlight.
i am still getting an error within this second block. the program stops at the 'end if'. i put 2 variables in...
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...
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.