i m using the update panel.
i wan to displya the msg in the screen that the database id already exist.
i m trying
Response.Write( "<script>window .alert('Data with the Same id already exists');</script>");
but is in not working
is there any control in ajax to do it or which is the alrenative way to do this task
i wan to displya the msg in the screen that the database id already exist.
i m trying
Response.Write( "<script>window .alert('Data with the Same id already exists');</script>");
but is in not working
is there any control in ajax to do it or which is the alrenative way to do this task
Comment