Click here to Skip to main content
16,009,728 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionImport Mail Contacts from ASP.Net Pin
neerubee11-Jul-07 19:52
neerubee11-Jul-07 19:52 
AnswerRe: Import Mail Contacts from ASP.Net Pin
Michael Sync11-Jul-07 20:15
Michael Sync11-Jul-07 20:15 
GeneralRe: Import Mail Contacts from ASP.Net Pin
neerubee17-Jul-07 0:24
neerubee17-Jul-07 0:24 
QuestionArithmetic operation resulted in an overflow Pin
saravanan0511-Jul-07 19:40
saravanan0511-Jul-07 19:40 
AnswerRe: Arithmetic operation resulted in an overflow Pin
Sathesh Sakthivel11-Jul-07 19:49
Sathesh Sakthivel11-Jul-07 19:49 
GeneralRe: Arithmetic operation resulted in an overflow Pin
saravanan0511-Jul-07 19:58
saravanan0511-Jul-07 19:58 
GeneralRe: Arithmetic operation resulted in an overflow Pin
Not Active11-Jul-07 20:01
mentorNot Active11-Jul-07 20:01 
GeneralRe: Arithmetic operation resulted in an overflow Pin
Sathesh Sakthivel11-Jul-07 20:15
Sathesh Sakthivel11-Jul-07 20:15 
try with this code.

Dim MobileNo As Int64 = 0
Try
If Not (txtMobile.Text = "") Then
MobileNo = CType(txtMobile.Text.Trim(), Int64)
End If
Catch ex As Exception
Response.Write(ex.Message)
End Try


Regards,

Satips.Rose | [Rose]

Don't walk in front of me, I may not follow;
Don't walk behind me, I may not lead;
Walk beside me, and just be my friend. - Albert Camus


GeneralRe: Arithmetic operation resulted in an overflow Pin
Not Active12-Jul-07 2:08
mentorNot Active12-Jul-07 2:08 
Questionreuiredfield problem Pin
mohd imran abdul aziz11-Jul-07 19:13
mohd imran abdul aziz11-Jul-07 19:13 
AnswerRe: reuiredfield problem Pin
-- Abhi --11-Jul-07 21:14
-- Abhi --11-Jul-07 21:14 
QuestionCheckbox in Datagrid Pin
Kurian_Kurian11-Jul-07 19:01
Kurian_Kurian11-Jul-07 19:01 
QuestionRe: Checkbox in Datagrid Pin
RepliCrux11-Jul-07 19:11
RepliCrux11-Jul-07 19:11 
AnswerRe: Checkbox in Datagrid Pin
Kurian_Kurian11-Jul-07 19:34
Kurian_Kurian11-Jul-07 19:34 
GeneralRe: Checkbox in Datagrid Pin
Imran Khan Pathan11-Jul-07 20:14
Imran Khan Pathan11-Jul-07 20:14 
AnswerRe: Checkbox in Datagrid Pin
Imran Khan Pathan11-Jul-07 19:57
Imran Khan Pathan11-Jul-07 19:57 
GeneralRe: Checkbox in Datagrid Pin
Kurian_Kurian11-Jul-07 20:09
Kurian_Kurian11-Jul-07 20:09 
GeneralRe: Checkbox in Datagrid Pin
N a v a n e e t h11-Jul-07 20:37
N a v a n e e t h11-Jul-07 20:37 
GeneralRe: Checkbox in Datagrid Pin
Kurian_Kurian11-Jul-07 22:09
Kurian_Kurian11-Jul-07 22:09 
GeneralRe: Checkbox in Datagrid Pin
_AK_11-Jul-07 22:21
_AK_11-Jul-07 22:21 
GeneralRe: Checkbox in Datagrid Pin
N a v a n e e t h11-Jul-07 22:34
N a v a n e e t h11-Jul-07 22:34 
GeneralRe: Checkbox in Datagrid Pin
Kurian_Kurian12-Jul-07 3:18
Kurian_Kurian12-Jul-07 3:18 
Questionasp.net Pin
abglorie11-Jul-07 18:45
abglorie11-Jul-07 18:45 
AnswerRe: asp.net Pin
Sathesh Sakthivel11-Jul-07 18:57
Sathesh Sakthivel11-Jul-07 18:57 
AnswerRe: asp.net Pin
RepliCrux11-Jul-07 19:02
RepliCrux11-Jul-07 19:02 

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.