Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Felder füllen wenn dropdownlist auswahl getroffen

Empfohlene Antworten

Veröffentlicht

Moinsen ihr alle,

Ich habe mal wieder ein kleines Problem...

Ich habe in einer asp.net web app eine ddlist und wenn jemand da eine Auswahl trifft, sollen einige Textfelder mit werten gefüllt werden die ich dann aus eine sql datenbank abrufe.

Leider passiert dann genau gar nichts...

protected void Kategorie_SelectedIndexChanged(object sender, EventArgs e)

        {

            int auswahl_id = Int32.Parse(Kategorie.SelectedValue.ToString());


            SqlConnection conn = new SqlConnection(System.Web.Configuration.WebConfigurationManager.ConnectionStrings["DefaultConnection"].ConnectionString);

            SqlCommand cmd = new SqlCommand("SELECT * FROM Anzeige Where @anzeigeId = AnzeigeId", conn);

            cmd.Parameters.AddWithValue("@anzeigeId", auswahl_id);

);


            conn.Open();


            using (SqlDataReader reader = cmd.ExecuteReader())

            {


                    Freitextarea.Text = (reader["Freitext"].ToString());

                    Freitextarea.DataBind();

                    TextBox1.Text = "test";

                    TextBox1.DataBind();


            }


            conn.Close();




        }

Hat Jemand ne Idee warum das so ist?

Ich beiß hier gleich in den Tisch :(

Danke im Voraus!

Doc

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.