5,691 Topics
![]() | |
hi all, i got problem on field validation, could someone help me? i figure it as below: - i need fill up an array in client side JS with data from database and i will use for reference to validation (SELECT SN from package where PO='YU123456') - then in the … | |
Hi Everybody, Please someone help me! I need to register in the database when the user finishes to download a file. One solution is: I could save the log when the user clicked the link to download the file. But, the great problem is that my boss wants me to … | |
I have a conflict, using asp.net and c#. Probably there is no big different between the two, what is faster? Using function (with efficiency of n^2 - loop in loop) or taking data from small data base (simple query) | |
I'm trying to create a login system that checks the username and passsword from an sql database. I've created a local server named coffee that has a table named 'users' - I have created fields for username & password. I'm using ASP.NET web application and I want to connect to … | |
How to get timer_tick event in Asp.net. i am making one web server control. i want to add timer control in its property. please give some examples of property which uses timer control in it. | |
hello , I have problem in my academic project. In my project their is module which based on video implemention.I use asp.net(MVC) technology.I am tring for that but still I have problem so plz help me . I am waiting for reply. Thank u!!!! | |
hi members,i was asked to design atimesheetmanager as atask in school using asp.net MVC,SQL server,jquery i am eager to your advice about the entire program and how each language used thanks | |
hi all, Is this is there any way in asp.net to create object of a web form in any other web form to access its member function ?? | |
Hello :) When I attempt to access my Hotmail account via Outlook Express I get the following error: [b]Unable to poll for new messages on your HTTP server. Account: 'Hotmail', Server: 'http://services.msn.com/svcs/hotmail/httpmail.asp', Protocol: HTTPMail, Server Response: '', Port: 0, Secure(SSL): No, Socket Error: 12002, Error Number: 0x800CCC19[/b] I've been using … | |
I have a column structure in gridview account dept1 dept2 dept3 1 1 1 1 1 1 2 12 3 1 3 12 These rows are different records from database. I want to have account dept1 dept2 dept3 1 1 1 1 2 12 3 1 12 Is there a … | |
I'm creating a material management website i need to search a record from sql server 2005 and have to update or delete it.I used ado to connect to server | |
hi i have a problem if any one can help me please. i have 2 tables in Access database- Drug_Name and Chemistry. i have to retrive the from DB to the ASP. the Drug_Name has Drug_ID, D_name, Synonyms as the fields. once the user write a name it should check … | |
I am having an issue with the MSChart Control . I want to be able to set fill colors based on specific data points. Example if my pie chart has Texas, Arkansas, and Oklahoma as datapoints then I would like to Programmatically Set Texas as a specific color, Arkansas as … | |
I have .asp extention file that i want to run in .Net 3.5 enviorment please help? | |
hi , I hav developed a contact us form for a site in asp... but when i press submit button its not sending mail...... iam using windows server with XP OS................ I hav pasted the code below.......Plz go thru it ......n try it so that it is workin........ if not … | |
Hi everyone , i'm new in asp.. How to Insert an image in sql as binary file ,use classic ASP.. i try googling the whole day but i don't find any tutorial about this.. | |
I ma doing Jqgrid application. DemoJQGrid is the name of my application. Why this errror comes. [B] Could not load type 'DemoJQGrid.MvcApplication'[/B] and the error page is global.asax.cs | |
Hello Developer, I have problem to make transperant progressbar at central of the page. I am trying to run the .gif file that can seen at middle of the page with small square and in square small circle is rouding. and after some time it will removed. It must be … | |
I have a db that has a description column all descriptions are one paragraph except one needs 2 paragraphs and two hyperlinks. Can I input HTML into the one data row? | |
Hi Guys! I am starting a social networking web application project. I cant make up my mind whether to use PHP or ASP.NET. Which one is better, easier and more useful? Any suggestions...TY. | |
I'm new to ASP. I have a simple contact form - text fields only - and the results are emailed. But I can't get the page to display. I get a Runtime Error. [CODE]<%@ Page Language="C#" MasterPageFile="~/SiteMaster.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="contact_me_Default" Title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <div id="iCntnr"> <div … | |
Hi All, I'am having trouble passing image take from j2me application to asp.net C# webservice. I tried converting the image in byte[] to base64 string and pass to webmethod that receive a string and received the following error. Please help! javax.xml.rpc.JAXRPCException: error 0 during TCP write at com.sun.j2mews.xml.rpc.SOAPEncoder.encode(+248) at com.sun.j2mews.xml.rpc.OperationImpl.invoke(+40) … | |
hi to all, I am trying to use MVC. I am using simple Login view. I just want to implement login form for my users. firstly I created database User and in that table 'login' with fields id, name, pass. I add values inn that. I create controller Search==> [code] … | |
Hello Developers, I am final year student of mca. I want to give a C2C Certification exam. Can U list some web link that can helpful for this Certifictaion exam. plz, urgent reply . | |
Split from : [url]http://www.daniweb.com/forums/thread95153.html[/url] hi iam doing leave management system&document managemet system as prjects.so, pls send me the source code and the way to present them in C# and ASP(2005) with sql server 2005. plsssssssss............ | |
HI There, I am facing a different kind of issue, which is giving the below error, [COLOR="Red"]Microsoft OLE DB Provider for SQL Server error '80040e21' Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. /CISL/Web/Calls/BNTANT Response Time/BNTResponseTime_Graph.asp, line 246[/COLOR] The stored … | |
Hi, I was new to c# and asp.net .I want to create a simple login page using ASP.net with c# code behind.I had 2 textboxs(username and id) and 1 button control.I stored all the username and id in MS ACCESS database.Database name "user.mdb" and table name "table1" (only 2 fields … | |
I have this sql code which works fine : [CODE]sql = "select count(city) as cx from NY where CITY='New York'" set rs=conn.execute(sql) response.write(rs("cx")) [/CODE] The above counts all records with New York city. I have been trying to put this on a dynamic .asp page and modify line 1 to … | |
Which is the better in asp.net and JSP?why? plz list me all reason. | |
Hello sir, I tried with this code it is running well but I am not getting mail in my account with this code, even this code is not giving any error. Is there any problem?? Please help me. | |
Hi, i hava a dropdownlist in asp.net mvc page. On selecting particular select item from dropdownlist i have made an ajax post request to the controller method that returns me the result. Everything is working fine. i also get the required result. But the problem is how shall i extract … | |
Hello, Everybody ...!! I have query regarding ASP.NET. i want make one aspx page in which can upload an image. and want to use different types of tools which is supported by asp.net for upload an image and store in database which provide some validation like not 2 MB photo … | |
hi, in my application i fetching the outlook contact from my system, it is working fine in the my system (local) it is fetching all my outlook contacts but. when i uploaded in the server i am getting this error. i added the reference of microsoft outlook but it is … | |
i need to kno urgently wht r d minimum hardware and software requirements for installing asp.net 2.0 | |
Hi, I am trying to develop a website that displays a google map and some markers that I want to add from my SQL Server Database. I have tried to get the values(Latitude and Longitude) from the database in the asp.net and pass them to javascript to add a marker … | |
Hi, Is there any development tool i can install on my mac for ASP.net? Regards, Anuj | |
Hey guys, I'm hoping someone can gelp me try to get a snipet of code working that i've been having problems with. What I'm trying to accomplish is to get a picture from a users computer with ASP.net with a C# backend, convert that picture to an System.Drawing.Image so I … | |
I'm a real newbie to ASP, I'm afraid. I have a windows app that I have written in Visual Basic 2008 using Visual Studio. Could I use ASP.NET to move the app's functionality to be available over the internet? Broadly speaking, the app collects lots of data from the user, … | |
hi all, I'm designing my website and I create a form page and connected with asp code :this is the code ======= [CODE]<% USER NAME= trim(request.form("USER NAME")) E-MAIL= trim(request.form("E-MAIL")) PASSWORD= trim(request.form("PASSWORD")) CONFIRM PASSWORD= trim(request.form("CONFIRM PASSWORD")) FIRST NAME= trim(Request.Form("FIRST NAME")) LAST NAME= trim(Request.Form("LAST NAME")) SEX= trim(request.form("SEX")) DATE OF BIRTH= trim(request.form("DATE OF … | |
I try to deploy a .NET1.1 website in Windows Server 2008 As i know, the server need .Net Framework 1.1 install before the deploy begin . So i follow the instruction in this link [url]http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/[/url] While after the completion. Then i paste the project in inetpub and Create Application in … | |
This is my first time for establishing an ASP.Net website on a HTTPS server. As usual, I have developed a website and it works fine on HTTP server (including localhost), but after I upload the website to the HTTPS server, the ASP server button disappeared and when I view source … | |
after putting some errorts.. i managed to kick start with my project... a basic project on inventory management.... wer add,del,edit,view.. of inventory stuffs can be done... but now.. i hav sucessfully.. 1.created a table in SQL 2000 ( all the tables tat wer req for my inventory) 2. created rough … | |
Can anyone tell me, which Community Frameworks in ASP.Net exist? I know of Sueetie. [url]http://sueetie.com/[/url] I want to program a Community-Site, with my own needs. thanking you in anticipation | |
HI I have written a Report in SSRS 2008, and have deployed using Reportviewer and ASP.net. When you run the report in the ASP.net, one little problem is that, the data is a grouping of product types, and you can click on the + sign, and then it provides details … | |
I am trying to automate MS Word in my web application. I have added reference of Object Library 11.0 version. Still i am unable to run it properly. Moreover the problem is raising only after i publish it to IIS, otherwise it is running properly. The exception i am getting … | |
hi, i have a stored procedure named as'usp_rp_era_rejected_claims_detail'. [CODE=sql]ALTER PROCEDURE [dbo].[usp_rp_era_rejected_claims_detail] ( @S_Nos varchar (max)=null, @Practice_Code varchar(500)=null, @Date_From varchar(10)=null, @Date_To varchar(10)=null, @Date_Type char(1)=null, --'E' for Entry Date , 'C' Check Date @Report_Type char(1)=null --'U' unresolved, 'R' resolved ) AS BEGIN DECLARE @SQL Nvarchar(4000);[/CODE] I have an form in asp.net.The form … | |
Hi, I am nee bee for this forum. Could some one please provide the solution of "How to give sharing & secirity using thru asp.net code"? -rgds, gnaneey | |
Dear all, I am really stuck with inserting record into access database using ASP.net and C#, as in university I am only allowed to use access. I am trying to create new room reservation for meetings its not a hotel room, I have two time slots AM and PM and … | |
Hello Iam sending mail from web page like, enquiry form mail using asp and asp.net.while send the mail i don't have any error. but the mail does't reach the destination.can some one give me a solution for this problem. ds | |
How to run a Asp.net page with database(Sql Server2000) on a browser? for eg: When I run a Asp.Net page involving login on Visual Studio 2005, the user is logged into his account but when I run the same page through a browser, user is unable to login. The error … |
The End.