10/1/08 - 11/1/08

Calling page methods from JavaScript using ASP.NET AJAX

We can call page methods (static methods declared in the scope of asp.net page) using the MS Ajax framework for ASP.NET . That is how ...

santosh 29 Oct, 2008

How to convert from XmlTextWriter to String?

I will share a straightforward way to convert XmlTextWriter to string in C# in this post. Check out the following code snippet it's...

santosh 25 Oct, 2008