Click here to Skip to main content
15,893,337 members

Comments by Karthik Harve (Top 200 by date)

Karthik Harve 4-Aug-15 7:58am View    
show us the one code which is not working for you. also explain your expectation so that we could optimize that.
Karthik Harve 4-Aug-15 7:55am View    
if this code is tested, submit this as an answer. so that it will helpful for others.
Karthik Harve 16-Apr-15 2:15am View    
i guess that control is lying behind any panel or group box. try changing position of link label.
Karthik Harve 20-Feb-15 4:34am View    
first you have to list what all the events on which you have to enable the button and only on those events enable/disable the save button. you will not achieve anything by using threading in this.
Karthik Harve 21-Aug-14 6:04am View    
File upload control does not work with Asyncpostback, just change to PostBack Trigger.


<Triggers>
<asp:AsyncPostBackTrigger ControlID="ddlSheetName" EventName="SelectedIndexChanged" />
<asp:PostBackTrigger ControlID="btnUpload" />
</Triggers>