Forum: ASP.NET Jul 24th, 2009 |
| Replies: 5 Views: 568 i have found the solution, in case someone have the same problem with me :) |
Forum: ASP.NET Jul 7th, 2009 |
| Replies: 5 Views: 360 hey i found the mistake!
it's not just in the code behind, but i have to change the "autogenerate columns" in .aspx page to "TRUE".
thanks a lot sksnake, your post really helps, now it's working! |
Forum: ASP.NET Jul 7th, 2009 |
| Replies: 5 Views: 360 hi thanks for the reply, i have tried but now it displays nothing.
the code in the second page looks like this
protected void Page_Load(object sender, EventArgs e)
{
... |
Forum: C# Jul 6th, 2009 |
| Replies: 4 Views: 1,292 hi could you please tell me how you do that? thanks |
Forum: ASP.NET Jul 6th, 2009 |
| Replies: 5 Views: 360 oh and one more, in the website it displays like this :
http://localhost:1193/ViewReports.aspx?employeeId=4
so it has read which Id i select, but won't show the particular detail i need. thanks... |
Forum: ASP.NET Jul 6th, 2009 |
| Replies: 5 Views: 360 Please help me, i tried to pass information from detailed view and to another detailed view in another page. I put this code in the first page
protected void... |
Forum: ASP.NET Jul 2nd, 2009 |
| Replies: 7 Views: 253 oh! find it, i think i suppose to use the "request ID" command in the other page. i'll try that one, thanks everyone, sorry for the hassle |
Forum: ASP.NET Jul 2nd, 2009 |
| Replies: 7 Views: 253 yes. everything looks fine it's just the button won't lead me to selected detail of an ID, it leads to the first page of database |
Forum: ASP.NET Jul 2nd, 2009 |
| Replies: 7 Views: 253 I have three different button, and i use this code. if i click any of the buttons, it will return to page load. There's an employee detail and i want to show their further details; either their... |
Forum: ASP Jul 2nd, 2009 |
| Replies: 3 Views: 3,591 hey there i have the same problem with you. please let me know if yours has already solved. thanks! |
Forum: ASP.NET Jul 2nd, 2009 |
| Replies: 7 Views: 253 I want to use a click button to go to next page, and display the detail info of the person i select. but this code wont work. help help!
void ButtonHandler(Object sender, EventArgs e)
... |
Forum: ASP.NET Jun 25th, 2009 |
| Replies: 5 Views: 568 thank you thank you so much! |
Forum: ASP.NET Jun 24th, 2009 |
| Replies: 5 Views: 568 oh shoot. how to post code correctly, sorry for being so very dumb on this, |
Forum: ASP.NET Jun 24th, 2009 |
| Replies: 5 Views: 568 hey all could you please help me fix this problem? i spent hours looking for the solution, but haven't solved the problem.
web.config file
authorization
[code=xml]<authorization>
... |