Click here to Skip to main content
15,911,030 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSqlTransaction between postbacks Pin
tonymathewt13-Sep-07 17:35
professionaltonymathewt13-Sep-07 17:35 
AnswerRe: SqlTransaction between postbacks Pin
Steve Echols13-Sep-07 18:52
Steve Echols13-Sep-07 18:52 
GeneralRe: SqlTransaction between postbacks Pin
tonymathewt13-Sep-07 21:03
professionaltonymathewt13-Sep-07 21:03 
QuestionSearch Button Pin
Amit Kumar G13-Sep-07 13:51
Amit Kumar G13-Sep-07 13:51 
AnswerRe: Search Button Pin
Imran Khan Pathan13-Sep-07 18:30
Imran Khan Pathan13-Sep-07 18:30 
Questionstring Pin
seemamltn13-Sep-07 13:31
seemamltn13-Sep-07 13:31 
AnswerRe: string Pin
netJP12L13-Sep-07 17:23
netJP12L13-Sep-07 17:23 
AnswerRe: string Pin
Imran Khan Pathan13-Sep-07 18:20
Imran Khan Pathan13-Sep-07 18:20 
string s="bobby@yahoo.com (Bobby Gill)"<br />
int indx=s.IndexOf(' ');<br />
string val=s.Substring(0,indx);


OR

string s="bobby@yahoo.com (Bobby Gill)"<br />
string[] ss=s.Split(' ');<br />
int count=0;<br />
string val;<br />
foreach(string s1 in ss)<br />
{<br />
if(count==0)<br />
{<br />
val=s1;<br />
}<br />
count=1;<br />
}




Best Regard
Pathan



---------------------------------------------------

Questionhow to create a data entry table? Pin
foobarDividedByZero13-Sep-07 12:43
foobarDividedByZero13-Sep-07 12:43 
AnswerRe: how to create a data entry table? Pin
Shujaat Ullah Khan13-Sep-07 20:27
Shujaat Ullah Khan13-Sep-07 20:27 
QuestionValidation Pin
seemamltn13-Sep-07 12:39
seemamltn13-Sep-07 12:39 
QuestionGridView binding issue [modified] Pin
Vodstok13-Sep-07 10:51
Vodstok13-Sep-07 10:51 
AnswerRe: GridView binding issue Pin
Imran Khan Pathan13-Sep-07 18:56
Imran Khan Pathan13-Sep-07 18:56 
AnswerRe: GridView binding issue [modified] Pin
Jintal Patel13-Sep-07 19:51
Jintal Patel13-Sep-07 19:51 
QuestionCookies problem. Pin
Saksida Bojan13-Sep-07 10:32
Saksida Bojan13-Sep-07 10:32 
AnswerRe: Cookies problem. Pin
Guffa13-Sep-07 11:40
Guffa13-Sep-07 11:40 
GeneralRe: Cookies problem. Pin
Saksida Bojan13-Sep-07 21:28
Saksida Bojan13-Sep-07 21:28 
AnswerRe: Cookies problem. Pin
Guffa14-Sep-07 7:21
Guffa14-Sep-07 7:21 
GeneralRe: Cookies problem. Pin
Saksida Bojan14-Sep-07 9:22
Saksida Bojan14-Sep-07 9:22 
QuestionValidate dates Pin
seemamltn13-Sep-07 9:38
seemamltn13-Sep-07 9:38 
QuestionValidating the dates Pin
seemamltn13-Sep-07 9:36
seemamltn13-Sep-07 9:36 
AnswerRe: Validating the dates Pin
Jon Sagara13-Sep-07 9:39
Jon Sagara13-Sep-07 9:39 
QuestionRequiredValidation controls Pin
seemamltn13-Sep-07 7:57
seemamltn13-Sep-07 7:57 
AnswerRe: RequiredValidation controls Pin
Brent Lamborn13-Sep-07 8:42
Brent Lamborn13-Sep-07 8:42 
AnswerRe: RequiredValidation controls Pin
Jintal Patel13-Sep-07 20:05
Jintal Patel13-Sep-07 20:05 

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.