Danke, aber hab ich schon versucht: strRowCount = parameterRowCount.Value; ergibt: Implizite Konvertierung des Typs 'object' zu 'string' nicht m�glich. Das ich hier grad nen String nehme ist ja auch schon ein Zwischenresultat vieler hilfloser Versuche. Bei Int32.Parse() wars auch derselbe Fehler.
Noch eine Idee ... vielleicht ... doch ... ??? Matthias ----- Original Message ----- From: "Alexander Zeitler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 04, 2004 6:47 PM Subject: RE: [Asp.net] ParameterDirection.Output > Hallo, > > > > > strRowCount = parameterRowCount.Value.ToString(); // > > ------------- line 74 ---------------------- > > > > lass mal die .ToString()-Methode weg. > > Gruss > > Alex > > Kommt zur .NET Community Conference in Karlsruhe > http://www.dotnetcommunityconference.com > > > ************************* > _______________________________________________ > This ASP.NET email is sponsored by: > UDEX ProMenu.Net - Die Software f�r Navigation - Jetzt kostenlos testen! > Tree- Style, Horizontal- Slide, Vertical- Slide. http://www.udexnet.com > > _______________________________________________ > Asp.net Mailingliste, Postings senden an: > [EMAIL PROTECTED] > An-/Abmeldung und Suchfunktion unter: > http://www.glengamoi.com/mailman/listinfo/asp.net > ************************* > > > ************************* _______________________________________________ This ASP.NET email is sponsored by: UDEX ProMenu.Net - Die Software f�r Navigation - Jetzt kostenlos testen! Tree- Style, Horizontal- Slide, Vertical- Slide. http://www.udexnet.com _______________________________________________ Asp.net Mailingliste, Postings senden an: [EMAIL PROTECTED] An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/asp.net *************************
