ASP.Net: Encrypt using JavaScript and Decrypt using C# and VB.Net
Here Mudassar Khan has explained
View ArticleASP.Net MVC: Encrypt Decrypt QueryString
Here Mudassar Khan has explained with an example, how to encrypt QueryString parameter values and send it to another page and then decrypt the encrypted QueryString parameter values in ASP.Net MVC.
View Article.Net Core 3: Using jQuery AJAX in ASP.Net Core
Here Mudassar Khan has explained with an example, how to use jQuery AJAX and JSON in ASP.Net Core (.Net Core 3).
View Article.Net Core 5: Using jQuery AJAX in ASP.Net Core
Here Mudassar Khan has explained with an example, how to use jQuery AJAX and JSON in ASP.Net Core (.Net Core 5).
View Article.Net Core 6: Using jQuery AJAX in ASP.Net Core
Here Mudassar Khan has explained with an example, how to use jQuery AJAX and JSON in ASP.Net Core (.Net Core 6).
View ArticleAES Encryption Decryption (Cryptography) Tutorial with example in ASP.Net MVC
Here Mudassar Khan has explained
View Article.Net Core 7: Using jQuery AJAX in ASP.Net Core
Here Mudassar Khan has explained with an example, how to use jQuery AJAX and JSON in ASP.Net Core (.Net Core 7).
View ArticleSend SQL Server database mail through Gmail SMTP
Here Mudassar Khan has explained with an example, how to send email in SQL Server through Gmail SMTP.
View ArticleSQL Server blocked access to procedure 'dbo.sp_send_dbmail' of component...
Here Mudassar Khan has explained with an example, how to resolve the following error while sending email in SQL Server. SQL Server blocked access to procedure 'dbo.sp_send_dbmail' of component...
View ArticleUnblock dbo.sp_send_dbmail in SQL Server
Here Mudassar Khan has explained with an example, how to Unblock dbo.sp send dbmail in SQL Server. SQL Server blocked access to procedure 'dbo.sp_send_dbmail' of component 'Database Mail XPs'
View ArticleCheck Email sent status in SQL Server
Here Mudassar Khan has explained with an example, how to check email sent status in SQL Server.
View ArticleTrack status of emails sent with sp_send_dbmail in SQL Server
Here Mudassar Khan has explained with an example, how to track emails sent status with sp_send_dbmail in SQL Server.
View ArticleReturn List of Emails sent from SQL Server
Here Mudassar Khan has explained with an example, how to return list of emails sent from SQL Server.
View ArticleFind email sent status using sysmail_sentitems in SQL Server
Here Mudassar Khan has explained with an example, how to find email sent status using sysmail_sentitems in SQL Server.
View ArticleCheck db Mail logs in SQL Server
Here Mudassar Khan has explained with an example, how to check db Mail logs in SQL Server.
View ArticleCheck if sp_send_dbmail was Successful in SQL Server
Here Mudassar Khan has explained with an example, check if sp_send_dbmail was successful in SQL Server.
View ArticleCheck Email Queue in SQL Server
Here Mudassar Khan has explained with an example, how to check email queue in SQL Server.
View Article