Bootstrap is a front-end framework and only supports activation of user interface elements from JavaScript. How can we show dismiss-able Bootstrap style alert messages from code-behind in a Web Forms project?
Steps:
1. Create an error table.
CREATE PROCEDURE [dbo].[uspLogError]Read more...
@ErrorLogID [int] = 0 OUTPUT -- Contains the ErrorLogID of the row inserted
&
ASP
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="GeneratePdf.aspx.vb" Inherits="SampleApp.GeneratePdf" %>Read more...
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title&
Using an AJAX call and a web service method.
Code behind method to get objects;
In the web service, a GET endpoint retrieves this data in JSON format;
On client-side, a successful AJAX GET request (to the above method) calls the function which uses the
Read more...If you are using Identity Specification to auto increment the primary key on your table, you may want
to reset the starting increment number because you have emptied the table. This is called reseeding and can be done with the following code.
Open the
Read more...Classes differ from standard modules in the way their data is stored. There is never more than one copy of a standard module’s data. This means that when one part of your program changes a public variable in a standard module, and another part of you
Read more...Telerik's RadGrid requires that users hold the Ctrl key for selecting multiple rows, similar to Windows Explorer. Enable multi row selection without holding the Ctrl key programmatically using the following approach.
ASPX<telerik:RadGrid ID="RaRead more...
If you use Distribution Groups to send mass emails in Outlook or Exchange, you may not be aware that email failures are not reported to the Distribution Group.
This is out the box functionality.
In this circumstance, bounced emails can only be sent to
Read more...