Latest posts on tagged on "ASP-NET"

How to visible footer in gridview using c# .net?

17 March 2016

In this articles describes how to visible footer columns in gridview. Here I have use ShowFooter Property to visible footer columns either true or false.

How to find TextBox value in gridview using c# .net?

17 March 2016

This articles describes how to find textbox value from gridview in c# .net. Here first I find rowindex by using NamingContainer and then find textbox value from the gridview by using rowindex.

How to find gridview RowIndex in C#.Net?

17 March 2016

This articles describes how to find gridview rowindex in c#. Normally we can find rowindex by using NamingContainer.

[solved]To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application.

4 March 2016

If you want to see exact error of the page you must turn Off custom error mode. After changing the webconfig file save and reload the page you can view the exact error of the page. This setting is under .

How to configure godaddy email account using .net?

1 March 2016

To set up your email client with your email, you need to know your POP or IMAP Email Server Settings and ports. To find them, go to the Email Setup Center and write down the information that displays under Email Server Settings.