Click here to Skip to main content
15,903,523 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Internet Explorer and Mozilla Pin
Gandalf_TheWhite21-Nov-07 2:13
professionalGandalf_TheWhite21-Nov-07 2:13 
Questionthe number of unread messeges Pin
ptvce19-Nov-07 18:57
ptvce19-Nov-07 18:57 
GeneralPopup Callback Pin
Brady Kelly19-Nov-07 18:50
Brady Kelly19-Nov-07 18:50 
GeneralRe: Popup Callback Pin
N a v a n e e t h19-Nov-07 20:19
N a v a n e e t h19-Nov-07 20:19 
GeneralRe: Popup Callback Pin
Brady Kelly19-Nov-07 20:41
Brady Kelly19-Nov-07 20:41 
QuestionRemove Items From Listbox Pin
ShruthiLavan19-Nov-07 18:44
ShruthiLavan19-Nov-07 18:44 
AnswerRe: Remove Items From Listbox Pin
Christian Graus19-Nov-07 18:47
protectorChristian Graus19-Nov-07 18:47 
Questionsubstring function Pin
Sonia Gupta19-Nov-07 18:11
Sonia Gupta19-Nov-07 18:11 
declare @exp varchar(100)
set @exp = '12,13,14'
declare @start int
declare @substring varchar(20)
set @start = 1
while(@start <> 0)
begin
set @start = charindex(',' , @exp , @start)
if(@start = 0)
return
print @start
--print substring(@exp , @start ,
set @start = @start + 1

end

i want the following output
12
13
14
how should i get it

Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.

QuestionRe: substring function Pin
Vasudevan Deepak Kumar19-Nov-07 18:31
Vasudevan Deepak Kumar19-Nov-07 18:31 
AnswerRe: substring function Pin
Sonia Gupta19-Nov-07 18:42
Sonia Gupta19-Nov-07 18:42 
AnswerRe: substring function Pin
Christian Graus19-Nov-07 18:32
protectorChristian Graus19-Nov-07 18:32 
AnswerRe: substring function Pin
Michael Sync19-Nov-07 18:37
Michael Sync19-Nov-07 18:37 
GeneralRe: substring function Pin
Sonia Gupta19-Nov-07 18:41
Sonia Gupta19-Nov-07 18:41 
AnswerRe: substring function Pin
InsDev19-Nov-07 19:09
InsDev19-Nov-07 19:09 
GeneralRe: substring function Pin
Sonia Gupta19-Nov-07 19:15
Sonia Gupta19-Nov-07 19:15 
GeneralRe: substring function Pin
Sonia Gupta19-Nov-07 19:27
Sonia Gupta19-Nov-07 19:27 
Questiondependent 2 select box list - how? Pin
VinothRao19-Nov-07 17:19
VinothRao19-Nov-07 17:19 
AnswerRe: dependent 2 select box list - how? Pin
Christian Graus19-Nov-07 17:30
protectorChristian Graus19-Nov-07 17:30 
GeneralRe: dependent 2 select box list - how? Pin
VinothRao19-Nov-07 18:42
VinothRao19-Nov-07 18:42 
Generaldependent 2 select box list - how? Pin
Sarani Ravindran19-Nov-07 18:59
Sarani Ravindran19-Nov-07 18:59 
AnswerRe: dependent 2 select box list - how? Pin
Vasudevan Deepak Kumar19-Nov-07 17:32
Vasudevan Deepak Kumar19-Nov-07 17:32 
Question[Message Deleted] Pin
jagan12319-Nov-07 17:11
jagan12319-Nov-07 17:11 
AnswerRe: how to retrieve the saved file path which is saved using save file dialog box Pin
Vasudevan Deepak Kumar19-Nov-07 17:31
Vasudevan Deepak Kumar19-Nov-07 17:31 
GeneralRe: how to retrieve the saved file path which is saved using save file dialog box Pin
jagan12319-Nov-07 17:34
jagan12319-Nov-07 17:34 
GeneralRe: how to retrieve the saved file path which is saved using save file dialog box Pin
Christian Graus19-Nov-07 17:38
protectorChristian Graus19-Nov-07 17:38 

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.