Click here to Skip to main content
15,916,692 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionReading Files Pin
v1i9n6o7d20-Jan-08 20:48
v1i9n6o7d20-Jan-08 20:48 
GeneralRe: Reading Files Pin
Michael Sync21-Jan-08 4:42
Michael Sync21-Jan-08 4:42 
QuestionHow to use more than one web.sitemap Pin
Zeeshan Ahmed Memon20-Jan-08 19:47
Zeeshan Ahmed Memon20-Jan-08 19:47 
AnswerRe: How to use more than one web.sitemap Pin
Mike Ellison20-Jan-08 20:16
Mike Ellison20-Jan-08 20:16 
Questiontag cloud Pin
shah zad20-Jan-08 19:47
shah zad20-Jan-08 19:47 
GeneralRe: tag cloud Pin
Mike Ellison20-Jan-08 20:12
Mike Ellison20-Jan-08 20:12 
QuestionRe: tag cloud [modified] Pin
shah zad20-Jan-08 20:30
shah zad20-Jan-08 20:30 
GeneralRe: tag cloud Pin
Colin Angus Mackay20-Jan-08 23:03
Colin Angus Mackay20-Jan-08 23:03 
shah zad wrote:
while i am storing tags in a single column seprated by space first need to get the indivisual tag and then its weight but got problem in making query


Well, if you normalise your data model you won't have that problem. You should only ever store a single piece of data in a column value. You should not be storing multiple tags in a single row.

You need to create a new table and split the tags out into the new table. Then set up a many-to-many join between your original table and your tags table. A many-to-many join requires the setting up of an intermediate table.


shah zad wrote:
need guidance regarding how to fetch tags and their weight from single column of a table


While it is possible, it is increadibly inefficient and goes against decades of guidance on how to define relational databases.


GeneralEditing the gridview directly Pin
SreejithAchutan20-Jan-08 17:55
SreejithAchutan20-Jan-08 17:55 
GeneralRe: Editing the gridview directly Pin
Venkatesh Mookkan20-Jan-08 18:05
Venkatesh Mookkan20-Jan-08 18:05 
GeneralRe: Editing the gridview directly Pin
SreejithAchutan20-Jan-08 18:44
SreejithAchutan20-Jan-08 18:44 
GeneralRe: Editing the gridview directly Pin
Venkatesh Mookkan21-Jan-08 0:23
Venkatesh Mookkan21-Jan-08 0:23 
Generalcheck LAN status Pin
saravanan0520-Jan-08 16:51
saravanan0520-Jan-08 16:51 
GeneralRe: check LAN status Pin
Venkatesh Mookkan20-Jan-08 17:49
Venkatesh Mookkan20-Jan-08 17:49 
GeneralRe: check LAN status Pin
saravanan0520-Jan-08 23:16
saravanan0520-Jan-08 23:16 
GeneralRe: check LAN status Pin
Venkatesh Mookkan21-Jan-08 0:26
Venkatesh Mookkan21-Jan-08 0:26 
GeneralDuplicate Posts. Please ignore Pin
Vasudevan Deepak Kumar20-Jan-08 22:54
Vasudevan Deepak Kumar20-Jan-08 22:54 
QuestionScheduling an occasional server task [modified] Pin
chaiguy133720-Jan-08 15:23
chaiguy133720-Jan-08 15:23 
GeneralRe: Scheduling an occasional server task Pin
N a v a n e e t h20-Jan-08 19:02
N a v a n e e t h20-Jan-08 19:02 
GeneralRe: Scheduling an occasional server task Pin
chaiguy133721-Jan-08 4:19
chaiguy133721-Jan-08 4:19 
GeneralRe: Scheduling an occasional server task Pin
chaiguy133721-Jan-08 4:21
chaiguy133721-Jan-08 4:21 
GeneralPublish an ASP.Net Website Pin
mehrdadc4820-Jan-08 9:08
mehrdadc4820-Jan-08 9:08 
GeneralRe: Publish an ASP.Net Website Pin
pmarfleet20-Jan-08 12:27
pmarfleet20-Jan-08 12:27 
GeneralRe: Publish an ASP.Net Website Pin
Venkatesh Mookkan20-Jan-08 17:53
Venkatesh Mookkan20-Jan-08 17:53 
Generalasp.net and silverlight Pin
smashguitars20-Jan-08 7:18
smashguitars20-Jan-08 7:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.