Hi Experts, I am not able access server side controls in ajaxmethod. :(( I have TextBox control with TextBox1 as control id on the page, and a AjaxMethod called ServerSideCall(). In this method i get an exception when try to access TextBox1.Text property. It says TextBox1 is null. Could you give me a sample code how to access server side controls using AjaxMethod. Thanks & Regards, Vijay
Vijay Kulavade
Posts
-
not able to access server side controls using ajaxmethod. -
IComparer Sorting multiple properties.Thanks a lot Luc. This is exactly i was looking for. :)
-
IComparer Sorting multiple properties.Hi Experts, I want to sort multiple properties in the collection using IComparer. I could explain below what exactly i am looking for. I want to sort FirstName By Ascending and LastName by Descending order and vice versa. I am not looking for below scenario. collection.Sort(FirstName, Ascending) collection.Sort(LastName, Descending) But i am looing for below scenario. collection.Sort(FirstName, Ascending, LastName, Descending). Please need help on this. Thanks. Vijay
-
Multithreaded windows serviceHi experts, I wanted to create a multi threaded windows service, can anyone reply me with the code, i will appreciate it. The scenario is, i have multiple databases, and i have to connect to each database and do some work after each interval using windows service. I could not able to find a simple multi threaded windows service code sample anywhere :confused: Help needed, thanks, Vijay Vijay