Click here to Skip to main content
15,895,777 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem in updating database via datagrid Pin
Christian Graus14-Mar-09 21:44
protectorChristian Graus14-Mar-09 21:44 
Questioncan onblur method of javascript is also possible in c#.net scripting i am trying it but it not works have any similar method there ? Pin
Alok Sharma ji14-Mar-09 11:49
Alok Sharma ji14-Mar-09 11:49 
AnswerRe: can onblur method of javascript is also possible in c#.net scripting i am trying it but it not works have any similar method there ? Pin
Christian Graus14-Mar-09 12:16
protectorChristian Graus14-Mar-09 12:16 
GeneralRe: can onblur method of javascript is also possible in c#.net scripting i am trying it but it not works have any similar method there ? Pin
Alok Sharma ji14-Mar-09 15:28
Alok Sharma ji14-Mar-09 15:28 
GeneralRe: can onblur method of javascript is also possible in c#.net scripting i am trying it but it not works have any similar method there ? Pin
N a v a n e e t h14-Mar-09 16:32
N a v a n e e t h14-Mar-09 16:32 
GeneralRe: can onblur method of javascript is also possible in c#.net scripting i am trying it but it not works have any similar method there ? Pin
Christian Graus14-Mar-09 21:43
protectorChristian Graus14-Mar-09 21:43 
GeneralRe: can onblur method of javascript is also possible in c#.net scripting i am trying it but it not works have any similar method there ? Pin
N a v a n e e t h15-Mar-09 3:29
N a v a n e e t h15-Mar-09 3:29 
GeneralRe: can onblur method of javascript is also possible in c#.net scripting i am trying it but it not works have any similar method there ? Pin
Abhishek Sur14-Mar-09 21:58
professionalAbhishek Sur14-Mar-09 21:58 
Onblur can only be generated if the page is posted back.

In client server architecture, when a response is sent to the client, there is no connection between the client and the server. Thus when the page is posted back, that means another request is been made to the server with some postback info.

You can create an HTTPHandler to generate server side event, but to post back your page automatically when onBlur event of a textbox occurs, you need to do it through javascript.

Just do a postback of the page to your handler.. Rose | [Rose] Rose | [Rose]

Hope you understand!!!! Smile | :) Smile | :)


AnswerRe: can onblur method of javascript is also possible in c#.net scripting i am trying it but it not works have any similar method there ? Pin
Alok Sharma ji15-Mar-09 17:36
Alok Sharma ji15-Mar-09 17:36 
QuestionLinkButton cann't work [modified] Pin
sohighthesky14-Mar-09 6:14
sohighthesky14-Mar-09 6:14 
AnswerRe: LinkButton cann't work Pin
N a v a n e e t h14-Mar-09 6:22
N a v a n e e t h14-Mar-09 6:22 
AnswerRe: LinkButton cann't work Pin
Christian Graus14-Mar-09 8:11
protectorChristian Graus14-Mar-09 8:11 
QuestionResize gridview column width dynamically like component art grid Pin
ashishparihar131014-Mar-09 3:00
ashishparihar131014-Mar-09 3:00 
AnswerRe: Resize gridview column width dynamically like component art grid Pin
N a v a n e e t h14-Mar-09 6:21
N a v a n e e t h14-Mar-09 6:21 
QuestionAccessing listitem object collection... Pin
Radiv Jeshya14-Mar-09 2:48
Radiv Jeshya14-Mar-09 2:48 
AnswerRe: Accessing listitem object collection... Pin
N a v a n e e t h14-Mar-09 6:17
N a v a n e e t h14-Mar-09 6:17 
QuestionDisplay data according to cultural settings in SQL Report Pin
Shivan Nandan14-Mar-09 0:59
Shivan Nandan14-Mar-09 0:59 
AnswerRe: Display data according to cultural settings in SQL Report Pin
N a v a n e e t h14-Mar-09 6:13
N a v a n e e t h14-Mar-09 6:13 
GeneralRe: Display data according to cultural settings in SQL Report Pin
Shivan Nandan15-Mar-09 19:54
Shivan Nandan15-Mar-09 19:54 
QuestionShare Point [modified] Pin
JAYRAJ GIRI14-Mar-09 0:33
JAYRAJ GIRI14-Mar-09 0:33 
AnswerRe: Share Point Pin
Abhijit Jana14-Mar-09 0:43
professionalAbhijit Jana14-Mar-09 0:43 
AnswerRe: Share Point Pin
Sathesh Sakthivel14-Mar-09 1:39
Sathesh Sakthivel14-Mar-09 1:39 
AnswerRe: Share Point Pin
Christian Graus14-Mar-09 8:36
protectorChristian Graus14-Mar-09 8:36 
QuestionImpact of .NET Framework on IIS 6.0 Pin
bishwambhar_sen14-Mar-09 0:05
bishwambhar_sen14-Mar-09 0:05 
AnswerRe: Impact of .NET Framework on IIS 6.0 Pin
Abhijit Jana14-Mar-09 0:21
professionalAbhijit Jana14-Mar-09 0:21 

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.