Click here to Skip to main content
15,793,452 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
samflex22-Sep-17 4:49
samflex22-Sep-17 4:49 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
Richard Deeming22-Sep-17 5:39
mveRichard Deeming22-Sep-17 5:39 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
samflex22-Sep-17 5:56
samflex22-Sep-17 5:56 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
samflex22-Sep-17 6:09
samflex22-Sep-17 6:09 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
samflex22-Sep-17 6:35
samflex22-Sep-17 6:35 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
Richard Deeming22-Sep-17 6:43
mveRichard Deeming22-Sep-17 6:43 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
samflex22-Sep-17 9:19
samflex22-Sep-17 9:19 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
samflex22-Sep-17 10:11
samflex22-Sep-17 10:11 
Hi Richard, well goodness, bad news scenario here.

I was able to successfully insert records into the database.

So, this is great. Thank you again.

Bad news is that when I attempt to populate the form with the records I inserted, I get the following:

Input string was not in a correct format.

That's because that field is empty:
dr["boatYrBuilt"] = string.Empty;


When I added value from the stored procedure I built to populate them shown below,

dr["boatYrBuilt"] = row["boatYrBuilt"];
  dr["motorYrBuilt"] = row["Motor_Year_Built"];

I get Column 'boatYrBuilt' does not belong to table Table1.

To assign the values similar to this:

dr["coastGuardNumber"] = row["VesselRegNo"];


where does VesselRegNo come from?

I am sure the rest will give similar errors.

I was under the impression that as long the field name from the stored proc is assigned as Eval on Markup, this issue will not exist.

modified 22-Sep-17 15:48pm.

GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
Richard Deeming25-Sep-17 2:53
mveRichard Deeming25-Sep-17 2:53 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
samflex25-Sep-17 4:22
samflex25-Sep-17 4:22 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
Richard Deeming25-Sep-17 4:51
mveRichard Deeming25-Sep-17 4:51 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
samflex25-Sep-17 5:20
samflex25-Sep-17 5:20 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
Richard Deeming25-Sep-17 5:30
mveRichard Deeming25-Sep-17 5:30 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
samflex25-Sep-17 7:32
samflex25-Sep-17 7:32 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
Richard Deeming25-Sep-17 7:36
mveRichard Deeming25-Sep-17 7:36 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
samflex25-Sep-17 9:23
samflex25-Sep-17 9:23 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
Richard Deeming25-Sep-17 11:43
mveRichard Deeming25-Sep-17 11:43 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
samflex25-Sep-17 11:58
samflex25-Sep-17 11:58 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
samflex26-Sep-17 7:56
samflex26-Sep-17 7:56 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
Richard Deeming26-Sep-17 8:21
mveRichard Deeming26-Sep-17 8:21 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? (SOLVED) Pin
samflex26-Sep-17 8:59
samflex26-Sep-17 8:59 
GeneralRe: Repeater2 is not getting populated with data from Repeater2. Any ideas? Pin
Richard Deeming26-Sep-17 9:05
mveRichard Deeming26-Sep-17 9:05 
QuestionMy service move my file Location but doesn't upload the data in sql server... here is my code Pin
Member 1286345320-Sep-17 2:26
professionalMember 1286345320-Sep-17 2:26 
AnswerRe: My service move my file Location but doesn't upload the data in sql server... here is my code Pin
Nathan Minier20-Sep-17 2:43
professionalNathan Minier20-Sep-17 2:43 
GeneralRe: My service move my file Location but doesn't upload the data in sql server... here is my code Pin
Member 1286345320-Sep-17 19:58
professionalMember 1286345320-Sep-17 19:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.