Hi Everyone,
In my page i have two radio buttons and both belong to same group. Based on the selection of radio buttons i am makingpost back and loading the data accordingly. It is working fine when that page is in add mode.
But strangely post back is not happening while the page is in edit mode. When i change the selection of radio buttons nothing is happening.
Can anyone letme know what i need to do on this??
while editing In my page load event i am doing like below.
DataSet dsSiteID = new Go to the complete details ...