In this articles describes how to visible Header columns in gridview. Here I have use ShowHeader Property to visible Header columns either true or false.
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.
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.
It's hard to find any information on the topic but in my opinion enableSimpleMembership set to false in appsettings. For me this error resolved by setting below code.
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 .
When you try to send an email from web application if you got exceptions like this your Username or password must be wrong and also Check port is 465 (SSL) change to 80.
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.