Click here to Skip to main content
15,886,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: get logged in user name Pin
Afzaal Ahmad Zeeshan20-Mar-15 1:14
professionalAfzaal Ahmad Zeeshan20-Mar-15 1:14 
QuestionInterview Question -Why Validation in Update Panel is not working properly? Pin
Rajesh waran19-Mar-15 19:37
professionalRajesh waran19-Mar-15 19:37 
AnswerRe: Interview Question -Why Validation in Update Panel is not working properly? Pin
F-ES Sitecore19-Mar-15 22:36
professionalF-ES Sitecore19-Mar-15 22:36 
AnswerRe: Interview Question -Why Validation in Update Panel is not working properly? Pin
Rajesh waran19-Mar-15 23:59
professionalRajesh waran19-Mar-15 23:59 
Questioncheck data exist or not? Pin
Praveen Kandari19-Mar-15 0:00
Praveen Kandari19-Mar-15 0:00 
AnswerRe: check data exist or not? Pin
Afzaal Ahmad Zeeshan19-Mar-15 1:39
professionalAfzaal Ahmad Zeeshan19-Mar-15 1:39 
AnswerRe: check data exist or not? Pin
F-ES Sitecore19-Mar-15 1:40
professionalF-ES Sitecore19-Mar-15 1:40 
AnswerRe: check data exist or not? Pin
jkirkerx19-Mar-15 8:24
professionaljkirkerx19-Mar-15 8:24 
If your really good at this, you use JQuery client side programming, and either bind a blur event to the textbox, or create a textbox with a blur event that links to a JQuery Function.
Then write a JQuery Ajax request to a web service, in which the web service returns the data you need, and do something with the result.
In the web service, you perform all your server side programming, but it happens in the background without a postback to the server, keeping the web app smooth in motion and fast in speed.

Introduction to using jQuery with Web Services[^]

Other wise, you have to postback the textbox data to the server, and fetch new stuff and repopulate the HTML or form (Gridview)

When developing on a local machine, folks forget about speed, and long it takes. So consider form design for this,
Is this an optimum time to check the data entered, and force the user to wait 10 seconds or so?
QuestionInterview Question for ASP.NET Pin
Victor Ebe18-Mar-15 5:53
Victor Ebe18-Mar-15 5:53 
AnswerRe: Interview Question for ASP.NET Pin
ZurdoDev19-Mar-15 3:46
professionalZurdoDev19-Mar-15 3:46 
QuestionInfinite Scroll by jquery and asp.net and page slow & crash issue Pin
Tridip Bhattacharjee17-Mar-15 23:11
professionalTridip Bhattacharjee17-Mar-15 23:11 
AnswerRe: Infinite Scroll by jquery and asp.net and page slow & crash issue Pin
ZurdoDev19-Mar-15 3:47
professionalZurdoDev19-Mar-15 3:47 
GeneralRe: Infinite Scroll by jquery and asp.net and page slow & crash issue Pin
Tridip Bhattacharjee19-Mar-15 21:34
professionalTridip Bhattacharjee19-Mar-15 21:34 
QuestionShowing Polyline Using ASP NET and database Pin
Member 1110549017-Mar-15 22:05
Member 1110549017-Mar-15 22:05 
QuestionReload parent page after closing the popup Pin
indian14317-Mar-15 14:04
indian14317-Mar-15 14:04 
AnswerRe: Reload parent page after closing the popup-Resolved Pin
indian14317-Mar-15 17:59
indian14317-Mar-15 17:59 
Questionexport gridview data to ODS file Pin
Praveen Kandari15-Mar-15 23:56
Praveen Kandari15-Mar-15 23:56 
AnswerRe: export gridview data to ODS file Pin
jkirkerx16-Mar-15 11:01
professionaljkirkerx16-Mar-15 11:01 
GeneralRe: export gridview data to ODS file Pin
Praveen Kandari16-Mar-15 19:08
Praveen Kandari16-Mar-15 19:08 
GeneralRe: export gridview data to ODS file Pin
jkirkerx17-Mar-15 6:14
professionaljkirkerx17-Mar-15 6:14 
GeneralRe: export gridview data to ODS file Pin
Praveen Kandari19-Mar-15 0:02
Praveen Kandari19-Mar-15 0:02 
QuestionGetting Error Message when adding Content pages with Master Pages in ASP.Net Pin
Reddy Ankireddy14-Mar-15 15:08
Reddy Ankireddy14-Mar-15 15:08 
AnswerRe: Getting Error Message when adding Content pages with Master Pages in ASP.Net Pin
jkirkerx16-Mar-15 11:07
professionaljkirkerx16-Mar-15 11:07 
QuestionEncryption Pin
Member 1133602714-Mar-15 0:59
Member 1133602714-Mar-15 0:59 
AnswerRe: Encryption Pin
Anurag Gandhi14-Mar-15 6:07
professionalAnurag Gandhi14-Mar-15 6:07 

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.