August 2005 - Posts

29 August 2005
Maintain Scroll Position Across PostBack
It is pretty annoying to always scroll down or scroll up just to go my previous scroll position after postback. If its a usability test, the application would probably fail! :) Lucky i am, i have a mouse with scroll button but how about our users? ASP.Net provide way of easing the burden of developers... Read More...
Filed under:
26 August 2005
Avoid using DOT <.> separator on class names on ASP.Net 2.0
This happen to me as i tried to run our existing web apps built on asp.net 1.1 on asp.net 2.0. Replicate Error: Using VS.Net 2005 beta 2, I create a new website. I added a new web form. On file name field entered, lisa.serv01_manageresource.aspx . Check Place Code on Separate file. Error List: Error... Read More...
Filed under:
26 August 2005
Is It Possible White Hacking IE Autocomplete?
Have you tried to auto populate those textboxes in IE? Once we enter text on those textboxes on IE, next time we use that same field a drop down list will appear displaying all entries we previously entered [auto complete feature]. Can we do that using ASP.Net or any other way possible say javascript... Read More...
Filed under:
25 August 2005
OnItemCommand not firing on repeater control
Just this afternoon I am creating the main transaction module for my project, it was my first project with ASP.Net and I'm using .Net 2.0 and ASP.Net 2.0 Beta Edition. The GUI designer required me to have a collapsable interface just like GMail conversation, so i think best choice is to use a Repeater... Read More...
Filed under: