Hrvoje

1,147
reputation
111 views

Registered User

name Hrvoje
member for 1 year
seen 19 hours ago
website
location HR
age
web dev from Croatia, Rijeka
Dec
8
revised avoid compiling whole asp.net project?
spelling
Dec
7
revised avoid compiling whole asp.net project?
added 454 characters in body
Dec
7
comment avoid compiling whole asp.net project?
that's correct. On first request site will be recompiled because new dll, or you can start precompile script on your own.
Dec
4
accepted avoid compiling whole asp.net project?
Dec
3
answered avoid compiling whole asp.net project?
Dec
3
comment Online Document Editing in ASP.NET
PDF cannot be edited. Also, i dont think that there is client side tool for web page that can open and edit word files. You have to parse it on server, but that is also very difficult. Only option is FCKEditor, TinyMCE or similar.
Nov
26
answered ListView -Dynamic Controls and DataPager events
Nov
3
awarded  Nice Answer
Nov
3
revised Handing forms in ViewUserControls
added 237 characters in body; added 157 characters in body; added 15 characters in body
Nov
3
answered Handing forms in ViewUserControls
Nov
3
revised Available RAM on shared hosting provider
added 379 characters in body
Nov
2
comment Available RAM on shared hosting provider
Each company has refrences to one or many other companies (many-to-many relation). I have recursive function in c# that goes through tree of companies (from parent to each child, and so on) and looks for some stuff. I need to query db when I want to get child companies. Maybe this all can be made in store procedure, but i'm not that good in SQL, and I'm triyng to keep my business logic in c# (DDD style app)
Nov
2
asked Available RAM on shared hosting provider
Nov
2
comment ASP.NET TreeView performance
There is workaround to get TreeView working inside UpdatePanel!
Oct
14
comment UserControl Visibility binding through ViewModel
example would be great
Sep
27
comment How to plan a project…
There's Summer of NHibernate, which is also great learning resource.
Sep
26
comment How do I insert object (datatable, tableRow ect…) into an asp.net webpage?
go to the www.asp.net/learn, watch some videos and then ask questions
Sep
26
comment How do I insert object (datatable, tableRow ect…) into an asp.net webpage?
you cannot just put object to aspx. You need to tell how do you want to render properties of object, and for that you have gridview, datalist and similar controls.
Sep
26
answered How do I insert object (datatable, tableRow ect…) into an asp.net webpage?
Sep
26
answered How to plan a project…
Sep
25
answered Design pattern for handling multiple message types
Sep
21
awarded  Popular Question
Sep
16
comment ASP.NET putting dynamic controls on page in reverse messes up events
Well, all input elements on form are not deserialised in OnInit event, so I use Request.Form["ctl00_txtInput"] for reading text boxes. But "ctl00_....._txtInput" is not recommented because prefix "ctl00_..." can change, accourding to position of you text box. You can use it just for testing, and you can find the name by looking at HTML of you rendered page. Also, I recomment building helper method, that iterates through key-value pairs inside Request.Form, and search for "txtUserInput" inside key, and returns its value! I can post code, if you wish.
Sep
16
answered ASP.NET putting dynamic controls on page in reverse messes up events
Sep
15
comment How to Load images after page load completed in ASP.Net
client side or server side tag generation? Why AJAX?
Sep
15
answered Refresh ASP.NET page periodically to display real time data from SQL Server
Aug
31
comment UserControl Visibility binding through ViewModel
tried, but still binding doesn't work, it hides only when I set property through codebehind
Aug
29
revised UserControl Visibility binding through ViewModel
temp sollution
Aug
29
asked UserControl Visibility binding through ViewModel
Aug
28
answered capture image from webcam asp.net c#
Aug
26
answered What are some good open source c# examples of quality domain models.
Aug
23
comment Best Practices for ASP.NET MVC
@jan: i think it's SO best practices to have one answer, which every one can edit and improve
Aug
23
revised Best Practices for ASP.NET MVC
Viewmodel dto best practices
Aug
23
comment Best Practices for ASP.NET MVC
sorry i didn't put one best practice per answer, i couldn't choose one ;)
Aug
23
answered Best Practices for ASP.NET MVC
Aug
23
answered Access Repository through Service or directly?
Aug
21
answered Determining image file size + dimensions via Javascript?
Aug
20
answered Website development in ASP.NET MVC in Mono or Make the break to PHP
Aug
16
awarded  Yearling
Jul
27
answered C# check silverlight object size at runtime
Jul
20
answered One sentence explanation to MVVM in WPF?
Jul
18
answered Fastest way to retrieve/store millions of small binary objects
Jul
7
answered Relative path in MasterPage in virtual directory.
Jun
29
answered Setting Up ECommerce in ASP.NET