Click here to Skip to main content
15,919,121 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Save Image in dir Pin
Imran Khan Pathan4-Jul-07 0:55
Imran Khan Pathan4-Jul-07 0:55 
QuestionCheck if app exists and open from internet Pin
Dimkov3-Jul-07 22:52
Dimkov3-Jul-07 22:52 
AnswerRe: Check if app exists and open from internet Pin
Pete O'Hanlon3-Jul-07 23:58
mvePete O'Hanlon3-Jul-07 23:58 
GeneralRe: Check if app exists and open from internet Pin
Dimkov4-Jul-07 0:10
Dimkov4-Jul-07 0:10 
QuestionCrsytal report ASP.net 1.0 Pin
Vipin.d3-Jul-07 22:47
Vipin.d3-Jul-07 22:47 
Questionfilter attribute in css class on data grid header Pin
Khawar Abbas13-Jul-07 22:37
Khawar Abbas13-Jul-07 22:37 
Questionupload and read csv file. Pin
Rickey_Me3-Jul-07 22:13
Rickey_Me3-Jul-07 22:13 
AnswerRe: upload and read csv file. Pin
munklefish4-Jul-07 0:23
munklefish4-Jul-07 0:23 
Ricky,

It looks like the db column you are uploading to isnt the right type for the data you are putting into it. Therefore it isnt able to accept the full 16 digits and hence it displays '1.23E+15' which basically means its got 1.23 but then found an error because there is 15 whole numbers too many for it to display.

The same happens on a calculator when you create a number thats too big for its display.

Try messing about with the db field type eg varchar. If you use varchar you will have more than enough capacity for the number. Therefore if you still get the same problem you know something is wrong with your code. If it works however you can try tinkering with the field type or simply convert from varchar back to a number in your code.


QuestionUpgrading from ASP to ASP.NET Pin
JacquesDP3-Jul-07 22:09
JacquesDP3-Jul-07 22:09 
AnswerRe: Upgrading from ASP to ASP.NET Pin
N a v a n e e t h3-Jul-07 22:15
N a v a n e e t h3-Jul-07 22:15 
GeneralRe: Upgrading from ASP to ASP.NET Pin
JacquesDP3-Jul-07 22:29
JacquesDP3-Jul-07 22:29 
AnswerRe: Upgrading from ASP to ASP.NET Pin
RichardGrimmer4-Jul-07 5:02
RichardGrimmer4-Jul-07 5:02 
QuestionRequest fo Challenge-Response Implementation for authentication Pin
unforgiven_wild_rose3-Jul-07 21:58
unforgiven_wild_rose3-Jul-07 21:58 
AnswerRe: Request fo Challenge-Response Implementation for authentication Pin
DanB19834-Jul-07 0:22
DanB19834-Jul-07 0:22 
GeneralRe: Request fo Challenge-Response Implementation for authentication Pin
unforgiven_wild_rose9-Jul-07 6:46
unforgiven_wild_rose9-Jul-07 6:46 
Questionviewstate or session variables which one is advantageous? Pin
Sonia Gupta3-Jul-07 21:22
Sonia Gupta3-Jul-07 21:22 
AnswerRe: viewstate or session variables which one is advantageous? Pin
_AK_3-Jul-07 21:25
_AK_3-Jul-07 21:25 
GeneralRe: viewstate or session variables which one is advantageous? Pin
Sonia Gupta3-Jul-07 21:43
Sonia Gupta3-Jul-07 21:43 
GeneralRe: viewstate or session variables which one is advantageous? Pin
_AK_3-Jul-07 21:54
_AK_3-Jul-07 21:54 
GeneralRe: viewstate or session variables which one is advantageous? Pin
Sonia Gupta3-Jul-07 22:13
Sonia Gupta3-Jul-07 22:13 
AnswerRe: viewstate or session variables which one is advantageous? Pin
N a v a n e e t h3-Jul-07 22:27
N a v a n e e t h3-Jul-07 22:27 
GeneralRe: viewstate or session variables which one is advantageous? Pin
Rammohn3-Jul-07 23:48
Rammohn3-Jul-07 23:48 
AnswerRe: viewstate or session variables which one is advantageous? Pin
Urs Enzler3-Jul-07 23:19
Urs Enzler3-Jul-07 23:19 
QuestionCall Smart Client Method from JavaScript. Pin
Irshad Ahmed3-Jul-07 21:16
Irshad Ahmed3-Jul-07 21:16 
Questionhow to create a page in dreamweaver and run it in asp.net Pin
dbn8313-Jul-07 21:13
dbn8313-Jul-07 21:13 

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.