Click here to Skip to main content
15,911,786 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: I have to implement field level security Pin
eyeseetee7-Apr-08 23:29
eyeseetee7-Apr-08 23:29 
GeneralRe: I have to implement field level security Pin
N a v a n e e t h7-Apr-08 23:36
N a v a n e e t h7-Apr-08 23:36 
GeneralRe: I have to implement field level security Pin
Syed Kamran ul Haq7-Apr-08 23:50
Syed Kamran ul Haq7-Apr-08 23:50 
GeneralRe: I have to implement field level security Pin
N a v a n e e t h8-Apr-08 0:05
N a v a n e e t h8-Apr-08 0:05 
GeneralRe: I have to implement field level security Pin
eyeseetee8-Apr-08 0:08
eyeseetee8-Apr-08 0:08 
GeneralRe: I have to implement field level security Pin
Christian Graus8-Apr-08 0:11
protectorChristian Graus8-Apr-08 0:11 
GeneralProblem in moving text from one textbox to another Pin
Deepak Nigam7-Apr-08 22:46
Deepak Nigam7-Apr-08 22:46 
GeneralRe: Problem in moving text from one textbox to another Pin
Christian Graus7-Apr-08 23:00
protectorChristian Graus7-Apr-08 23:00 
I recommend you do some reading on ASP.NET. Basically, just because the IDE doesn't show you an event, doesn't mean it doesn't exist, it just doesn't exist on the server side. You can add an onblur to a textbox, and it will be passed to the client and work perfectly.

Your next problem is getting the cliend side Id of your textboxes. This is represented by the ClientID property of your server control. You need to write that to the client, either inline in your script, or as script that creates js variables you can use. Also never call document.getElementById and assume it returns something, add a step that checks it.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

QuestionHow to Process name Pin
ILLUSIONARY LIFE7-Apr-08 22:41
ILLUSIONARY LIFE7-Apr-08 22:41 
AnswerRe: How to Process name Pin
Christian Graus7-Apr-08 22:58
protectorChristian Graus7-Apr-08 22:58 
GeneralProblem with onrowcreate in gridview Pin
eyeseetee7-Apr-08 21:48
eyeseetee7-Apr-08 21:48 
GeneralRe: Problem with onrowcreate in gridview Pin
Christian Graus7-Apr-08 21:52
protectorChristian Graus7-Apr-08 21:52 
GeneralRe: Problem with onrowcreate in gridview Pin
eyeseetee7-Apr-08 21:58
eyeseetee7-Apr-08 21:58 
GeneralRe: Problem with onrowcreate in gridview Pin
Christian Graus7-Apr-08 22:21
protectorChristian Graus7-Apr-08 22:21 
GeneralRe: Problem with onrowcreate in gridview Pin
eyeseetee7-Apr-08 22:30
eyeseetee7-Apr-08 22:30 
GeneralRe: Problem with onrowcreate in gridview Pin
Christian Graus7-Apr-08 22:32
protectorChristian Graus7-Apr-08 22:32 
GeneralImage Transparency Pin
Reelix7-Apr-08 21:43
Reelix7-Apr-08 21:43 
GeneralRe: Image Transparency Pin
Christian Graus7-Apr-08 21:49
protectorChristian Graus7-Apr-08 21:49 
GeneralRe: Image Transparency Pin
Reelix8-Apr-08 4:33
Reelix8-Apr-08 4:33 
GeneralOnloine Payment Pin
Member 46590017-Apr-08 21:34
Member 46590017-Apr-08 21:34 
GeneralRe: Onloine Payment Pin
eyeseetee7-Apr-08 21:39
eyeseetee7-Apr-08 21:39 
QuestionHow to use MathML Control Pin
yogesh_kumar_agarwal7-Apr-08 21:15
yogesh_kumar_agarwal7-Apr-08 21:15 
GeneralRe: How to use MathML Control Pin
Christian Graus7-Apr-08 21:19
protectorChristian Graus7-Apr-08 21:19 
GeneralRe: How to use MathML Control Pin
yogesh_kumar_agarwal7-Apr-08 22:24
yogesh_kumar_agarwal7-Apr-08 22:24 
GeneralRe: How to use MathML Control Pin
Christian Graus7-Apr-08 22:31
protectorChristian Graus7-Apr-08 22:31 

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.