hi. I am bigginer. I want to add button and create event in asp.net. and how to link sql server please help
lankaudaranga
Posts
-
asp.net -
queryhow to wright this query "select * from stock_in where result NOT EQUALS 'YES'"
-
queryhow to search between two data.
-
system timehow to change system time using c# code.please help
-
classeshow to pass data between two forms using c# classes. please help. thank you.
-
event helpi want to type only numeric data for wpf textbox control.please help :(
-
textbox keypress event helpi want to write code for wpf textbox control keypress event.i want to enter data this textbox numbers only.this code correct for winforms private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { if (char.IsLetter(e.KeyChar) == true) { e.Handled = true; } } how to write this code for wpf textbox control....
-
eventhow to create keypress event for textbox control(wpf application) please help. thank you.
-
wpf reportshow to create reports(same crystal reports) using access or sql server compact 3.5 data base for wpf application. please help. Thank You.
-
sql server 3.5i want to send data to database but data not duplicate(hasraw==true) if (reader.HasRows == true) { //data already exite no data insert.display massege ..... } else { enter data(insert data } {you undastand this)
-
sql server 3.5YES reader.Read(); if (reader.HasRows == true) { MessageBox.Show("STOCK ID ALREADY EXITS", "ERROR", MessageBoxButton.OK, MessageBoxImage.Error); comboBox1.Text = ""; comboBox1.Focus(); } BUT ITS NOT WORK :(
-
sql server 3.5EROOR massege display "hasrow" not supports
-
sql server 3.5con.Open(); string select = "select * from main_stock where stockid='" + comboBox1.Text + "'"; SqlCeCommand selcom = new SqlCeCommand(select, con); SqlCeDataReader reader = selcom.ExecuteReader(); reader.Read(); if (reader.HasRows == true) { MessageBox.Show("error"); } con.Close(); this code work access databse but sql server 3.5 compact server notwork
-
immediate wpf helphow to create wpf mdi container.how to create table top computer items same buttons and how to create 3d forms(vista type)
-
wpf helphow to create office 2007 background system wpf forms. how to create animation back ground
-
wpf helphow to add date time picker for wpf application.please help.
-
processhow to stop computer running process and start process using c#.
-
sqlhow to write select quary sql server compact 3.5 ("SELECT * FROM Table1 WHERE name" is wrong)
-
user controli want to make GRID menu Bar
-
MESSEGE BOX HELPHow to Chenge MESSEGE BOX font.