Monday, May 24, 2010

Using resources in c#?

how do i use resources in c#.net


i need an example of how to refrence a resource and use it

Using resources in c#?
hey man you need to add a new reference first, the in code behind use it. ie: my reference is Ajax, then I click right click on References / Add new Reference / select the reference to be added 'Ajax' / OK. Now in code behind : using Ajax;





and that's all





then you can use all the Ajax resources, easy uh?


No comments:

Post a Comment