Click here to Skip to main content
15,914,452 members

Comments by Ashutosh Mahto (Top 15 by date)

Ashutosh Mahto 21-Sep-13 0:56am View    
There must be some mismatch in design .. please check once..
Ashutosh Mahto 20-Sep-13 11:00am View    
I am not sure about postback in your question. If its about restricting or controlling the tab changes from Client Side please refer to my answer.
Ashutosh Mahto 20-Sep-13 7:41am View    
Either you are not getting the correct element (due to changed values while rendering to browser) or there would be some exception occurring during execution. Please check firebug, chrome or IE Dev tools console for details.
Ashutosh Mahto 20-Aug-13 7:57am View    
What is self? May be there is binding issue with the ViewModel. Otherwise it should work if you are just using ko.applyBindings(self);
Ashutosh Mahto 20-Aug-13 6:58am View    
You may be using Id with ClientIDMode="static" for each of the textbox in gridview. Is it so?