Skip to main content

Posts

Showing posts from October, 2006

.NET confusing again

the title cause by not explained well the error that caused it when displaying Datagrid :( took me an hour to resolve this.. only missing a piece of code -> DataKeysField = "Column_ID" otherwise the datagrid won't update, delete well i now frustating by other problems too..why it won't displayed correctly,means..the displayed is beyond the screen resolution width..not sure what to change or put ..been trying this for 2 days :( anyone???

HTML a href tag

just found out what this means < a href="#SectionName" /> i thought is some kind of special HTML "code" like tags that only web pages could understand but i'm wrong (this what happened when u just copy paste others code :D) well it somehow said (for u only, i translated into my languange) "go to that #SectionName" means if u #bottom at above code, it move to #bottom section..what? i don't have any section call like that, how to make a section? this is the important part, in order to have section u just need to have < a name="SectionName" /> at any part of ur HTML tags..for example above just add a < a name="top" href = "#bottom"/> to bottom < table ... > ... < / table > < a name="bottom" href = "#top"/> to top that's it..amazing right? i'm amazed :shy: PS: don't forget to move the extra space at the quote block..since if i omit it..it won't displa