1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23:
Protected VorbtnSaveImageSet1_Click (ByVal Absender als Gegenstand, ByVal e als System.EventArgs) 'Die Felder in das WebImage.Tag Eigentum speichern Me.ILoad_MultipleImages1.SaveFieldValuesIntoWebImageTags () '----------------------Bilder zur Datenbank speichern 'Außer Werten zu DB Schwaches imageId als Schnur = MyDemoImageId Using Anschluss als SqlConnection = Director.GetNewOpenDbConnection () 'Using Anschluss als OleDbConnection = Director.GetNewOpenDbConnection () 'ILoadASCX.MultipleImages.ILoad_MultipleImages_Helper.SaveValuesToDB (Me.ILoad_MultipleImages1.Values, Anschluss, Me.ILoad_MultipleImages1.ILoad.Configuration.InternalCode, imageId) Me.ILoad_MultipleImages1.SaveValuesToDB (Anschluss, imageId) Ende Using Me.ClientScript.RegisterStartupScript (Me.GetType (), „btnSaveImageSet1_Click“, „Alarm (""" + Me.ILoad_MultipleImages1.Values.Count.ToString () +“ Bilder gespartes… ""); „, Zutreffend) Using command1 als SqlCommand = DirectCast (e.Command.Connection.CreateCommand (), SqlCommand) command1.CommandType = CommandType.Text command1.CommandText = „EINSATZ IN [CustomerImages] ([UserId], [EquipmentID], [Titel], [ImageData], [MIMEType], [ImageId]) EINDEUTIGE Ausrüstung VORWÄHLEN. [UserId], Ausrüstung. [EquipmentID], [Example_E_204__Records]. [Titel], [ImageBytes], [MIMEType], [ImageId] von der Ausrüstung, [Radactive_ILoad_Images], Example_E_204__Records WO Equipment.ID = (AUSERWÄHLTES max (Equipment.ID) von der Ausrüstung) UND [ConfigurationInternalCode] = „Ex_E_204_ILoad1“ UND ResizeInternalCode = „Thumb1“ UND ImageId = (AUSERWÄHLTES max (ImageId) VON Radactive_ILoad_Images) UND [Example_E_204__Records]. [Identifikation] = (AUSERWÄHLTES max (Identifikation) VON Example_E_204__Records)“ command1.ExecuteNonQuery () Ende Using Enden-Unterseeboot