Click here to Skip to main content
15,885,900 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to update data into gridview by using dataset through coding ? Pin
ofekhorizon13-Dec-08 21:38
ofekhorizon13-Dec-08 21:38 
AnswerRe: [Message Deleted] Pin
Christian Graus14-Dec-08 8:22
protectorChristian Graus14-Dec-08 8:22 
QuestionProfile.FullName Issue Pin
laziale13-Dec-08 8:55
laziale13-Dec-08 8:55 
QuestionStatus circle Pin
nour12313-Dec-08 7:04
nour12313-Dec-08 7:04 
AnswerRe: Status circle Pin
Expert Coming13-Dec-08 8:05
Expert Coming13-Dec-08 8:05 
AnswerRe: Status circle Pin
Christian Graus13-Dec-08 10:15
protectorChristian Graus13-Dec-08 10:15 
QuestionAjax not working - still does post-backs [modified] Pin
JFord123413-Dec-08 6:20
JFord123413-Dec-08 6:20 
AnswerRe: Ajax not working - still does post-backs Pin
Christian Graus13-Dec-08 10:13
protectorChristian Graus13-Dec-08 10:13 
JFord1234 wrote:
UseSubmitBehavior="False"


I am deeply suspicious of this.

I do have to wonder what % of devs in the MS world know the slightest thing about AJAX, and what % think that AJAX means a Microsoft library. There are some good books on the Microsoft AJAX library, you should consider reading one, to try to understand the stuff that it's hiding from you. You also need to get Firebug inside firefox so you can step through the client side code and get some idea of what the library is doing, so you can try to understand where it's going wrong. If you were actually using AJAX, it would be a lot easier to understand these sort of issues, because you'd actually understand what was happening.

Oh - here's something. You have onclick="Search_Click". That will be passed through to the client, and will look for a javascript method called 'Search_Click'. If you make it OnClick, then it will get hooked up to your ASP.NET server side code via postback or, hopefully, AJAX in this case.

Christian Graus

Driven to the arms of OSX by Vista.

GeneralRe: Ajax not working - still does post-backs Pin
JFord123413-Dec-08 11:15
JFord123413-Dec-08 11:15 
GeneralRe: Ajax not working - still does post-backs Pin
Christian Graus13-Dec-08 11:28
protectorChristian Graus13-Dec-08 11:28 
QuestionHelp With Playing FLV Videos from an SQL database? Pin
jambazi13-Dec-08 1:41
jambazi13-Dec-08 1:41 
AnswerRe: Help With Playing FLV Videos from an SQL database? Pin
Christian Graus13-Dec-08 10:08
protectorChristian Graus13-Dec-08 10:08 
QuestionUnderstanding HTTP Modules better Pin
CrimeanTurtle200812-Dec-08 23:37
CrimeanTurtle200812-Dec-08 23:37 
AnswerRe: Understanding HTTP Modules better Pin
Brij13-Dec-08 0:07
mentorBrij13-Dec-08 0:07 
GeneralRe: Understanding HTTP Modules better Pin
CrimeanTurtle200813-Dec-08 0:12
CrimeanTurtle200813-Dec-08 0:12 
Questionrolling of images in asp.net Pin
lavesh2129112-Dec-08 22:28
lavesh2129112-Dec-08 22:28 
AnswerRe: rolling of images in asp.net Pin
Abhijit Jana12-Dec-08 22:38
professionalAbhijit Jana12-Dec-08 22:38 
GeneralRe: rolling of images in asp.net Pin
lavesh2129112-Dec-08 22:57
lavesh2129112-Dec-08 22:57 
AnswerRe: rolling of images in asp.net Pin
Abhijit Jana12-Dec-08 23:07
professionalAbhijit Jana12-Dec-08 23:07 
GeneralRe: rolling of images in asp.net Pin
ofekhorizon13-Dec-08 21:42
ofekhorizon13-Dec-08 21:42 
QuestionRe: rolling of tables in asp.net [modified] Pin
lavesh2129114-Dec-08 21:34
lavesh2129114-Dec-08 21:34 
QuestionWorking with Crystal Reports Pin
SUDHAKAR PALLAM12-Dec-08 20:43
SUDHAKAR PALLAM12-Dec-08 20:43 
AnswerRe: Working with Crystal Reports Pin
Abhijit Jana12-Dec-08 22:24
professionalAbhijit Jana12-Dec-08 22:24 
Questiondisplay images in grid view from sqltable(urgent) Pin
lavesh2129112-Dec-08 20:05
lavesh2129112-Dec-08 20:05 
AnswerRe: display images in grid view from sqltable(urgent) Pin
Christian Graus12-Dec-08 20:14
protectorChristian Graus12-Dec-08 20:14 

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.