i am doing a kind of weblog in asp.net(using C#) but i am facing a problem..i want to put a quoting system..like this forum has..when the user puts [quote...[/quot..(i didnt put it so the forum didnt turn it into real quotes) it turns the thigns that are inside into a quote..my idea was when the user was posting the new it'd search for all the [quotes] and then would replace it for the HTML quote..but when adding it to the database(mssql 2k) i realised i couldnt do that because it wont accept me the ' symbol as it is a kind of"reserved word/simbol"..how should i do this? how the forums do this? thanks
