Solution EnableCallBacks="False"
Read MoreSolution add to pproject global.asax protected void Application_Error(object sender, EventArgs e) { //We save the error information to a file named Error.txt StreamWriter sw = new StreamWriter(Server.MapPath("~/error.txt"), true); sw.WriteLine(DateTime.Now.ToString()); //Server nesnesini GetLastError metodu sunucuda oluşan son hatayı Exception tipinden getirir. Bu da şu an oluşan hata olacaktır if (Server.GetLastError().InnerException != null) sw.WriteLine(Server.GetLastError().InnerException.Me [...]
Read More<SettingsText ConfirmDelete ="<%$ Resources:Resource1, DeleteMessage %>"/>
Read MoreKeyFieldName="ID" must be unique
Read MoreSettingsText-PopupEditFormCaption= "<%$ Resources:Resource1, ForeignCurrencyRatesEntry %>"
Read More<SettingsCommandButton NewButton-RenderMode="Image"> <NewButton Image-Url="images/Add-icon.png" Image-ToolTip="Add Record" RenderMode="Image"></NewButton> <EditButton Image-Url="images/Pencil-icon.png" Image-ToolTip="Edit Record" RenderMode="Image"></EditButton> <DeleteButton Image-Url="images/delete.png" Image-ToolTip="Delete Record" RenderMode="Image"></DeleteButton> <UpdateButton Image-Url="images/update.png" Image-ToolTip="Update " RenderMode="Image"></UpdateButton [...]
Read More<SettingsBehavior ConfirmDelete="true" /> <SettingsText ConfirmDelete="Are you sure to DELETE?" /> <ClientSideEvents EndCallback="function(s, e) { if (s.cpMessage) { //check alert(s.cpMessage); //alert delete s.cpMessage; //delete } }"/> </dx:ASPxGridView>
Read More