Double-click the .NET project file on your hard drive. This opens the Visual Studio application along with the necessary files for your project.
Double-click the form in the "Solution Explorer" on the right. This opens the form in your console. Right-click the form and select "Design View." This shows you the ASP code. Scroll down to the "
Type "visible=false" in the GridView column you want to hide. The "visible" property hides and shows columns for your object.
Click the "Save" button. Click the "Run" button to open your project in your Web browser. This lets you tests the new GridView style changes.
0 comments:
Post a Comment