Click here to Skip to main content
15,885,366 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionValidating File Upload Control with Regular Expression Validator Pin
meeram3958-Jul-09 23:49
meeram3958-Jul-09 23:49 
AnswerRe: Validating File Upload Control with Regular Expression Validator Pin
Manas Bhardwaj8-Jul-09 23:52
professionalManas Bhardwaj8-Jul-09 23:52 
GeneralRe: Validating File Upload Control with Regular Expression Validator Pin
meeram3959-Jul-09 1:00
meeram3959-Jul-09 1:00 
AnswerRe: Validating File Upload Control with Regular Expression Validator Pin
Kevin Heathfield9-Jul-09 3:09
Kevin Heathfield9-Jul-09 3:09 
QuestionHow to specify Numeric Format i.e Numeric part and decimal part? Pin
ansriharsha8-Jul-09 23:35
ansriharsha8-Jul-09 23:35 
AnswerRe: How to specify Numeric Format i.e Numeric part and decimal part? Pin
Manas Bhardwaj8-Jul-09 23:56
professionalManas Bhardwaj8-Jul-09 23:56 
GeneralRe: How to specify Numeric Format i.e Numeric part and decimal part? Pin
ansriharsha9-Jul-09 2:30
ansriharsha9-Jul-09 2:30 
AnswerRe: How to specify Numeric Format i.e Numeric part and decimal part? Pin
Sun Rays9-Jul-09 3:44
Sun Rays9-Jul-09 3:44 
Hi,
you want the same ?

string strD= 1000.1234;<br />
int dI =strD.indexof(".");<br />
string DecimalVal=strD.substring(dI,dI+1);<br />
<br />
string strVal=strD.substring(0,dI);



Hope it will help you.. Blush | :O

Thanks,
Sun Rays

To get something you must have to try once.


My Articles

GeneralRe: How to specify Numeric Format i.e Numeric part and decimal part? Pin
ansriharsha9-Jul-09 3:55
ansriharsha9-Jul-09 3:55 
GeneralRe: How to specify Numeric Format i.e Numeric part and decimal part? Pin
ansriharsha17-Jul-09 0:46
ansriharsha17-Jul-09 0:46 
QuestionUser Defined Ajax Based Callback Control. Pin
vijay kharde8-Jul-09 23:11
vijay kharde8-Jul-09 23:11 
Questionsql server 2005 remote connection not allowed Pin
yogesh_kumar_agarwal8-Jul-09 22:51
yogesh_kumar_agarwal8-Jul-09 22:51 
AnswerRe: sql server 2005 remote connection not allowed Pin
Abhijit Jana8-Jul-09 23:58
professionalAbhijit Jana8-Jul-09 23:58 
GeneralRe: sql server 2005 remote connection not allowed Pin
yogesh_kumar_agarwal9-Jul-09 0:19
yogesh_kumar_agarwal9-Jul-09 0:19 
AnswerRe: sql server 2005 remote connection not allowed Pin
Sun Rays9-Jul-09 3:46
Sun Rays9-Jul-09 3:46 
QuestionSearch a file in a directory Pin
souravghosh188-Jul-09 22:48
souravghosh188-Jul-09 22:48 
AnswerRe: Search a file in a directory Pin
K03068-Jul-09 23:39
K03068-Jul-09 23:39 
Questionupdate gridview column Pin
vikas shukla8-Jul-09 22:47
vikas shukla8-Jul-09 22:47 
AnswerRe: update gridview column Pin
padmanabhan N8-Jul-09 22:57
padmanabhan N8-Jul-09 22:57 
AnswerRe: update gridview column Pin
Vimalsoft(Pty) Ltd8-Jul-09 23:38
professionalVimalsoft(Pty) Ltd8-Jul-09 23:38 
QuestionFormatting the gridview control Pin
LucBite8-Jul-09 22:41
LucBite8-Jul-09 22:41 
AnswerRe: Formatting the gridview control Pin
kumar_k5088-Jul-09 22:47
kumar_k5088-Jul-09 22:47 
GeneralRe: Formatting the gridview control Pin
LucBite8-Jul-09 23:06
LucBite8-Jul-09 23:06 
GeneralRe: Formatting the gridview control Pin
kumar_k5088-Jul-09 23:30
kumar_k5088-Jul-09 23:30 
QuestionConnectionString Pin
Abdulhafeezo8-Jul-09 22:39
Abdulhafeezo8-Jul-09 22:39 

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.