Alexander Prokofyev

4,161
Reputation
357 views

Registered User

Name Alexander Prokofyev
Member for 1 year
Seen 16 hours ago
Website
Location Moscow, Russia
Age 32
Professional programmer, married, have a daughter.
Dec
1
awarded  Notable Question
Nov
30
awarded  Popular Question
Nov
19
accepted How can I recursively copy files of a specific pattern into a single flat folder on Windows?
Nov
11
awarded  Nice Question
Nov
9
comment Can’t select SPAN sibling
This bug is closed in jQuery version 1.3.2
Nov
5
accepted User HTML Helper to populate a DropDown list
Nov
5
asked jQuery Validation plugin attaches only to the first form
Nov
5
asked Why ASP.NET MVC 2 will have its own client-side validation?
Nov
5
answered User HTML Helper to populate a DropDown list
Nov
5
answered How can I change the mvc ajax form parameters in the posted-to controller?
Oct
29
comment Additional jQuery events submitting my Ajax.BeginForm
It just works! Thank you very much.
Oct
29
comment Additional jQuery events submitting my Ajax.BeginForm
Somebody downvoted this answer because you should comment instead.
Oct
28
revised Converting an object of the type Object to another type using a Type object
removed extra spaces and lines
Oct
28
comment Html.BeginForm loses routeValues with FormMethod.GET
Interesting why ASP.NET MVC HTML helper BeginForm() doesn't render hidden fields itself when GET method is chosen?
Oct
28
comment jqGrid call ASP.NET MVC controller action lost web application name
Could you place this Javascript code into ASPX file, not separate JS file?
Oct
27
answered jqGrid call ASP.NET MVC controller action lost web application name
Oct
20
revised How to use System.Web.Mvc.SelectListItem
added spaces to indicate second code fragment
Oct
16
accepted How to select a range of elements in jQuery.
Oct
14
comment How to Enable/Disable MenuItem and ToolButton together
You never use eventName parameter in RegisterControl method. Is it intended?
Oct
12
revised Object initializers - VS intellisense turns “new” into “new object”
removed asp.net-mvc tag as irrelevant
Oct
8
awarded  Nice Question
Oct
7
answered ViewUserControl containing ViewPage
Oct
7
comment ASP.NET MVC getting last modified date/FileInfo of View
There is no default view for controller. Controller can show any view calling View("view_name").
Oct
6
awarded  Popular Question
Oct
6
comment How to clear inherited customErrors elements in Web.config?
I use ASP.NET MVC HandleErrorAttribute to set custom error page.
Sep
29
comment Where can I get a good vertical menu for asp.net mvc
Liked iPod-style menu very much. Thanks!
Sep
29
answered MVC Model Binding: Using a name different from the QueryString for the Method Parameter
Sep
28
accepted how can i make asp.net mvc show a nice 500 error message?
Sep
28
accepted Why does JQuery keydown work for window but not textbox?
Sep
28
accepted MVC View and JavaScript file
Sep
25
comment MVC View and JavaScript file
Interesting info about HttpNotFoundHandler. Thanks!
Sep
25
answered MVC View and JavaScript file
Sep
24
comment Encrypting and decrypting strings in Excel
Thank you very much! Very detailed explanation and some useful links. Wish all answers here were like yours.
Sep
24
asked Encrypting and decrypting strings in Excel
Sep
23
asked How to clear inherited customErrors elements in Web.config?
Sep
23
comment How to disable Elmah memory logging?
Why do you think Elmah is logging to memory even without corresponding line in its config?
Sep
23
comment Enable/disable Excel 2007 combobox
I beleive Shape object doesn't have Enabled property in Excel so Shapes(1).ControlFormat.Enabled should be used. Thanks!
Sep
22
answered Enable/disable Excel 2007 combobox
Sep
18
asked Enable/disable Excel 2007 combobox
Sep
17
comment ASP.NET MVC - How to get random records from model?
I have changed the code a bit. Check it.
Sep
17
comment ASP.NET MVC - How to get random records from model?
Well, you should use random seed based on timer when creating Random object.
Sep
17
revised ASP.NET MVC - How to get random records from model?
added random seed
Sep
17
answered ASP.NET MVC - How to get random records from model?
Sep
17
awarded  Yearling
Sep
14
answered html.actionlink
Sep
11
answered Cannot specify controller name in RenderPartial
Sep
10
awarded  Self-Learner
Sep
2
awarded  Popular Question
Aug
25
revised Is it possible to pass parameter for URL logo so the logo can be displayed on the report (reporting services)?
formatted code sample
Aug
21
answered How to access the elements of a list of array passed from the controller in javascript??