Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
3 Posted Topics
Re: simply follow the following steps: 1.Write a method containing gridview info 2.Second one put a button control on to webpage or webpage 3.Then double click the button control and call the gridview method. | |
Re: use the following code it may be helpful to you <?php $con=mysqli_connect("hostname","username","password","db_name"); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } | |
Re: just you put following code <form action="filename" method="GET"> <!-- ur own stuff --> </form> |
The End.