Click here to Skip to main content
15,889,200 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Viewstate vs Rereading XMLDocument Pin
Paulo Zemek11-Dec-09 8:26
mvaPaulo Zemek11-Dec-09 8:26 
GeneralRe: Viewstate vs Rereading XMLDocument Pin
KittyKit13-Dec-09 22:49
KittyKit13-Dec-09 22:49 
GeneralRe: Viewstate vs Rereading XMLDocument Pin
Paulo Zemek14-Dec-09 10:08
mvaPaulo Zemek14-Dec-09 10:08 
GeneralRe: Viewstate vs Rereading XMLDocument Pin
KittyKit21-Dec-09 22:44
KittyKit21-Dec-09 22:44 
GeneralRe: Viewstate vs Rereading XMLDocument Pin
Paulo Zemek22-Dec-09 6:49
mvaPaulo Zemek22-Dec-09 6:49 
QuestionHow to find first index value in a string is character or numeric Pin
Satish - Developer10-Dec-09 22:28
Satish - Developer10-Dec-09 22:28 
AnswerRe: How to find first index value in a string is character or numeric Pin
Petr Pechovic10-Dec-09 22:39
professionalPetr Pechovic10-Dec-09 22:39 
AnswerRe: How to find first index value in a string is character or numeric Pin
Covean10-Dec-09 22:55
Covean10-Dec-09 22:55 
public bool IsFirstCharDigit(string szYourstring)
{
      if((szYourString != null) && (szYourString.Length > 0))
            return char.IsDigit(szYourString.Chars(0));
      return false;
}


Greetings
Covean

GeneralRe: How to find first index value in a string is character or numeric Pin
Covean10-Dec-09 23:56
Covean10-Dec-09 23:56 
QuestionTreeview Dynamic Display in ASP.NET Pin
Vimalsoft(Pty) Ltd10-Dec-09 21:57
professionalVimalsoft(Pty) Ltd10-Dec-09 21:57 
QuestionImage is not showing Pin
krishnaveer10-Dec-09 21:10
krishnaveer10-Dec-09 21:10 
AnswerRe: Image is not showing Pin
Abhishek Sur10-Dec-09 21:35
professionalAbhishek Sur10-Dec-09 21:35 
GeneralRe: Image is not showing Pin
farogh haider14-Dec-09 19:16
farogh haider14-Dec-09 19:16 
AnswerRe: Image is not showing Pin
sashidhar10-Dec-09 21:40
sashidhar10-Dec-09 21:40 
GeneralRe: Image is not showing Pin
krishnaveer10-Dec-09 21:49
krishnaveer10-Dec-09 21:49 
GeneralRe: Image is not showing Pin
sashidhar10-Dec-09 21:53
sashidhar10-Dec-09 21:53 
GeneralPopup with listbox in asp.net Pin
Nekkantidivya10-Dec-09 20:33
Nekkantidivya10-Dec-09 20:33 
GeneralRe: Popup with listbox in asp.net Pin
Blue_Boy10-Dec-09 20:44
Blue_Boy10-Dec-09 20:44 
Questiondrag and drop file uploading.... Pin
Subin Mavunkal10-Dec-09 20:07
Subin Mavunkal10-Dec-09 20:07 
AnswerRe: drag and drop file uploading.... Pin
dan!sh 10-Dec-09 20:55
professional dan!sh 10-Dec-09 20:55 
AnswerRe: drag and drop file uploading.... Pin
Abhishek Sur10-Dec-09 21:02
professionalAbhishek Sur10-Dec-09 21:02 
GeneralRe: drag and drop file uploading.... Pin
Subin Mavunkal10-Dec-09 22:17
Subin Mavunkal10-Dec-09 22:17 
GeneralRe: drag and drop file uploading.... Pin
Abhishek Sur10-Dec-09 22:51
professionalAbhishek Sur10-Dec-09 22:51 
QuestionCountry,State, City.. Pin
Hema Bairavan10-Dec-09 19:47
Hema Bairavan10-Dec-09 19:47 
AnswerRe: Country,State, City.. Pin
sashidhar10-Dec-09 20:07
sashidhar10-Dec-09 20:07 

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.