May 2004 - Posts

1
Comments

Step by step guide for developing custom server control with custom collection editor by nattYGUR

This guide is step by step instruction to create custom web control. The describe control contains complex property (Collection of classes) that the user can edit using custom type editor. Collection data will be preserving by control as control sub Html...
16
Comments

Another cause to "Error while trying to run project: unable to start debugging on the server" for ASP.NET application. by nattYGUR

I found out today that if IE security (Tools-> Internet options-> Security -> Internet or Intranet -> Custom level -> User authentication) is set to anonymous logon, you will get the above error. I didn’t find any mention for this...
2
Comments

Looking for new job offers by nattYGUR

I'm about to finish my existing contract and I'm looking for new one. Currently I'm in Israel but I consider relocation to USA (west coast preferred but not a must). Yes, I need visa sponsorship and all that … But I'm positive sure that I can contribute...
3
Comments

Loading dynamic user controls from Page_Load cause ViewState problems. by nattYGUR

I've seen couple of post on that issue lately so I decide to comment on that Issue. ViewState holds controls state as they where before server side processing of page finished. Controls state is saved by SavePageStateToPersistenceMedium to hidden field...
2
Comments

PreRender event not firing on ImageButton by nattYGUR

Well there is a bug in ImageButton OnPreRender that simply don’t call base.OnPreRender so your event handler will never run. If you want to workaround this problem you can create your own ImageButton. Your new web custom control should overload...
1
Comments

Smart clients and CGI Timeout by nattYGUR

If you get this error while downloading smart client application to browser client: " CGI Timeout The specified CGI application exceeded the allowed time for processing. The server has deleted the process. " Check if your virtual directory executes permission...
2
Comments

Send data from non browser client (using HttpWebRequest) that can be used by access web page controls. by nattYGUR

If you use HttpWebRequest to send request via Form, that contain server side controls names and values, to the server you except server control to hold the values that send from the client. Exactly as you send data using browser to the server. The following...
0
Comments

Releasing Oracle connections from .Net application. by nattYGUR

I've got many replies to that post. So I decide to try making it clearer. If you see that Oracle holds Connections of your application with invalid status check: 1) That you are using Oracle ODP.NET provider (version 102 or higher) and not Microsoft provider...
0
Comments

Microsoft and the enterprise market, is it reality?, MS response. by nattYGUR

Richard Turner (Program Manager, XML Enterprise Services) response to my critique. It's a long thread and his replay is one befor the last post. http://channel9.msdn.com/ShowPost.aspx?PostID=4449
0
Comments

Naked objects and competitive intelligence by nattYGUR

I already post about naked objects. I really found the idea of letting users controlling the flow between objects instead of predefined application flows predefined by analysts and programmers. As I thought about naked objects and talked about it with...
More Posts Next page »