Visual Basic .NET » ASP.NET General Discussion
Yahoo! Web Services Request and AjaxPro JSON Parser - I love
brilliant!
How to access DataTable?
Hi,Albert Weinert I am sorry,You are right! Here we discuss AjaxPro,But I still use Ajax. It works right when I updated to AjaxPro,Thank you for your help.
Firefox 2.0 rc3
Hi, I'm using BonEcho already some weeks without problems. On 7/13/06, Fabio <clicklist> wrote: Someone have tested Ajax.Net with Firefox 2.0 rc3 ??? Some feedback??? Here the link to download: / > -- Best regards | Schöne Grüße Michael Microsoft MVP - Most Valuable Professional Microsoft MCAD - Certified Application Developer / / mailto:info
Rendering Server Controls using Callbacks vs Ajax.Net
I am not sure this is much different than the post I responded named "bind dataGrid using AJAX". You can already do the exact same thing with AJAX.NET that ASP.Net callbacks can do. The advantage is that as the writer explains, it is all integrated in the .NET 2.0 lifecycle of an ASP request. On 7/12/06, Fabio <clicklist> wrote: I saw a lot of questions here in the group ab
Not converting JavaScript arrays?!
JasonBunting schrieb: So, are you just going to ignore my follow-up questions and comments? I really think you should address this issue - sending a simple JavaScript array back to the server should easily translate to a .NET It is no Problem for Ajax.NET Pro to convert JavaScripts array back to Server, if on the server side the type es defined. With XmlHttpRequest only a string with chars
namespace and class is not defined error
UPDATE: I tried to access ajaxpro/xxxxxxxxx.ashx on the host and got a System.Security.SecurityException for 3 of the files that are includes in my page source. Any ideas?
»Ø¸´£º À¬»øÓʼþ?
please dont send email like this to me ,they are garbage EMAIL!!!!!!!! bubberz <chip> дµÀ£º INeedADip, Thanks again for the help! That was it. This book specificially says to do "Page Class".Add(......, and doesn't say anything about using the web app name. You were right though, this worked (CSS is the app name): window.onload = function () { var response = CSS.Aj
How to access DataTable?
Old Gun schrieb: I want to use Field Index access field,like this, ds.Tables; ds.Tables but this always return a error. Please help how i do. Search this Group will also help to :) -- Freundliche Grüße Albert Weinert
Access to path "<Sever Map Path>" is denied.
Hi, if you want to access the Server.MapPath method you have to use System.Web.HttpContext.Current.Server.MapPath instead! If you have security exceptions you have to verify that the ASP.NET worker process user has enough user rights. Can you get the path which is not working? Regards, Michael On 7/11/06, handle <vreboton> wrote: Hi all I am having this error, everytime I make a req
mlav.ph@gmail.com wants to 3D IM w/ you on IMVU
Hi, I just signed up at IMVU.com. I'd like you to come join me! Basic membership is free, and it takes about a minute to create your own avatar. --Guest_ayette Your buddy Guest_ayette has invited you to chat in 3D! IMVU is the worlds greatest 3D instant messenger! Get IMVU now! You are receiving this email because someone who knows you sent you an invitation to join them on imvu.com.&nbsp;
spry framework and ajaxpro 6.7.11.1
gary schrieb: The spry framework stops working when this version is used. 6.5.9.1 works fine alongside spry. Just thought I'd let you know. Please be more specific. What is not working? Which error Messages? Is a sample available? -- Freundliche Grüße Albert Weinert
Ajax in Web servers, it works!
What's wrong with this? What would you like to change? On 7/11/06, RoyLee <lihongzhai> wrote: it is strange to bind Web App, Web servers and AjaxPro. The work was done resently in my project. There is a Web servers: public class Service1 : System.Web.Services.WebService { public string myData; .... and a server method
Debug Mode?
gary schrieb: I found the error it was in the framework not supporting enumerations which have a different base type other than int. I have emailed Michael with the fix. Maybe you using an "old" version, enums other than int are supported since Version 6.6.2.1 -- Freundliche Grüße Albert Weinert
object-based domain model like NEO
Hi all, Are there any other domain model framework like NEO for .NET framework 2? Thanks
There is anything
Não funcionou e a porra do Fiddler quase fudeu meu servidor web.... Return é palavra reservada do C# no VB se atribui o nome da função ao valor que se quer retornar, funciona perfeito no NET 1.1, mas no 2.0 não consegui expor os métodos ajax através de webusercontrol.... Don't works and the f&¨$¨&$¨#& Fiddler almost crack up my web server.... Return is a C# reserved word, in VB you
Need a sharp C#, ASP.net developer for Microsoft - Seattle
I need a local to Seattle, brilliant C#, ASP.net developer. If not local to Seattle, must be willing to travel if needed for an in-person interview after the telephonic. This is urgent. Kindly send resumes to ashvin.lima That is ashvin dot lima at xoriant dot com Thanks for looking.
Dropdown List using AJAX
There is a demostration of that type of functionality on (Contacts Examples) Joseph Guadagno
callback function inside a class
Really tnx... it work!
Handling timeouts
How can I define the global variable timeoutPeriod? Using AjaxPro.timeoutPeriod = 10000 gives the error "AjaxPro" is undefined. Also is there a way to call a single function upon all timeouts in a page? Thanks :)
Migration to .Net 2.0
I am facing the same problem .... the code for web.config is... <httpHandlers> <add verb="POST,GET" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2"/> </httpHandlers> my problem is with calling the c# function in javascript can u send me the snippet where you have written the javascript part for the ajaxpro2
How pass a htmtable to a ajaxfunction
how i can pass in javascript a htmltable to a Ajax Function Thanks
Simple add method not working
INeedADip, Thanks again for the help! That was it. This book specificially says to do "Page Class".Add(......, and doesn't say anything about using the web app name. You were right though, this worked (CSS is the app name): <script language="javascript"> window.onload = function () { var response = CSS.Ajax.Add(6, 9); alert(response.value); }
.NET Attribute for VB code
Looks like it's this: <AjaxPro.AjaxMethod()> _ Public Function Add(ByVal firstNumber As Integer, ByVal secondNumber As Integer) As Integer Return firstNumber + secondNumber End Function Thanks!
Delete Clientside datarow
oops perhaps newItems.Rows.length instead of newItems.length.... lolol
Not emitting client script = bug???
I'm thinking that the problem is on my side, but why don't ask??? The problem is: I move my developing efforts to Net 2.0 and do as AjaxPro.Info webusercontrol examples (code below): Partial Class controles_BoxFavorito Inherits System.Web.UI.UserControl Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load AjaxPro.Utility.RegisterTypeForAjax(Get
Passing Ajax.Web.Dictionary ?
That's great. Some little questions: Why does strings comes out with quots? And is there a way to send a datetime in a JavaScriptObject? This is the o.Value new Ajax.Web.Dictionary("System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[AjaxPro.IJavaScriptObject, AjaxPro.2, Version=6.7.11.1, Culture=neutral, Pub
Download new JSON stand-alone library for Microsoft .NET 1.1
Hi, there is a new stand-alone version for JSON serialization/deserialization library available for Microsoft .NET 1.1/2.0. The JSON parser is extracted from my Ajax.NET Professional library and will be available in the download package in the future, too. Download the new version at / (see the new link for the stand-alone version). -- Best regards | Schöne Grüße Michael Microsoft MVP - Most
Code to VB from C
Thanks INeedADip! that was it!
hosting web site
open the start page of .net. choose web hosting. try brinkstar --------------------------------- How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.
Could not load assembly error
Thanks, works fine now :) Michael Schwarz wrote: Hi, I've updated the download file, please download the new version at / (same version 6.7.9.1). Sorry, nobody is using the WebEvent, as I see... ;) Regards, Michael On 7/10/06, K. Ali Ulug <keremaliulug> wrote: > > Hello, > > I renamed AjaxPro.2(including webevent).dll to AjaxPro.2.dll and added > it to my proj
Images gallery
Hi Michael Schwarz ! I want do it as the ComonentArt Control in the demo page Regards,
passing client date to server
Ok I was able to get a part of it working by upgrading to the newes version. But I'm still not able to see the data. I'm sending the same dataset I received from the server back to the server after some changes have been made by the client. I'm not creating a new table. Here is my code. The JavaScript is the same. I get the error at this line: object oWrapper = oConverter.Deserialize(DataObject
ASP.NET and Oracle: Getting Error while connecting as ORA-12
is the authentication all right? check security- Then test connection- --------------------------------- Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta.
passing clent date to server
Ok I've figured out the solution to my problem by using version 6.6.7.1. the code is below. JavaScript code function BuildDataSet() { var ds = new Ajax.Web.DataSet(); var dt = new Ajax.Web.DataTable(); var txtValue3 = document.getElementById("TextBox3"); var txtValue4 = document.getElementById("TextBox4"); var txtValue5
what's the good book of learning c#?
inside c# second version montecarlo wrote: I'm a beginner. Many thx.
DataSet and web
You may want to try using the data table object instead and store the table in the cache for access. Create the aspx page and give the datagird the ID of MyDataGrid then in the code behind add. You can store the datatable in th cahce and access it from there..... Let me know if this works for what you are trying to accomplish. Imports System Imports System.Data Imports System.Web Imports Syst
Web 2.0/AJAX Schulung
Ich würde auf jeden Fall kommen. Calle
Violation of PRIMARY KEY constraint 'PK Employee'. Cannot in
You are trying to add a record for EmpID that already exists. Simply make it a integer indentity data type. Then if you have an employee number that you want to store, save that in a different column, i.e. EmpNbr. If you want it to be unique, put a unique index on it. It the user can enter the EmbNbr, then do a check to see if it exists BEFORE trying to insert the record. If it is already a
Violation of PRIMARY KEY constraint 'PK Employee'. Cannot in
Oh, one more thing, you should be using nvarchar and not nchar.
Questing related to .net app domain
Which host can't be used to create .Net app domain. IIS,IE,ASP.Net,Window shell
window.open that will not return untill the popup is done
I use RegisterClientScriptBlock on my main.aspx to create a popup that opens popup.aspx. Popup.aspx contains some very time consuming methods and therefore the user should be able to continue browsing using main.aspx. Unfortunately that is not the case. The popup.aspx works fine, but if I press a button (or any round-trip action) on the main.aspx, the main.aspx simply "hangs" until popup.aspx is
Detect software installed in a machine client
Hi! I need to know how to detect if a program, MS Project 2003, is installed in the client computer, through my ASP.NET application, so users who don't have the software installed would be redirected to another page. Thanks in advance.
window.open that will not return until the popup is done
I have a main.aspx and a popup.aspx. I use RegisterClientScriptBlock in main.aspx to call a clientside window.open to open the popup.aspx. The popup.aspx processes some very time consuming actions that the user should not wait around for - hence the popup. My problem is that while the popup.aspx is processing, the main.aspx cannot complete a roundtrip to the server. If I press a button (or any o
Apply Style to HTML Anchor in asp.net in code-behind
Hi, I want to change the textmode of a textbox to password after onclick event in ASP.NET. Can any one help me Regards, Sunil On 7/11/06, vani kulkarni <vanivk> wrote: What kind of styles do u want to apply? Styles can be inline or they can be placed in <style> </style> or styles can be placed in any .css file which can be called into the page. R
Detect software installed in client machine
Hi! I need to know how to detect if a program, MS Project 2003, is installed in the client computer, though my ASP.NET application, so users who don't have the software installed would be redirected to another page. thanks in advance.
latest version 6.7.2.1 response error after killing w3wp.exe
Hi All, do anyone having the problem that ajaxpro won't work after killing w3wp.exe ? This error seems to be the solved as but i am still having this problem
Problems with Firefox and Safari. Also, what's up with the $
Hm, you are not using the version 6.7.2.1, please update the Ajax.NET Professional library from /. You bug has been fixed with version 6.6.5.2, and you are using 6.6.2.2... ;) Regards, Michael On 7/7/06, Jeremy wrote: Here are the errors : Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) " nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" locat
Problems with Firefox and Safari. Also, what's up with the $
Here are the errors : Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) " nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: :: anonymous :: line 321" data: no] Source File: Line: 321 Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) " nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" loc
Problems with Firefox and Safari. Also, what's up with the $
Here are the errors : Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) " nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: :: anonymous :: line 321" data: no] Source File: Line: 321 Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) " nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" loc
Problems with Firefox and Safari. Also, what's up with the $
In Firefox you can open the JavaScript Console, which error do you see there, which line,...? On 7/7/06, Jeremy wrote: I'm using 6.7.2.1. Thanks again for the help. Michael Schwarz wrote: > Which version are you using? > -- Best regards | Schöne Grüße Michael Microsoft MVP - Most Valuable Professional Microsoft MCAD - Certified Application Developer / / mailto:info

[Page 1] [Page 2] [Page 3] [Page 4] [Page 5]
Home