Click here to Skip to main content
15,894,180 members
Home / Discussions / C#
   

C#

 
GeneralRe: writing javascript in code behind Pin
Tamer Oz22-Jul-09 0:43
Tamer Oz22-Jul-09 0:43 
GeneralRe: writing javascript in code behind Pin
kKamel22-Jul-09 1:42
kKamel22-Jul-09 1:42 
GeneralRe: writing javascript in code behind Pin
Tamer Oz22-Jul-09 2:10
Tamer Oz22-Jul-09 2:10 
GeneralRe: writing javascript in code behind Pin
kKamel22-Jul-09 2:28
kKamel22-Jul-09 2:28 
AnswerRe: writing javascript in code behind Pin
MumbleB22-Jul-09 0:15
MumbleB22-Jul-09 0:15 
GeneralRe: writing javascript in code behind Pin
kKamel22-Jul-09 0:33
kKamel22-Jul-09 0:33 
AnswerRe: writing javascript in code behind Pin
Brij22-Jul-09 1:17
mentorBrij22-Jul-09 1:17 
GeneralRe: writing javascript in code behind Pin
kKamel22-Jul-09 1:44
kKamel22-Jul-09 1:44 
GeneralRe: writing javascript in code behind Pin
Brij22-Jul-09 1:52
mentorBrij22-Jul-09 1:52 
GeneralRe: writing javascript in code behind Pin
kKamel22-Jul-09 2:18
kKamel22-Jul-09 2:18 
QuestionAudit Pin
arkiboys21-Jul-09 22:49
arkiboys21-Jul-09 22:49 
AnswerRe: Audit Pin
SeMartens21-Jul-09 22:55
SeMartens21-Jul-09 22:55 
GeneralRe: Audit Pin
arkiboys21-Jul-09 22:57
arkiboys21-Jul-09 22:57 
GeneralRe: Audit Pin
Pete O'Hanlon22-Jul-09 0:24
mvePete O'Hanlon22-Jul-09 0:24 
GeneralRe: Audit Pin
arkiboys22-Jul-09 0:31
arkiboys22-Jul-09 0:31 
QuestionError Handling Pin
mjawadkhatri21-Jul-09 22:26
mjawadkhatri21-Jul-09 22:26 
AnswerRe: Error Handling Pin
Tom Deketelaere21-Jul-09 22:38
professionalTom Deketelaere21-Jul-09 22:38 
AnswerRe: Error Handling Pin
Vimalsoft(Pty) Ltd22-Jul-09 0:06
professionalVimalsoft(Pty) Ltd22-Jul-09 0:06 
I saw your Example code in Coding Horrors Smile | :) lol

I dont know what your problem is but its not done that way, what is the is of using the catch keywork and not use it.

try
{
       //Statement which can cause an exception.
}
catch(ApplicationExeption ex)
{
    // Statements for handling the exception use  the ex Object here
}


Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.somee.com
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerRe: Error Handling Pin
Luc Pattyn22-Jul-09 1:27
sitebuilderLuc Pattyn22-Jul-09 1:27 
QuestionBeep Duration Pin
gwithey21-Jul-09 22:22
gwithey21-Jul-09 22:22 
AnswerRe: Beep Duration Pin
Nagy Vilmos21-Jul-09 23:17
professionalNagy Vilmos21-Jul-09 23:17 
GeneralRe: Beep Duration Pin
gwithey21-Jul-09 23:53
gwithey21-Jul-09 23:53 
AnswerRe: Beep Duration Pin
Luc Pattyn22-Jul-09 1:28
sitebuilderLuc Pattyn22-Jul-09 1:28 
QuestionTotal Sum Value of columns as header row by ID in gridview Pin
vanillaET21-Jul-09 21:56
vanillaET21-Jul-09 21:56 
AnswerRe: Total Sum Value of columns as header row by ID in gridview Pin
Nagy Vilmos21-Jul-09 22:12
professionalNagy Vilmos21-Jul-09 22:12 

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.