Click here to Skip to main content
16,016,134 members

Comments by sr1198 (Top 10 by date)

sr1198 3-Nov-16 12:20pm View    
I am able to read the data from excel and save it in an array. The next part is querying the data. Is it possible to query the data using JavaScript like writing the SQL queries
sr1198 5-Nov-14 7:33am View    
i am using the updatedpanel too within that i am using timer. If this is the problem i think it should shown in chrome and IE too.
sr1198 5-Nov-14 1:06am View    
<asp:Timer ID="timer1" runat="server" Interval="1000" OnTick="Timer1_Tick">

I am using this timer to update the count of messages
sr1198 4-Nov-14 7:13am View    
The combination of dropdown and timer is not working in FF30 version too.
sr1198 4-Nov-14 6:13am View    
Hi , I found out that the problem is due to timer(which i am using in master page). help me to solve the problem. ( i have to use both the controls)