Visual Basic .NET » Database Programming
Onsite Opportunity for US
Dear Sir, Please find my attached resume with mail. Further information are: Your total IT experience: *2.4 years* Your skill sets: *Asp.Net* Your current location: *Delhi* Your contact number: *9213264316* Expected salary in US Dollars: *Negiotable* Your visa details, if any: *No* Thanks & Regards Rajiv Nagar 9213264316 On 7/26/06, Magna Infotech <magna.jobs> wrote: Hi All, M
Auto Refresh page in .Net with AJAX
Please use ATLAS
Page refresh automatically
sateesh hari schrieb: we need the code in ajax For AJAX and classic ASP you are wrong here. Don't know where you find help for that. JavaScript is part of AJAX. -- Freundliche Gre Albert Weinert
i need help in processing word documents in DB directly...
im currently building a module where weekly reports (in MS Word) are submitted to a page and stored in the database. ive alrady done the upload and retrieval,but i don't know if there's a way to retrieve the document from the database (SQL Server), display it on the web page, and when the user clicks on file>save,the document is automatically updated in the database.. ive been researching on t
DateTime error with 6.7.20.1
My client-side code looks like this: var myTable = new Ajax.Web.DataTable(); myTable.addColumn("MyDate", "System.DateTime"); var DataRow = new Object(); if(eDateTxt.value != null && eDateTxt.value != '') { DataRow.MyDate = new Date(eDateTxt.value); } else { DataRow.MyDate = null; } and server-side: cmd.Parameters.Add(new SqlParameter("@My
Autosuggest text box example, only need one text box to auto
Hello! I'm following the example, and only need one text box to auto-suggest. My table, Signature_Authority_Names, has a field I'd like to pull in which is both the last name and first name togeter, Authority. I'm assuming the code behind for SearchAdvanced function is for the second autosuggest text box...right?...which I don't need. I'm trying to follow the example, but getting no data to
Passing to javascript a class with public properties that re
Come on, is there anybody out there using SqlTypes?
Help needed to web.config asp.net application
As I try to publish my web application, a registration form with a mysql database to a web hotel. I can not access the application and it is due to my web config file notset properly in IIS. Here is the error message: 1) Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your con
Passing to javascript a class with public properties that re
Just a note... The reason of using the SqlTypes is that they support null values...
Passing to javascript a class with public properties that re
Maybe the only way is to use a custom converter that translate SqlString to string, but I'm unable to find some good documentation about custom converters
Passing to javascript a class with public properties that re
If I change MyAjaxClass sample (using SqlString istead of string) like that ... private SqlString m_FirstName = "Michael"; public SqlString FirstName { get { return m_FirstName; } set { m_FirstName = value; } } ... here is the method that pass to the client an object of type MyAjaxClass public MyAjaxClass GetClass() { MyAjaxClass c = new MyAjaxClass(); return c; } bu
Autosuggest Text box code gives "Object Expected"
Thanks Jose! In the page load I've got: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load AjaxPro.Utility.RegisterTypeForAjax(GetType(CreateNewResource))
CLR-Stored Procdures
Why don't you just change the insert statement to use a from and a join. The syntax using the join is much clearer than what you are doing anyway. It has a problem with the way you are nesting a select statement as a value. Don't think you can do that with regular sql.. Try running in Mgmt. Studio and see if it has a problem with the syntax. My guess is that it will not work as coded. On 7/21/0
using AjaxPro.dll for postback on ddl to change selected ind
Eric, I have this for the ddl SelectedIndexChange event: <AjaxPro.AjaxMethod()> Private Sub KSddlNewName_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles KSddlNewName.SelectedIndexChanged divZNumber.InnerHtml = KSddlNewName.SelectedValue.ToString() 'Build SQL String to pull the associated Code, and default the second ddl sele
ObjectDataSource - Using explicit existingbusiness object
Hi I'm just trying out some 2.0 & am still waiting for some books. However have started some work based on the tutorials at asp.net and the starter kits etc. I'm trying to do a three tier architecture using custom business objects (rather than datasets). What I want to be able to achieve is a Contacts class that will contain a reference to their contactNotes. These notes should only be
ObjectDataSource - Using Explicit Business Object
Hi I'm just trying out some 2.0 & am still waiting for some books. However have started some work based on the tutorials at asp.net and the starter kits etc. I'm trying to do a three tier architecture using custom business objects (rather than datasets). What I want to be able to achieve is a Contacts class that will contain a reference to their contactNotes. These notes should only be re
Problems with DataTable
Hi Michael Sorry for the time... Here is the xml and schema files XML: <?xml version="1.0" standalone="yes"?> <EjecucionMRPDevolverDatosConfiguracionResponse xmlns=""> <Result> <Existe>true</Existe> <Corrida_id>P1123</Corrida_id> <CorridaDescripcion>Corrida 13/07</CorridaDescripcion> <Fecha
XML and Amphasand &
Replace the & with &amp; davidj
Newbie trying to get started...
Referencing the DLL in your project and copying it to the bin directory of your curretn web application should be enough. The Global Assembly Cache, is the old equivalent to the Windows\System32 directory. Unfortunately, only strongly named and signed DLLs can go in the GAC. I do not believe the current version of AjaxPro is signed. Joseph Guadagno On 7/22/06, shandy.sawyer <shandy.sawyer&
TextBox control not accepting value.
When you originally assign the data to the textboxes do they appear on the page? Also, the textboxes have a runat='server' tag right?
how to add column programatically to crystal report
Hi all we are working on crystal report to develop verious report for our asp.net web application.. my query fetch the recods as follows. party id rating agency name rating 1 crisil aa+ 1 moodys aa 2 crisil bb 2 moody bb+ i want to display these
Having trouble connecting to Access database with .NET 2.0
Well I figured out my own problem...it had nothing to do with the way I was connecting to the database. The problem was, I was opening it as the owner/administrator which had more rights to the folder than the web user. I removed all of the unnecessary users and have: System, Everyone, Computername\Computername_IUSER. I believe this allowed the internet user the same access to the database that i
Formview delete with ObjectDataSource
Hi All, Using asp.net 2.0 with VS2005 standard and a local sql express db. I have a formview on a pretty simple page. When I try to delete the currently displayed record in a formview, no arguments are passed to the "delete" method in my data access class. Arguments are passed for inserts and updates. I read somewhere that this was the expected behavior, but it's not clear to me how
Basic Question about ASP.NET
I am a newbie in website development. I used Visual Studio 2005 to develop an ASP.NET website. The website connects to a SQL Server running locally on my machine. The SQL Server is configured with default settings. The website populates a TreeNode control from a SQL database by querying the SQL Server database locally. When I run my application from within Visual Studio (F5/Ctrl+F5), the website
Yahoo! Web Services Request and AjaxPro JSON Parser - I love
Attached you will find the .NET 2.0 demo project. Regards, Michael On 7/11/06, Michael Schwarz <michael.schwarz> wrote: Yesterday night I build an example on how to use Yahoo! Web Services with the AjaxPro JSON parser. The example will call a Yahoo! Web Service with output type set to JSON (see ). The response will be deserialized to an .NET structure using the AjaxPro JSON parser
Text box show null on return
Michael, I thought I'd run this by you too for some ideas. The following code doesn't use the AjaxPro.dll at all. I can type in the value in one text box, then it'll go to the code behind of another page and do the correct functionality....which will tell the user if the number is distinct or not. The only problem is when I post back the page, I get an IE error, ieexplore.exe error, The instruc
Yahoo! Web Services Request and AjaxPro JSON Parser - I love
Yesterday night I build an example on how to use Yahoo! Web Services with the AjaxPro JSON parser. The example will call a Yahoo! Web Service with output type set to JSON (see ). The response will be deserialized to an .NET structure using the AjaxPro JSON parser (from the stand-alone version or the build-in parser in Ajax.NET Professional). First of all I have to get the response from the Web S
Abort the other request
Hi, I get Order table from SQL Server by AjaxPro on first windows. Users click a button named "Search Order" to start this process. When come result of query, I prepare dynamic table to show Order row. MyNameSpace.Secure.OrderSearch.PrepareSearchQuery(objParams, PrepareSearchQuery_Callback); function PrepareSearchQuery_Callback(ResultValue){ myTable = document.createEleme
Cancel other request
Hi Michael, I think, you can help me :)
How do I publish my asp.net application to my site.
That was real helpful. montecarlo wrote: 你的问题我也遇到过。
ASP.NET and Oracle: Getting Error while connecting as ORA-12
See / for correct syntax. Best regards. Adrian On 7/7/06, kiran wrote: Hi All, I m getting this error as 'ORA-12154: TNS:could not resolve service name' on connectionObject.Open() I have TNSNAMES.ORA configured properly and am able to use database through TOAD successfully. I also have given ASP.NET rights on Ora92 folder. What might be the problem? Please suggest. Regards, Kiran
Paging values from one form template to another form insert
Hello I am learning asp.net c# and visual web developer after doing java. I have made a database where I enter values in one form and after pressing insert the information is suppose to go to a database and a second page I set the properties in the insert command for postback url. It goes to another page but my values are not being displayed, I have tried session variables and other things but
ASP.NET and Oracle: Getting Error while connecting as ORA-12
Hi All, I m getting this error as 'ORA-12154: TNS:could not resolve service name' on connectionObject.Open() I have TNSNAMES.ORA configured properly and am able to use database through TOAD successfully. I also have given ASP.NET rights on Ora92 folder. What might be the problem? Please suggest. Regards, Kiran
TO use SqlConnection instance or static variable.
I have 15-20 pages in my website and each page need to connect to the sql server using SqlConnection. So what I have done is made a class putting all my query types as static functions (like doing a query, getting int/string/guid in return for a query) to access from all my pages. Then I pass the query and SqlConnection instance for that page to the static function. Here I am instantiating the
SQL Server Replication Interview questions July 8th, 2006
All answers to the below interview questions at / Replication Interview questions Whats the best way to update data between SQL Servers? What are the scenarios you will need multiple databases with schema? How will you plan your replication? What are publisher, distributor and subscriber in "Replication"? What is "Push" and "Pull" subscription? Can a publication support push and pull at one ti
Why Ajax.NET Professional is using the type property?
Why Ajax.NET Professional is using the __type property? Ajax.NET Professional is using attributes, there is no need to inherit from special pages or include dummy web controls to do all the job, there is no need to write special source code. Any .NET assembly can include classes with AjaxMethods that can be used in your ASP.NET web application. Some months ago I had a question from a web develop
VS 2005 ASP .NET Managed Code
My goal is to apply data entered in multiple text boxes as parameters for sqldatasource filter bound to a datagrid control I have created an asp .net web page. To the page I added datagrid control. The datagrid control getting it's data from sqldatasource. The sqldatasource is defined as a straight select against one table. I have, also, added textbox control to the same page. I have defi
Violation of PRIMARY KEY constraint 'PK Employee'. Cannot in
Hi!! This is my vb.net code behind application to add a new record to the Emp table with Primary key EmpId and Stored procedure spEmpAdd as follows: spEmpAdd: CREATE PROCEDURE @EmpId as int, @EmpName as nchar(10), @Empsal as nchar(10) AS BEGIN insert into Emp(EmpId,EmpName,Empsal) values(@EmpId,@EmpName,@Empsal) END code for btnadd_click(): ------------------------------------------
Angry, frustrated, about to give up. Has anyone gotten AJAX
I think a wiki would be a good idea. On 7/5/06, Jeremy wrote: > One thing I see is that you should be calling your server methods using " > TryThis.GetString()" since that is the namespace you gave it. Yup, it looks like this did the trick. I was trying to follow the example in Joseph's documentation, where it appears that he uses Namespace.PageClass.MethodName for his method calls. U
Angry, frustrated, about to give up. Has anyone gotten AJAX
One thing I see is that you should be calling your server methods using " TryThis.GetString()" since that is the namespace you gave it. Yup, it looks like this did the trick. I was trying to follow the example in Joseph's documentation, where it appears that he uses Namespace.PageClass.MethodName for his method calls. Using NameSpace.MethodName did the trick. Thanks for your help. I think
insertion of picture from database to picturebox.
I do that all the time using the stored path to the image. Because of the file bloat, you should not store images in the database.
Cannot get AutoComplete functionality to work
I'm adapting the autocomplete example posted at but using only 1 textbox as that's all that I require. I keep gettting a javascript "AutoComplete is undefined" error when I enter any text into the textbox. Can someone help me out please? AUTOCOMPLETE.ASPX ========================================================== Autocomplete Test using Ajax.NET Pro Staff Member:
asp.net vs asp
This is a basic overall question. Please note I am new to ASP! I am currently running IIS 5/Access 2000/Windows 2000 and have developed a web application. From what I have been told, to really emulate a master/detail form, the best way would be to use ASP.net to do so. 1. is that true? 2. if so, does ASP.net run against Access or SQLServer? 3. what would I need to purchase to emulate this?

[Page 1]
Home