Lea Cohen

852
Reputation
212 views

Registered User

Name Lea Cohen
Member for 1 year
Seen 19 hours ago
Website
Location Israel
Age 35
ASP.NET developer, with some knowledge in client side (HTML,JS,CSS)
6h
awarded  Notable Question
Nov
23
awarded  Notable Question
Nov
18
awarded  Popular Question
Nov
5
awarded  Necromancer
Nov
1
awarded  Critic
Sep
21
awarded  Popular Question
Sep
17
comment Add days to Date in ActionScript
That's great! I just want to emphasize that this works only in AS3
Sep
15
asked Add days to Date in ActionScript
Sep
14
awarded  Popular Question
Sep
11
revised Hiding vertical scrollbar in multi-line textbox in IE
edited tags
Sep
1
awarded  Civic Duty
Sep
1
awarded  Self-Learner
Aug
24
asked How to decompile a DLL in C++
Aug
19
comment ASp.NET: suggest a best option to allow the user to download the data in the datagrid in the client side in Excel format.
To avoid downloading excess HTML write a server side conditional before the HTML: <% if (!excelState) {%> <div>...</div> <% } %> As for pagination, you can disable pagination with a condition too: if (excelState) { grdMappingAndForecast.AllowPaging = false; }
Aug
18
answered ASp.NET: suggest a best option to allow the user to download the data in the datagrid in the client side in Excel format.
Aug
5
awarded  Yearling
Jul
27
comment Email notification with Team Foundation 2005
Thank you very much ! I don't know how I didn't see that option before... But I'm not getting any emails... Could it be a problem in the server?
Jul
27
revised Email notification with Team Foundation 2005
edited title
Jul
27
asked Email notification with Team Foundation 2005
Jul
26
asked Link to CSS directory with ~
Jun
30
comment IHTMLElementCollection sometimes generates a UnauthorizedAccessException
Yes, I do mean that. Thank you for your correction. I will change the tag from ASP.NET 2.0 to mshtml
Jun
30
revised IHTMLElementCollection sometimes generates a UnauthorizedAccessException
added mshtml tag
Jun
30
asked IHTMLElementCollection sometimes generates a UnauthorizedAccessException
Jun
28
comment UsingWebBrowser control in ASP.NET application
Thank you very much - that's exactly what I needed
Jun
28
asked UsingWebBrowser control in ASP.NET application
Jun
14
comment DataTable visualizer disappeared from my Visual Studio
No, I never found out what the problem was (there is an accepted answer because I had a bounty on this question, and a question with a bounty always has to get an accepted answer within 7 days). My problem persists on VS2005, but doesn't exist on VS2008.
Jun
11
awarded  Popular Question