Click here to Skip to main content
15,893,161 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Page contents get jumbled in Firefox Pin
Michael Hendrickx13-May-06 22:01
Michael Hendrickx13-May-06 22:01 
QuestionCopying file from remote system to server. Pin
jaintirthesh12-May-06 20:05
jaintirthesh12-May-06 20:05 
QuestionHelp me in Datagrid with Static Datatable object Pin
cloudking1196612-May-06 19:29
cloudking1196612-May-06 19:29 
AnswerRe: Help me in Datagrid with Static Datatable object Pin
minhpc_bk14-May-06 7:08
minhpc_bk14-May-06 7:08 
Questionconverting to text Pin
ptvce12-May-06 19:15
ptvce12-May-06 19:15 
AnswerRe: converting to text Pin
Colin Angus Mackay13-May-06 2:44
Colin Angus Mackay13-May-06 2:44 
Questionconverting Pin
ptvce12-May-06 19:15
ptvce12-May-06 19:15 
AnswerRe: converting Pin
Michael Hendrickx13-May-06 22:09
Michael Hendrickx13-May-06 22:09 
I’d suggest to divide your current number first.

With the number “123”:

Divide a copy of your number by 100, that would give you 1, which you can hardcode to be onehundred
Subtract that number from your original number, which will leave you with 23””. Then divide another copy by 10, which would give you 2. (make sure to store as integers, without decimals).. This can be hard coded as “twenty”.. Subtract that data, and the remainder are the single units.. which, again hardcoded would give you 3 ..

Probably there’s a much easier way that would increase cpu and decrease headache speed..

Michael


www.code.ae
AnswerRe: converting Pin
_AK_14-May-06 19:55
_AK_14-May-06 19:55 
GeneralRe: converting Pin
ptvce14-May-06 21:00
ptvce14-May-06 21:00 
QuestionDynamic Datagrid Pin
kuwl_mark12-May-06 18:51
kuwl_mark12-May-06 18:51 
AnswerRe: Dynamic Datagrid Pin
cloudking1196612-May-06 19:40
cloudking1196612-May-06 19:40 
GeneralRe: Dynamic Datagrid Pin
kuwl_mark12-May-06 20:46
kuwl_mark12-May-06 20:46 
GeneralRe: Dynamic Datagrid Pin
kuwl_mark12-May-06 20:49
kuwl_mark12-May-06 20:49 
Questiona page is being Loaded towice without past back Pin
Masood Ahmed12-May-06 15:33
Masood Ahmed12-May-06 15:33 
AnswerRe: a page is being Loaded towice without past back Pin
minhpc_bk14-May-06 7:06
minhpc_bk14-May-06 7:06 
QuestionTree View Control Pin
JoJuPi0112-May-06 14:11
JoJuPi0112-May-06 14:11 
AnswerRe: Tree View Control Pin
minhpc_bk14-May-06 7:04
minhpc_bk14-May-06 7:04 
QuestionConnecting to SQL Pin
Taterface12-May-06 7:35
Taterface12-May-06 7:35 
AnswerRe: Connecting to SQL Pin
MoustafaS12-May-06 11:41
MoustafaS12-May-06 11:41 
QuestionLink Button IFRAME Pin
RadioButton12-May-06 7:20
RadioButton12-May-06 7:20 
AnswerRe: Link Button IFRAME Pin
minhpc_bk12-May-06 7:47
minhpc_bk12-May-06 7:47 
GeneralRe: Link Button IFRAME Pin
RadioButton12-May-06 8:07
RadioButton12-May-06 8:07 
Questionfire alert box from the button event Pin
Ista12-May-06 7:11
Ista12-May-06 7:11 
GeneralRe: fire alert box from the button event Pin
Guffa12-May-06 7:35
Guffa12-May-06 7:35 

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.