Starting an Ajax.net Application in .net
i am new to ajax.net
could any one give me simple ajax,net example
so that i start building on my ajax skills
please.........
I started with the todolist video on the main asp.net/ajax page, and its all you need to know to get started. http://download.microsoft.com/download/0/f/6/0f651a0f-6f2b-4497-b061-e1b2825e22e0/MSAJAX-ToDoList.wmv Don't forget to click "Mark as Answer" on the post that helped you.This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
http://asp.net/ajax/
...
.Net Application generators
There are a few .Net complete n-tier application generators that generate directly from your database. Some even have their own database building tools. They are great and easy to follow and their applications generate real VB.Net and C# code, easy to learn. These are great starts for .Net stuff except for one thing, PRICE. Iron Speed is about $1500 and for the same exact product features ASPNetNow sells for only $279 for their Web Matrix version or $530 for VS version. Another company Avalanche sells for $995. Amazing price ranges. The first two match feature for feature except the first yo...
Net:Net:Net::LDAP::FAQ------_=_NextPart_001_01C6429F.D89AA417
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hello,
Net::LDAP
Net::LDAPS
Is there a possible to LDAP bind with an encrypted (SHA, SSHA, CRYPT,
....) password? I don't like to write the secret password to the perl
file.
Best regards
Barbara Wilbert
------_=_NextPart_001_01C6429F.D89AA417--
Wilbert Barbara (CI/OSI) * wrote:
> Hello,
>
> Net::LDAP
> Net::LDAPS
>
> Is there a possible to LDAP bind with an encrypted (SHA, SSHA, CRYPT,
> ......
Using .net AJAX enabled application in non .net Web Application
Hi,Does anyone have similar experience in development? I want to check if it's possible to run .net ajax object (from one standalone .net framework platform in company) with non .net application (i.e. J2EE web application)? It is because we want to add certain feature (i.e. office communicator chat) to our exist application (oracle J2ee). Please give me some advice :) Thanks!
Hi,
.Net AJAX is based on .Net Framework architecture. Thus .Net Framework currently lacks support for other platforms, such as Java.
Please check this link: http://www.csharphelp.com/arch...
Courses, parts of .NET needed to jump start database interfacing, programming, applications
Dear friends,
my colleague and I have been asked by our organization to develop web interfaces to enable all users in our division (only about 20) to access our databases. These are run by our IT division on MS SQL 2000. Since we have not done this before and have only basic developing skills, which courses would you recommend us to take?
I've heard we need to learn ADO and from what I've seen the ADO part course takes around 5 days and costs around 2000 dollars, whereas there is also a course for Web Applications development with either Visual Basic or C#.
If we take
* course in...
Problems while porting .Net framework 1.0 (VB.Net) application to .Net Framework 1.1
Hello,
I have a ASP.Net web application,written in VB.Net,developed on .Net Framework 1.0 .I am trying to port it on to .Net framework 1.1.
For achieving this,I follow the following steps-
1.Open the project using the .vbproj file.
2.I am prompted with the conversion message "Do you want to convert the solution and all projects to .Net framework 1.1....."
3.I click "Yes"
4.I assume that the project is now converted.
5.I build the project & try to run it.
6.I get the following error -
Server Error in '/Consert.Net' Application.
Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type CONsERT.Net.Global'.Source Error:
Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="CONsERT.Net.Global" %>
Source File: e:\inetpub\wwwroot\Consert.Net\global.asax Line: 1
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
My project includes aspx and vb files, as well as some crystal report files.
Can anyone please help me?
This is almost certainly a namespace case issue. I can't believe that you have a namespace CONsERT. The FCL is case sensitive, even if VB.NET isn't, so check all of your namespace declarations,...
Mobile application in .net
Hi I am new to this part of .net. I want to start from beginning. Can anyone please tell me the website for the beginner. Another thing I want to ask is "What is the demand in market for mobile applications in .net" Kindly advice RegardsKaran RegardsKaran GuptaFor .net,Javascript and Sql server articles and interview question visithttp://guptakaran21.googlepages.com/main
Should I elaborate more RegardsKaran GuptaFor .net,Javascript and Sql server articles and interview question visithttp://guptakaran21.googlepages.com/main
Hi Kara...
.Net Mobile Application
I would like to develop a mobile web application. I installed the MMIT 1.0 and the first update because i am using .Net Framework 1.0. As a mobile emulator i am currently using Openwave SDK 4.1 but for example when using the combo box it is being rendered as a list in the mobile emulator. On the other hand, when i tried using Openwave SDK 6.2 the command control was not working. I was encountering a TimeOut Request.
Can anyone suggest me what mobile emulators are best to use and whether i would be ok working with MMIT1.0 and the first update?
Thanks in advance
Hi
Working with ...
Getting Start With .net
hi
i'm intersted to learn asp.net (vb or delphi) .
i programming with delphi6 but i'd like to tp know something about programming in internet specially with .net .
i hear about microsoft.net with delphi 7 that i can programming with delphi in .net .... is it right ?
what 's our opinian about it ? and better to learn Vb.Net or continu with delphi(or delphi.net)
thanks.
Ali Darabian
I think there is some support for Delphi in .Net.
However, you will find much more support from the user community if you choose a more popular language such as VB.Net or C#. Since your al...
how to get start with .NET
the net help people installed to my desktop
1-microsoft visual studio .NET enterprise developer 2003
2-microsoft .NET framework 1.1
what else do i need ...??? and how can i try with some simple code in VS.Net and run it to see
wat happen...?????
please help
If you want to develope web applications, then you'll also need IIS on your PC. That'll require XP-Professional or Windows 2000/2003, but XP-Home edition won't allow IIS installation.
As for how to get started, you can search the web for some tutorials or buy a good book on VS. The topic is way too vast to...
Can a .NET web based intranet application call a windows based .NET application?
Is it possibly to have an asp.net 2.0 application call/invoke a windows desktop application written in .NET 2.0?
We have a .NET 1.0 windows desktop application that was written in C#. We also have a new .NET intranet web application written in asp.net 2.0. Is it possibly to have a button on the web application that when pressed will invoke the .NET 1.0 windows application? And then if someone closes the application, it will return control back to the ASP.NET 2.0 application?
Are you referring to running a WinForms application on the server or on the client PC? ...
ADO.NET Programming in Visual Basic .NET
Has anyone read "ADO.NET Programming in Visual Basic .NET, Second Edition"
by Steve Holzner (Author), Bob Howell (Author)?
I am trying to working on a project and there are a few things that I need to tie up quickly in my web forms. Is this book a good one?
karls------------------------------------'Old and wrinkled is not what I expected to become when I grew up!'...
How to get RS (From VB6) to .NET (VB.NET)
Hi Friends, I have requirement, there is one function in VB6 it returns a RS, I need to call that function in VB.NET, how to get those values into .NET, if can any body can help (pass me some code snippets), that will be greate, Thank you.Madhu... -Madhu
hey guys i got this one just by using fill method.-Madhu...
.NET Web Service and Non .NET programe
When we develop a web service by VB.NET. Then i use visual basic, Microsoft access, asp. Can these stuff access to my web service ?
Means you want to access Webserver developed in VB.NET in ASP application?Sreedharhttp://www.w3coder.orgweblog http://weblogs.asp.net/skoganti...
I am not getting my mail open on my net as net is runningName:
Email: rmbala91atgmaildotcom
Product: Firefox
Summary: I am not getting my mail open on my net as net is running
Comments:
My mail is not getting opening.
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a response to this feedback
but if you wish to provide one you must BCC (not CC) the sender for them to
see it.
...
Integrating the C#.net and VB.net application
Hello All,
I'm trying to integrate the C#.net application and VB.net application.
Can you give me any suggestions of how to merge them.
Thanks in Advance
You are probably goign to have to convert one of the applications to the other language at one point. There are online conversion tools to help http://www.carlosag.net/Tools/CodeTranslator/- WilliamPlease mark the most helpful reply/replies as "Answer".Give some of my PWSK modules a try.
Type of application?We All move to our original place.Don't forget.Imran Baloch
@weighfield: I d...
Convert VB.Net application to C#.net
Haican any one help me to convert VB.Net application in this link to C#.net http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=6718&lngWId=10RegardsAnu Palavila Regards Anu Palavila
Use this Free Conversion tool - http://www.developerfusion.com/tools/convert/vb-to-csharp/
ASP.NET Grid With Excel Capabilities | 27 GridView Tips & Tricks | Hosting your site? | SQL Server Tips
Other Code Convertors (convert VB to C# and C# to VB)
http://converter.telerik.com/
http://www.developerfusion.com/tools/convert/csharp-to-vb/
http://www.dotnetspider.com...
Deploying .Net application with datawindow .Net objectsHi
I=92ve been testing datawindow .net for our company by
building a small working application using the Datawindow
.Net tutorial. It works great (both from the VS interface
and the compiled solution .exe) and was easy to create.
My next test is to try and deploy this application to
another machine, which has the .Net (1.1) environment but no
Powerbuilder or Visual Studio. I built my solution and
placed these files, all in one folder, on this other
machine:
datawindow.dll
datawindow.xml
DataWindowInterop.dll
MSVCP71.DLL
MSVCR71.DLL
PBDATA100.dll
PBDWN100.DLL
PBO10100.D...
Is it possible to create mobile application in .net for sony eriction/nokia mobile ?
Hello friends,
I want to know that is it possible to create mobile application in .net (vb.net/C#.net/Asp.net) for sony eriction/nokia mobile ?
If yes, please give me any reference that how to create it ? any book or reference.
If no, please give me any idea that how to do that ?
Thanks,
Rupendra Bensh
No, those phone platforms are generally running Symbian. If you want to write mobile applications for them you'll normally be writing in J2ME or something similar.
Hi Rupendra,
It also depends a bit on what your application should do - maybe you can build your applica...
do any any know how to devolp a vb.net application for sending SMS to any mobiles from the application
hi actually iam faced with a problem of designing and devolping a application tht helps in sending messages to the mobile phones. the problem is i learnt abt the sms gateway , gsm modem and thrid party service provider to which i got to connect my system. so can u people tell me which is the best way to go and u may provide me a sample codes or steps to proceed with thanking you in advancepandian
maybe this will help here is a deal IF you are doing it for company use and you know that all employess use VerizonWireless or Tmobile or any other provider they have contract with...
.Net 2.0 Web application using Vb.net is unable to create object of another dll writen in C# .net 2.0
Hi,
I habe created one ASP.net web application using Vb.net which is adding reference of dlls written in C# and .net 2.0. But whenever trying to create object of referencing dll, it is throwing error :Object reference does not set to an object. But, locally it is working fine,. In the server i have deployed the .aspx files and dll files in the bin. There were already an web.config in the server which is of .net 1.1. But checked it is retrieving value for that web.config correctly.
Should i have to deply any other files and if not what can be the solution for this? Please help.
Thanks,
So...
Getting a VWD application up on the net...
Hello,I'm new to developing and have been using VWD 2008 to create a website with a database, learning various techniques as I go. I thought I had things figured out, but now I'm looking to get my site working on a shared web host and things seem to be getting complicated!I've been doing some reading with a range of possible places to host, but it is getting me more confused. I have created some features using the ASPNETDB.MDF that VWD creates in the App_Data folder. However, from what I've read I don't simply upload my database file? Have I made things difficult by takin...
Getting Started with .net and a few questions
Hello I've done some asp and php programming along with various other languages in the past and slowing getting my head around .net.I have a small project of creating a Holiday Booking system on our Intranet and just trying to get the first part to work properly will hopefully get me sorted for the whole project. The Intranet is running on .net 2 and I prefer to use the VB code rather than C#. This is connecting to an SQL server.My initial page that I am trying to create is just for an admin user to view which dates in a table have been specified as Bank Holidays and be able to add ...
Net Farmers netHas anyone been able to access any of the tests at
http://suicide.netfarmers.net ? I can get the default page but none of the
tests appear to be operating over the last several weeks.
--
CK
I just tested and works as usual!!!Every session TCP_error,because my
Shields_guard is intact<<G>>
--
Regard: Joh@nnes�
1216771 Ont.Inc.
"Nothing is more damaging to a new truth than an old error"
"CK" <ckphalon@lascenltd.com> wrote in message
news:9i45gg$1qa9$1@news.grc.com...
: Has anyone been able to access any of the tests at
: http://suicide...