Forum: ASP.NET Jul 7th, 2009 |
| Replies: 4 Views: 673 protected override void OnPreRender(EventArgs e)
{
base.OnPreRender(e);
Department();
} |
Forum: ASP.NET Jul 7th, 2009 |
| Replies: 2 Views: 350 can you post your code process sort the data?
and your gridview to here or send to me :
<EMAIL SNIPPED> |
Forum: ASP.NET Jul 7th, 2009 |
| Replies: 5 Views: 547 when the user clicks the Submit you need to transfer the information string that the user just created,
then in the next page you request string user have just made |