Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
Questionabout outerxml Pin
Hamsika rani6-May-07 13:35
Hamsika rani6-May-07 13:35 
AnswerRe: about outerxml Pin
led mike6-May-07 16:50
led mike6-May-07 16:50 
AnswerRe: about outerxml Pin
Stefan Troschuetz6-May-07 21:34
Stefan Troschuetz6-May-07 21:34 
QuestionPreview html code... Pin
simplicitylabs6-May-07 12:53
simplicitylabs6-May-07 12:53 
AnswerRe: Preview html code... Pin
Ravi Bhavnani6-May-07 15:44
professionalRavi Bhavnani6-May-07 15:44 
GeneralRe: Preview html code... Pin
simplicitylabs6-May-07 17:27
simplicitylabs6-May-07 17:27 
GeneralRe: Preview html code... Pin
Ravi Bhavnani6-May-07 19:22
professionalRavi Bhavnani6-May-07 19:22 
Questiononly Number in datagrid cell Pin
mostafa_h6-May-07 10:46
mostafa_h6-May-07 10:46 
hi ,
How can i use in a DataGrid Cell Only Number , Iuse yhis function for this :

public bool OnlyIsNumeric(string val)
   {
      try{
      int result = 0;
      return int.TryParse(val, System.Globalization.NumberStyles.Integer, System.Globalization.NumberFormatInfo.CurrentInfo, out result);
          }
      catch{ return false;}
   }

but Ican not use this in datagrid in DataGrid1_CurrentCellChanged Event :
DataGrid1[DataGrid1.CurrentRowIndex, 2] = "";Confused | :confused:
thanx


s_mostafa_h

AnswerRe: only Number in datagrid cell Pin
Gopal.S6-May-07 17:56
Gopal.S6-May-07 17:56 
GeneralRe: only Number in datagrid cell [modified] Pin
mostafa_h6-May-07 21:28
mostafa_h6-May-07 21:28 
AnswerRe: only Number in datagrid cell Pin
AFSEKI7-May-07 1:42
AFSEKI7-May-07 1:42 
AnswerRe: only Number in datagrid cell Pin
Gopal.S7-May-07 2:52
Gopal.S7-May-07 2:52 
GeneralRe: only Number in datagrid cell Pin
mostafa_h7-May-07 10:01
mostafa_h7-May-07 10:01 
QuestionTreeview selected Node problem Pin
Rick van Woudenberg6-May-07 9:35
Rick van Woudenberg6-May-07 9:35 
AnswerRe: Treeview selected Node problem Pin
Rick van Woudenberg6-May-07 11:09
Rick van Woudenberg6-May-07 11:09 
QuestionDLL file Pin
abedo19826-May-07 9:07
abedo19826-May-07 9:07 
AnswerRe: DLL file Pin
Giorgi Dalakishvili6-May-07 9:30
mentorGiorgi Dalakishvili6-May-07 9:30 
GeneralRe: DLL file Pin
abedo19826-May-07 9:47
abedo19826-May-07 9:47 
GeneralRe: DLL file Pin
Rick van Woudenberg6-May-07 9:53
Rick van Woudenberg6-May-07 9:53 
GeneralRe: DLL file Pin
abedo19826-May-07 10:04
abedo19826-May-07 10:04 
AnswerRe: DLL file Pin
AFSEKI7-May-07 1:44
AFSEKI7-May-07 1:44 
GeneralRe: DLL file Pin
abedo19827-May-07 5:50
abedo19827-May-07 5:50 
GeneralRe: DLL file Pin
AFSEKI7-May-07 22:40
AFSEKI7-May-07 22:40 
Questionabout outerxml Pin
Hamsika rani6-May-07 6:51
Hamsika rani6-May-07 6:51 
AnswerRe: about outerxml Pin
Guffa6-May-07 8:03
Guffa6-May-07 8:03 

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.