Click here to Skip to main content
15,920,801 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: literal not displaying html tags Pin
Paddy Boyd22-Jan-08 2:17
Paddy Boyd22-Jan-08 2:17 
AnswerRe: literal not displaying html tags Pin
Guffa22-Jan-08 2:48
Guffa22-Jan-08 2:48 
GeneralRe: literal not displaying html tags Pin
samerh22-Jan-08 3:55
samerh22-Jan-08 3:55 
Generalreceiving email in asp.net application Pin
krishnaveer21-Jan-08 23:50
krishnaveer21-Jan-08 23:50 
QuestionDisplay first (n) number of words of string...... Pin
munklefish21-Jan-08 23:40
munklefish21-Jan-08 23:40 
GeneralRe: Display first (n) number of words of string...... Pin
sulabh202022-Jan-08 1:29
sulabh202022-Jan-08 1:29 
GeneralRe: Display first (n) number of words of string...... Pin
munklefish22-Jan-08 1:50
munklefish22-Jan-08 1:50 
AnswerRe: Display first (n) number of words of string...... Pin
Guffa22-Jan-08 2:54
Guffa22-Jan-08 2:54 
Use str.LastIndexOf(' ', 250) to find the space closest to the 250th character. If it finds one reasonably close to 250, use str.Substring to get the part of the string up to the space. Otherwise you just have to cut the string at 250 anyway.

Experience is the sum of all the mistakes you have done.

Generalmethod call after link click Pin
gottimukkala21-Jan-08 23:36
gottimukkala21-Jan-08 23:36 
GeneralRe: method call after link click Pin
Paddy Boyd22-Jan-08 0:18
Paddy Boyd22-Jan-08 0:18 
GeneralRe: method call after link click Pin
gottimukkala22-Jan-08 1:08
gottimukkala22-Jan-08 1:08 
GeneralRe: method call after link click Pin
J4amieC22-Jan-08 1:10
J4amieC22-Jan-08 1:10 
GeneralRe: method call after link click Pin
gottimukkala22-Jan-08 1:45
gottimukkala22-Jan-08 1:45 
GeneralRe: method call after link click Pin
J4amieC22-Jan-08 1:49
J4amieC22-Jan-08 1:49 
GeneralRe: method call after link click Pin
Paddy Boyd22-Jan-08 2:17
Paddy Boyd22-Jan-08 2:17 
GeneralRe: method call after link click Pin
gottimukkala22-Jan-08 4:08
gottimukkala22-Jan-08 4:08 
GeneralRe: method call after link click Pin
Paddy Boyd22-Jan-08 4:21
Paddy Boyd22-Jan-08 4:21 
GeneralRe: method call after link click Pin
J4amieC22-Jan-08 4:24
J4amieC22-Jan-08 4:24 
QuestionRecipe Framework Error with Web Service Software Factory Pin
bjurling21-Jan-08 23:32
bjurling21-Jan-08 23:32 
Questionchanging the extension fromm aspx to html Pin
Ravi_2121-Jan-08 23:16
Ravi_2121-Jan-08 23:16 
GeneralRe: changing the extension fromm aspx to html Pin
eyeseetee21-Jan-08 23:18
eyeseetee21-Jan-08 23:18 
GeneralRe: changing the extension fromm aspx to html Pin
Ravi_2121-Jan-08 23:29
Ravi_2121-Jan-08 23:29 
GeneralRe: changing the extension fromm aspx to html Pin
eyeseetee21-Jan-08 23:30
eyeseetee21-Jan-08 23:30 
GeneralRe: changing the extension fromm aspx to html Pin
Ravi_2121-Jan-08 23:49
Ravi_2121-Jan-08 23:49 
GeneralRe: changing the extension fromm aspx to html Pin
Bassam Saoud22-Jan-08 3:12
Bassam Saoud22-Jan-08 3:12 

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.