Click here to Skip to main content
15,888,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionFooterTemplate in Gridview. Pin
dayakar_dn16-Sep-09 8:16
dayakar_dn16-Sep-09 8:16 
AnswerRe: FooterTemplate in Gridview. Pin
Muhammad Mazhar17-Sep-09 9:22
Muhammad Mazhar17-Sep-09 9:22 
QuestionProblem with JavaScript Pin
phani2548516-Sep-09 7:02
phani2548516-Sep-09 7:02 
AnswerRe: Problem with JavaScript Pin
Manas Bhardwaj16-Sep-09 8:53
professionalManas Bhardwaj16-Sep-09 8:53 
GeneralRe: Problem with JavaScript Pin
phani2548516-Sep-09 15:33
phani2548516-Sep-09 15:33 
AnswerRe: Problem with JavaScript Pin
sashidhar16-Sep-09 21:16
sashidhar16-Sep-09 21:16 
AnswerRe: Problem with JavaScript Pin
Muhammad Mazhar17-Sep-09 9:27
Muhammad Mazhar17-Sep-09 9:27 
QuestionProblem with Ajax call from Infragistics ultrawebgrid Pin
sskala16-Sep-09 6:27
sskala16-Sep-09 6:27 
Hi,

I am facing a problem with ultrawebgrid that I used in my asp.net page. For one of the columns, say "Status" in the grid, there is an editor control - webcombo. Whenever the user clicks this column, I dynamically populate the webcomobo using an AJAX call (using XMLHttpRequest) in the "BeforeEnterEditModeHandler" client side event. The first click seems to be working fine. The subsequent clicks are not even invoking my Ajax page. I am not even hitting that break pointer in the Ajax page method. Instead once I make the send call of the XMLHttpRequest, while debugging, it takes me directly to igtbl_fireEvent - to this line:

if (gs.GridIsLoaded && result != true && eventObj[1] >= 1 && !gs.CancelPostBack)
igtbl_needPostBack(gn);
gs.CancelPostBack = false;

Finally, it sets the CancelPostBack to false....probably, this may be causing the problem because, the grid is trying to postback. I've this grid in an asp.net UpdatePanel. Can anybody help me with this? Am I doing wrong somewhere?

Any idea is highly appreciated. I am in a crucial stage of my project and I am unable to figure out what's happening.

Thanks,

Kala
Questionasp:boundcolumn dataformatstring - How do you suppress the trailing zero Pin
Steve van Niman16-Sep-09 6:05
Steve van Niman16-Sep-09 6:05 
QuestionAjaxModalPopup clicking OK button ,should reatin focus on textbox Pin
yadlaprasad16-Sep-09 4:15
yadlaprasad16-Sep-09 4:15 
AnswerRe: AjaxModalPopup clicking OK button ,should reatin focus on textbox Pin
Not Active16-Sep-09 5:27
mentorNot Active16-Sep-09 5:27 
AnswerRe: AjaxModalPopup clicking OK button ,should reatin focus on textbox Pin
Muhammad Mazhar17-Sep-09 9:30
Muhammad Mazhar17-Sep-09 9:30 
QuestionRequiredFieldValidator doesn't work Pin
Jan R Hansen16-Sep-09 4:11
Jan R Hansen16-Sep-09 4:11 
AnswerRe: RequiredFieldValidator doesn't work Pin
Not Active16-Sep-09 5:24
mentorNot Active16-Sep-09 5:24 
QuestionFingerprint biometrics integration into ASP.Net application Pin
Joseph Cheriaux MPORANYI16-Sep-09 3:53
Joseph Cheriaux MPORANYI16-Sep-09 3:53 
AnswerRe: Fingerprint biometrics integration into ASP.Net application Pin
Manas Bhardwaj16-Sep-09 4:13
professionalManas Bhardwaj16-Sep-09 4:13 
AnswerRe: Fingerprint biometrics integration into ASP.Net application Pin
Abhishek Sur16-Sep-09 9:33
professionalAbhishek Sur16-Sep-09 9:33 
QuestionWeb Site Administration Tool How to change the Password length ASP.NET 3.5 Pin
BoySetsFire16-Sep-09 2:55
BoySetsFire16-Sep-09 2:55 
AnswerRe: Web Site Administration Tool How to change the Password length ASP.NET 3.5 Pin
sashidhar16-Sep-09 21:23
sashidhar16-Sep-09 21:23 
GeneralRe: Web Site Administration Tool How to change the Password length ASP.NET 3.5 Pin
BoySetsFire17-Sep-09 1:43
BoySetsFire17-Sep-09 1:43 
Questionuse windows usercontrol in web application Pin
ramki.pindi16-Sep-09 2:48
ramki.pindi16-Sep-09 2:48 
AnswerRe: use windows usercontrol in web application Pin
Abhishek Sur16-Sep-09 9:26
professionalAbhishek Sur16-Sep-09 9:26 
GeneralRe: use windows usercontrol in web application Pin
ramki.pindi16-Sep-09 18:52
ramki.pindi16-Sep-09 18:52 
GeneralRe: use windows usercontrol in web application Pin
Muhammad Mazhar17-Sep-09 9:32
Muhammad Mazhar17-Sep-09 9:32 
GeneralRe: use windows usercontrol in web application Pin
ramki.pindi17-Sep-09 18:50
ramki.pindi17-Sep-09 18:50 

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.