Hi, i have a asp.net web application which is production... and the client wants us to display the data using the userid... right now i am using a datagrid in a simple aspx page.. but since the user has asked for that request.. i want to have 5 (tabs each for a user Id) and then display the datagrid on it... how can i do this is an existing aspx page.
I have downloaded the ajax tool kit and i dont know from where to start... by data grid is simple... just displaying the data using.. a sql query and there are few links in the datagrids to navigates to other pages...
So can I use Ajax just for one page,,, and is there anything that i need to know that will hamper production when using Ajax..
any help ,ideas and code will be greatly appreciated
Regards
Karen
You can easily only use ajax on one page, and creating the tab thing should be quite simple. There is nothing that will tamper production, since ajax is essentially an extra dll that goes in the bin folder, and a couple of additions to web.config. If I was you I would just go ahead and get my feet wet. There are some excellent getting started tutorials on this site. Just click the Ajax menu at the top of the page.
Good luck!
/Klaus
Thank you Klaus i will look into it. can you pls give me some link to it..
Regards
Karen
Hi,
Thank you for your post!
It seems that you are really a newbie to AJAX and javascript,this is a good start point for your learning:ASP.NET AJAX Roadmap
And this is a good point to start with Toolkit:http://www.asp.net/ajax/ajaxcontroltoolkit/samples/
And in my opinion, <ASP.NET AJAX in action> is a decent book to learn ASP.NET AJAX.
If you have further questions ,let me know.
Best Regards,
Jin,
Thanks for the link... and yeah i am newbie to Ajax and javascript... i had worked on tabs when i was working on VB.6 and then it was so easy then and that was 3 yrs ago.
regards,
Karen
No comments:
Post a Comment