Functions associated with Asp.Net

Categories

AddUrlSeperator() – A Safe way to Build Urls

AddUrlSeperator is a C# function that appends a forward slash to a url or parts of a url. The function ensures that the final url is build correctly.

CookieExists() – Check If Cookie Exists in Asp.Net

CookieExists is a C# function that checks whether a specified cookie exists within the cookies collection on a an Asp.Net request

RemoveCookie() - Remove Cookie in Asp.Net and C#

RemoveCookie is an Asp.Net function written in C# to remove a cookie from the Asp.Net cookies collection

CreateCookie() – Write Cookies in Asp.Net and C#

CreateCookie is a C# function that allows you to save cookies in Asp.Net making it easy to add or write cookies to the asp.net response

ReadCookie() – Read Cookie in Asp.Net and C#

ReadCookie() is an Asp.Net function written in C# which allows you to easily read the contents of an Asp.Net cookie

SendEmail() – Create and Send Email Messages in C#

The SendEmail function is written in C# and can be used to quickly create and send email messages using the SmtpClient in .net

Read Ajax POST Parameters in Asp Net

Extract POST parameters from jquery ajax request in Asp.Net and C# with ExtractPostParameters()


Follow ByteChaserIT on Twitter