Click here to Skip to main content
15,890,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: type convertion Pin
Federico Orlandini9-Jan-08 0:31
Federico Orlandini9-Jan-08 0:31 
GeneralRe: type convertion Pin
bigphish9-Jan-08 0:49
bigphish9-Jan-08 0:49 
GeneralRe: type convertion Pin
Federico Orlandini9-Jan-08 1:06
Federico Orlandini9-Jan-08 1:06 
GeneralRe: type convertion Pin
Cuckoo9-Jan-08 1:21
Cuckoo9-Jan-08 1:21 
GeneralRe: type convertion Pin
Paddy Boyd9-Jan-08 1:57
Paddy Boyd9-Jan-08 1:57 
Questioncustom page size [modified] Pin
manowj9-Jan-08 0:02
manowj9-Jan-08 0:02 
GeneralException Handling Pin
danasegaranea8-Jan-08 23:38
danasegaranea8-Jan-08 23:38 
GeneralRe: Exception Handling Pin
Paddy Boyd8-Jan-08 23:39
Paddy Boyd8-Jan-08 23:39 
Try
'Error if the user inputs some string
Dim strCode As Integer= Request.QueryString("Code")

Catch ex As Exception
Response.Write(Request.QueryString("Code"))
End Try


Something like that?
GeneralRe: Exception Handling Pin
danasegaranea8-Jan-08 23:41
danasegaranea8-Jan-08 23:41 
GeneralRe: Exception Handling Pin
Paddy Boyd9-Jan-08 0:00
Paddy Boyd9-Jan-08 0:00 
GeneralRe: Exception Handling Pin
danasegaranea9-Jan-08 0:32
danasegaranea9-Jan-08 0:32 
GeneralRe: Exception Handling Pin
danasegaranea9-Jan-08 18:04
danasegaranea9-Jan-08 18:04 
Generalpayseal integration Pin
alok.mailbox8-Jan-08 23:24
alok.mailbox8-Jan-08 23:24 
GeneralRe: payseal integration Pin
Paddy Boyd8-Jan-08 23:39
Paddy Boyd8-Jan-08 23:39 
GeneralFile authentication Pin
Fred_Smith8-Jan-08 23:23
Fred_Smith8-Jan-08 23:23 
GeneralRe: File authentication Pin
DotNetXenon9-Jan-08 4:17
DotNetXenon9-Jan-08 4:17 
GeneralRe: File authentication Pin
Fred_Smith9-Jan-08 5:37
Fred_Smith9-Jan-08 5:37 
GeneralRe: File authentication Pin
DotNetXenon9-Jan-08 10:23
DotNetXenon9-Jan-08 10:23 
GeneralRe: File authentication Pin
Fred_Smith11-Jan-08 23:00
Fred_Smith11-Jan-08 23:00 
GeneralBeginner problem (Pages work on localhost but do not work when published) Pin
Muhammad Gouda8-Jan-08 22:56
Muhammad Gouda8-Jan-08 22:56 
GeneralRe: Beginner problem (Pages work on localhost but do not work when published) Pin
Paddy Boyd8-Jan-08 23:09
Paddy Boyd8-Jan-08 23:09 
GeneralRe: Beginner problem (Pages work on localhost but do not work when published) Pin
Muhammad Gouda8-Jan-08 23:26
Muhammad Gouda8-Jan-08 23:26 
GeneralRe: Beginner problem (Pages work on localhost but do not work when published) Pin
Paddy Boyd8-Jan-08 23:27
Paddy Boyd8-Jan-08 23:27 
GeneralRe: Beginner problem (Pages work on localhost but do not work when published) Pin
Muhammad Gouda9-Jan-08 1:28
Muhammad Gouda9-Jan-08 1:28 
Generalssl certificate question Pin
eyeseetee8-Jan-08 22:44
eyeseetee8-Jan-08 22:44 

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.