Freaky Code - Asp.Net, C#, SQL Server, JQuery, Ajax, JavaScript, CSS, HTM...

?

Channel Reputation Rank

#932
?

Activity Status

Stale

last updated

According to the data and stats that were collected, 'Freaky Code - Asp.Net, C#, SQL Server, JQuery, Ajax, JavaScript, CSS, HTM...' channel has quite a good rank. The feed was last updated more than a year ago. In addition 'Freaky Code - Asp.Net, C#, SQL Server, JQuery, Ajax, JavaScript, CSS, HTM...' includes a significant share of images in comparison to the text content. The channel mostly uses long articles along with sentence constructions of the basic readability level, which is a result indicating a well-balanced textual content on the channel.

About 'Freaky Code - Asp.Net, C#, SQL Server, JQuery, Ajax, JavaScript, CSS, HTM...' Channel

Freaky code is programming blog which provide tutorials, articles, examples and blogs on Asp.net, C#, SQL Server, JQuery...

? Updates History Monthly Yearly
JavaScript chart by amCharts 3.13.1Dec, 2014Jan, 2015Feb, 2015Mar, 2015Apr, 2015May, 2015Jun, 2015Jul, 2015Aug, 2015Sep, 2015Oct, 2015Nov, 2015012Show all
? Content Ratio
JavaScript chart by amCharts 3.13.1TextsImages
? Average Article Length

'Freaky Code - Asp.Net, C#, SQL Server, JQuery, Ajax, JavaScript, CSS, HTM...' provides mostly long articles which may indicate the channel’s devotion to elaborated content.

short

long

? Readability Level

'Freaky Code - Asp.Net, C#, SQL Server, JQuery, Ajax, JavaScript, CSS, HTM...' provides texts of a basic readability level which can be quite comfortable for a wide audience to read and understand.

advanced

basic

? Sentiment Analysis

'Freaky Code - Asp.Net, C#, SQL Server, JQuery, Ajax, JavaScript, CSS, HTM...' contains more negatively biased articles than positive or neutral ones (e.g. it may include some critical or negatively biased opinions on the subjects addressed on the channel).

positive

negative

Recent News
Create random ID and password in Asp.net

In this article I am going to describe how to generate random ID and password in asp.net. Suppose you create a signup box and just want to take email...

+
Clear all text boxes on form submission in Asp.net

In this article I am going to describe how to clear all text on button submit. When you create a submission form in web form and you want that all text...

+
JavaScript alert box on Asp.net button click

In this article I am going to describe how to show JavaScript alert box after clicking on Asp.net button. Suppose you have a Asp.net button on .aspx page...

+
Get web browser name and version using JQuery

Sometimes situation of knowing web browser name and version may be occurred for a web code. This job can be easily done using JQuery. In my this article...

+
Bind dropdown list with XML file in Asp.net

In this article I am going to describe how to bind a drop down list control with an XML file in Asp.net. Here I will use XML file as base data source...

+
How to get Asp.net session value in JQuery

Suppose you have assigned some value to session variable in Asp.net and want to access this session value using JQuery. In this article I will perform...

+
How to disable cut, copy and paste functionality on textbox using javascript in ASP.NET

In this article I am going to describe how to disable cut, copy and paste functionality on textbox using javascript To perform this task add following...

+
How to validate email address on server side in ASP.NET

Validation of data provided through web forms is an important task. In this article I am going to describe how to validate an email address using regular...

+
How to bind xml data in gridview in ASP.NET

XML is used to store the data and Gridview is used to display the data. In this article I will describe how to use xml file as datasource to bind Gridview...

+
Disable Autocomplete in ASP.NET

In this article I am going to describe how disable autocomplete textboxes in ASP.NET. There are two ways to perform this task. First way : <form...

+
Set default focus on text box and default button in ASP.NET forms

Suppose you have a registration form in your web page with a number of text boxes to be filled within it. When user fill the form it would be more easy...

+

Unfortunately Freaky Code - Asp.Net, C#, SQL Server, JQuery, Ajax, JavaScript, CSS, HTM... has no news yet.

But you may check out related channels listed below.

Export Grid View to Excel Sheet in ASP.NET

[...] using System.Web.UI.WebControls; using System.Text; using System.IO; using System.Drawing; public partial class _Default : System.Web.UI.Page { public override void VerifyRenderingInServerForm(Control [...]

Export Grid View data to Word file in ASP.NET

[...] using System.Web.UI.WebControls; using System.Text; using System.IO; using System.Drawing; public partial class _Default : System.Web.UI.Page { public override void VerifyRenderingInServerForm(Control [...]

How to validate email address on server side in ASP.NET

[...] System.Web.UI; using System.Web.UI.WebControls; using System.Text.RegularExpressions; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } [...]

Bind dropdown list with XML file in Asp.net

[...] .Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) [...]

Export Grid View to Excel Sheet in ASP.NET

[...] data in tabular form. In this article I am going to describe how to export grid view data to excel sheet. Step 1:  Create a MS SQL table CREATE TABLE EMPLOYEE ( ID INT, FIRST_NAME VARCHAR(20), [...]

Export Grid View data to Word file in ASP.NET

[...] In my previous article I described how to export Gridview data to Excel sheet. In this article I am going to describe how to export Gridview data to word file. So lets start [...]

Export Grid View to Excel Sheet in ASP.NET

[...] ;server" Height="35px" onclick="Button2_Click" Text="Export to Excel file" /> <asp:SqlDataSource ID="SqlDataSource1" runat="server" [...]

Export Grid View data to Word file in ASP.NET

[...] ;server" Height="35px" onclick="Button2_Click" Text="Export to Excel file" /> <asp:SqlDataSource ID="SqlDataSource1" runat="server" [...]

Export Grid View data to Word file in ASP.NET

[...] In my previous article I described how to export Gridview data to Excel sheet. In this article I am going to describe how to export Gridview data to word [...]

Export Grid View to Excel Sheet in ASP.NET

[...] .Web.UI.Page { public override void VerifyRenderingInServerForm(Control control) { /*This function verifies that the control is rendered */ } protected void Page_Load(object sender, EventArgs e) { } [...]

Export Grid View data to Word file in ASP.NET

[...] .Web.UI.Page { public override void VerifyRenderingInServerForm(Control control) { /*This function verifies that the control is rendered */ } protected void Page_Load(object sender, EventArgs e) { } [...]

How to bind xml data in gridview in ASP.NET

XML is used to store the data and Gridview is used to display the data. In this article I will describe how to use xml file as datasource to bind Grid [...]

?Key Phrases
Export Grid View to Excel Sheet in ASP.NET

[...] using System.Web.UI.WebControls; using System.Text; using System.IO; using System.Drawing; public partial class _Default : System.Web.UI.Page { public override void VerifyRenderingInServerForm(Control [...]

Export Grid View data to Word file in ASP.NET

[...] using System.Web.UI.WebControls; using System.Text; using System.IO; using System.Drawing; public partial class _Default : System.Web.UI.Page { public override void VerifyRenderingInServerForm(Control [...]

How to validate email address on server side in ASP.NET

[...] System.Web.UI; using System.Web.UI.WebControls; using System.Text.RegularExpressions; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } [...]

Bind dropdown list with XML file in Asp.net

[...] .Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) [...]

? Locations
JavaScript chart by amCharts 3.13.2

Related channels