Showing related tags and posts accross the entire site.
-
New to .nettiers but so far have got everything working fine with reading online. Got a small pesky issue here. I tried everything I can think of so far to get these fonts looking right but they just keep displaying wrong. I want the footer fonts to match the rest of the grid and site. (see image) <...
-
Some fields of the database are strings from user input, that need encoding (like single quote to 2 quotes). Is there any way to mark these fields as needing encoding so that updates and inserts are automatically encoded properly? Is see that Find parameters are properly encoded. In the mean time I did...
-
Hi! I need to format data before it is displayed (Eg. Phone numbers). Is it possible to use the OnSelected event method of a Strongly Typed DataSource to achieve this? If so, is it clean to do so? And how do I access the data to format it? I know I could use the code behind of the page where the data...