-
Hello everyone, I have a gridview on my page & each of its row is have a link button. On click of this button i want to show a modal popup but also have to pass some id particularly bound to that row.I have done almost achieved this by following method :
OnGridViewRowDataBound()
{ LinkButton lnk...
-
I am trying to use the following code to get a reference to a modalpopupextender, but when I check the value of the javascript variable 'modal' it is always null. What is the proper way to get a reference to the AJAX control using javascript? .vb Dim myStringBuilder As New StringBuilder(246)...
-
Hi, I've created my first site incorporating ajax, and have a couple of questions. (noob with Ajax, so be gentle :) It seems that "normal" javascript doesn't work - is that because of Ajax? I've tried incorporating some of our normal javascript on some pages - we use it on many...
-
Hello, all. I'm Frederick. I'm trying to make a dashboard. In it, I'm trying to display one user control inside another user control using LoadControl(string virtualpathToUserControl) My problem is that my control isn't loading and on the other user control. This could be a code problem...
-
I am trying to generate some client reference documentation for my component using AjaxDoc and SandCastle. I wanted to include some classes in the Sys namespace, but the MicrosoftAjax.xxx.js files do not contain complete XML comments, e.g. if you look at the function definition for Sys.Component you...
-
Hello Everyone, I'm trying to use Prototype JS and AJAX to send mails but it fails after a few mails. Below is my code:- 1 ajaxReqs = new Ajax.Request ( 'sendReqs.php', 2 { 3 method:'post', parameters: {nme: $("nme").value, ema: $("ema").value, msg: $("msg"...
-
Would you like to develop next web app with C# or VB.NET, but no JavaScript and no Update Panels? Well, Gaia Ajax is tha thingy... What's new? Doubled Speed Massive performance gains — up to 50% — in Ajax callbacks. Zero ViewState Improved internal ViewState logic — For you: even less data sent,...
-
Hi My task is related to Runtime Form Builder. I
have to design a form builder in which user has permission to drag the
control(as of textbox, dropdown, checkbox etc) onto the form and set
its property as of Label, Validation, Data Type etc.. For more
clear view of this let me explain what i want.. I...
-
Hi! As my post's title says, i want some "fix" for my calendar extender control. In my *.aspx page, i have a textbox named "txt1" and a Calendar Extender Control named "ce1" . Also, i have an icon on the right of txt1 which functions like a button for my calendar. When...
-
Hi! I have two text boxes inside my aspx page: a) the "txt1" and b) the "txt2". Both text boxes has CalendarExtender controls attached: a) the txt1 has the "CalendarExtender1" and b) the txt2 has the"CalendarExtender2". All i want, is this: Using client-side script...