5,691 Topics

Member Avatar for
Member Avatar for cancer10

Hello, Does anyone know how do I create a subdomain using ASP? I run my own server so I have the full access to it (if that is needed for the same) Thanx

Member Avatar for Rahmani69
-1
134
Member Avatar for Nazmul Haque

One slippy mistake that can occur with searching Text and Numeric field is that you have to carefully add the ( ' ) character enclosing the text searching string. For example : Text search: [CODE=sql]SELECT * FROM users_log WHERE user_name='Phillip'[/CODE] Numeric search: [CODE=sql]SELECT * FROM users_log WHERE user_age=>16[/CODE] In case …

0
78
Member Avatar for aalokwar

Hi, I am getting errors when trying to run a website in asp.net 2.0. When opening in browser, Error is: HTTP Error 500.24 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. When clicking on debugging it displays an error …

Member Avatar for hericles
0
242
Member Avatar for mdpepper

Hi guys! I am at the very end of a 3 month project and have encountered an issue right at the last hurdle. I am using my companies content management system to display a web page. The web page is information regarding a certain species of animal, and the content …

0
89
Member Avatar for Nazmul Haque

I was developing a 'Payment Tracker' web application. I used MS Access as back-end database. I made a 'Payment_entry' table with user_ID and Payment_amount fields with 'Text' and 'Long integer' datatypes. Now , when I wanted to find the total payment of each user I used the following SQL command …

Member Avatar for arrgh
0
133
Member Avatar for Nazmul Haque

I am thinking of a web applcation where users can register and get their username and password to log in. Now they can send message to each other for free. There will be a 'msg received' section from where a user can check out if he/she has got any msg. …

0
99
Member Avatar for FooFan101

Hello, I am trying to pull the status and message passed back from the webservice, I have been looking for about a week and still at the same point as I started. This is the response I am getting back. [CODE] <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <AddResponse …

0
83
Member Avatar for MayaPawar

i have one html page. I want display data from database. i have created one asp file that display data from database also i have created html file which contains all design of web page. when i combine this two . it displays table from database but images are not …

Member Avatar for ArtistScope
0
306
Member Avatar for Rizi004

Please tell me which server i should install to run the asp files or pages, give the link of the best sever for windows 7 and also tell me the setting of server waiting for your reply Regards Rizwan

Member Avatar for ArtistScope
0
225
Member Avatar for sraj44

[code] <%@Language=VBScript %> <!-- #include file = "connectOracle.asp" --> <%if trim(session("UserName"))<>"" then%> <% Response.Buffer = true SET con = server.CreateObject("adodb.connection") con.open "DSN=VTSDSN;UID=vtsplop;PWD=vts@123" set rs = server.CreateObject("adodb.recordset") set rsdest=server.CreateObject("adodb.recordset") rs.ActiveConnection = con Set ORACON = server.CreateObject("adodb.connection") ORACON.Open "Provider=MSDAORA.1;User ID=SAPVTS;password=VTSSAP;Data Source=prd;Persist Security Info=False" tdate = date() fdate = date()-1 VEHMOV=trim(request("VEHMOV")) trans_code = …

Member Avatar for Atul Dhiman
0
237
Member Avatar for hsheen

Hi, I would like to know what is the best ASP.NET template available since I will be developing a sophisticated web application in a few days. I was searching through the internet for few days but could not find a better one for me. I need only a well presentable …

0
69
Member Avatar for Aties

how to deserilize json in asp.net i will get this type of data when i use HttpWebRequest [code=text] [{"id":23,"name":"Video Clips"},{"id":15,"name":"Deleted Scenes"},{"id":9,"name":"Music Albums"},{"id":7,"name":"Trailers"},{"id":18,"name":"Short Films"},{"id":21,"name":"Movie Clips"},{"id":1,"name":"Movies "},{"id":4,"name":"Plays"},{"id":22,"name":"Scenes"},{"id":2,"name":"TV Show"},{"id":5,"name":"Kids"},{"id":16,"name":"Interviews"},{"id":11,"name":"Film Songs"},{"id":14,"name":"Making of Movie"}] [/code] now i want deserilize this in asp.net(c#) please friends help me out

Member Avatar for kvprajapati
0
88
Member Avatar for chandru7

Hi all, I wants to connect a legacy system (mainfrme) through my code (either java or .net) and need to mask the columns in vz450 file columns(fixed length files) and need to ftp into another mainframe machine,how to achieve this,any ideas are greatly appreciated.thankx

Member Avatar for peter_budo
0
113
Member Avatar for sah

I want to develop a [B]web application[/B] using asp.net(C#) that can take an image from a scanner (Microtek: scanmaker 1000XL). when a "Scan" button is clicked then the application will capture the image from the scanner. The scanner is Twain compatible. Can I get any sample codes for this web …

0
72
Member Avatar for YMCMb

Hi Guys, I want to try and remove a Server Error in '/Program' Application. When i try to delete a record which has related sub record, it cant delete obviously because of the relationship between the entities, however the average user does not no this, and they dont need to …

0
120
Member Avatar for soft_coder

Hi! I want to set the style of individual items in an asp:dropdownlist. The item may be disabled/enabled. My immediate requirement is to set the style of an individual item in a dropdown which is disabled. [CODE] ddlCategory.DataSource = dtCategory; ddlCategory.DataTextField = "CategoryName"; ddlCategory.DataValueField = "CategoryID"; ddlCategory.DataBind(); [/CODE] The above …

0
67
Member Avatar for hirenpatel53

Hi all i am using asp.net uploader in my application when i am using file with size less than 5 mb to upload working fine but while try to upload more than 5 mb it gives some standard error like server may down page may not be available an all …

Member Avatar for hirenpatel53
0
118
Member Avatar for arshadarsal

i also experienced this problem,my web page showing multiple entries also. Please help me This is my code \:- [CODE]userid=Session("username") %> <html> <head> <title>Tax Invoices</title> <script language="JavaScript"> function openwindow(path) { window.open(path,"bill","menubar=yes,resizable=yes,scrollbars=yes,width=800,height=450,top=50,left=50"); } </script> <link rel="stylesheet" type="text/css" title="CSS" href="Include/Styles/style.css" media="screen" /> </head> <body> <table topmargin="0" leftmargin="0" align="center" ID="Table1"> <tr> <td><img src="images/headerksphc.jpg" …

0
137
Member Avatar for StevenSchaffner

I am working on something for school as a final project before graduation. I am using ASP for the website and VB as the back end to code. I keep getting the error "Object reference not set to an instance of an object" and can't figure out what is wrong. …

Member Avatar for StevenSchaffner
0
234
Member Avatar for DotNetKnight

Hi, We are currently facing a strange issue. We are having an error logging functionality that logs errors occurring to a database. A scenario occurs where there is an error occurring in the application, custom error page comes up. When looked in the database for error description error is not …

Member Avatar for migandhi
0
231
Member Avatar for naveenchander

Hi, I am new to ASP.Net. I would like to know if there is a way by which I can Call a Serverside script through a Javascript. Or else is there a way to Postback a page through a javascript function. Thanks in advance Thanks, NaveenChander

Member Avatar for chandrannew
0
243
Member Avatar for Spacelama

I am new to asp.net and need some help with this error below. Ofcourse it will be obvious like i didnt correctly used the right tag. But still need help with this... Thanks Compiler Error Message: CS1061: 'ASP.lidworden_aspx' does not contain a definition for 'vNaam_TextChanged' and no extension method 'vNaam_TextChanged' …

Member Avatar for hericles
0
206
Member Avatar for juliapattrick

I have explored this forum but not getting results to learn theory about asp.net.I would appreciate if someone could help me.

Member Avatar for kvprajapati
0
62
Member Avatar for StevenSchaffner

Well i am using asp and VB.Net to make it to where people can check in and check out. I have gridview which has where it shows the data from my sql server that i put dummy data in. When i load my website the data shows up. I do …

Member Avatar for StevenSchaffner
0
140
Member Avatar for StevenSchaffner

I am working on something for school as a final project before graduation. I am using ASP for the website and VB as the back end to code. I keep getting the error "Object reference not set to an instance of an object" and can't figure out what is wrong. …

Member Avatar for codeorder
0
240
Member Avatar for cocoll

hello. i write comments(documentation) with the code behind in asp.net or web application using visual studio 2010,so i need now to generate the xsd file of these comments. for clarifying what i mean with comments or documentation this is what i mean: [CODE]/// <summary> /// Daniweb /// /// </summary> /// …

0
41
Member Avatar for doncustard

Hi folks, I'm looking for examples on MVC where I can compare table/records/fields side by side A sort of database explorer. I could do this in web forms using the 'old' style post backs and click events but I'm unsure how to approach this from an MVC starting point. So …

0
72
Member Avatar for vinaysrk919

i have the coding as below given... and i getting error [CODE]TimeSpan date1 = TimeSpan.Parse(TextBox1.Text); TimeSpan date2 = TimeSpan.Parse(TextBox2.Text); TimeSpan ts = date1 - date2; Textbox3.Text=ts;[/CODE] Textbox1 show the current date, Textbox2 show the previous date, and Textbox3 show the difference of textbox1 and textbox2 as the above given code.. …

Member Avatar for vinaysrk919
0
197
Member Avatar for MARKAND911

I am developing an application in Classic ASP My database is SQLSErver 2008 I am getting a problem in connecting to my database. Here is the code which i used to connect. [CODE] connstring ="server=mymsever;database=mydb;Trusted_Connection=Yes;" set conntemp = server.createobject("ADODB.Connection") conntemp.ConnectionString=connstring conntemp.Open() Response.Write(conntemp.State) [/CODE] The last statement is for the confirmation …

Member Avatar for Golden-Boy
0
160
Member Avatar for khan43

Hi I am creating a contact form which will allow users to put enquirys through, I want the enquires to be directed to my inbox. I am using asp.net in visual studios 2008, could anyone help me start this, I am new to asp.net etc Thanks

Member Avatar for Golden-Boy
0
59
Member Avatar for jcarbillon

Hi Guys. Is it possible to trap this error in Classic ASP, and redirect to another page instead of displaying this error? [COLOR="Red"] Microsoft OLE DB Provider for SQL Server error '80004005' Transaction (Process ID 104) was deadlocked on lock resources with another process and has been chosen as the …

Member Avatar for Golden-Boy
0
258
Member Avatar for taurian2702

Can someone please help me for providing value from asp in to javascript function? I want to use "$('#countdown').countdown({until:$.countdown.UTCDate(+12, 2011, 9 -1, 5), format: 'DHMS', layout: " and where you can see the numbers, i want use value which i have retrieved from database.

Member Avatar for Golden-Boy
0
94
Member Avatar for speak2ab

I am trying to connect to crystal report from Visual Studio 2010 but i realised my SQL database should have SQL authentication (i.e requires user and password) instead of windows (which was assigned by default). I have tried several approaches to achieve this without luck. Will appreciate some help.

Member Avatar for speak2ab
0
135
Member Avatar for speak2ab

I am trying to connect to crystal report from Visual Studio 2010 but i realised my SQL database should have SQL authentication instead of windows. I have tried several approaches to achieve this without luck. Will appreciate some help.

Member Avatar for speak2ab
-1
94
Member Avatar for mansoorcore

Hello everybody. could i convert my c# desktop inventory application to asp.net web-application ??. is it possible if yes please let me inform. thanks in advance.

Member Avatar for shrnmlss6
0
206
Member Avatar for captainSheepdog

Greetings all, I am a junior C#/ASP.NET web developer and have been working for about 3 weeks now. Recently, the graphics person here at work gave me a .swf flash file, an xml file that contained content for the .swf file and a content folder that contained slideshow images referenced …

Member Avatar for iamthwee
0
591
Member Avatar for pradeepdreemz
Member Avatar for c#bird

Hi, I am writing a web app using C# and asp.net. The requirement is that: there is a button "browse" on the webform, when user click it, the folders on the server will be showed. after user select one folder, the fullpath of this folder will be returned. There is …

Member Avatar for rv2011
0
1K
Member Avatar for revjim44

I need to provide IIS and ASP.NET Web Forms functionality to an existing installation running under VMWare. I have created a new VM container with an installation of Windows Server 2008 R2, and I'm looking for some feedback as to what the minimum packages and protocols I need to install …

Member Avatar for lasitha2005d
0
126
Member Avatar for vishalrane

how to handle the database when multiusers are inserting data at same time flow 1.First user click on save button 2.sp_1 will be execute which is used to insert the data in table1 3.primary key value will be retrive from sp_1 to aspx.cs form. 4 sp_2 will be execute next. …

Member Avatar for vishalrane
0
136
Member Avatar for hirenpatel53

I am creating project for mlm company they want to tree of the members thes have anthe sub tree of that members so anybody have idea so please help me as soon as possible thanks in advance work will be appriaciated

Member Avatar for jonnylevy1
-1
1K
Member Avatar for dwinn

Hello, I have developed a site in VB.Net and ASP.Net with a database backend that allows a user to enter a centre code and in return it retrieves all records from the datbase where the centre code matches the one provide in the text box. My list is appearing as …

Member Avatar for dwinn
0
343
Member Avatar for cobberas

I'm developing an ASP.net website in which I have to allow users to log into someone else's PHP website. On my ASP.net homepage and interior pages I have two text boxes - one for Username and another for Password, and a button for submitting the data. What's the code for …

Member Avatar for cobberas
0
597
Member Avatar for uselessninja

hi ..im new to asp and im encountering this error.... server error 500... and even if i uncheck the show friendly http error ...nothing changes :(.... is asp is ok with xampp? or it is IIS only

Member Avatar for mlesniak
0
114
Member Avatar for imolorhe

Hello all. I was just designing a web application form that is meant to accept a user's request to use a particular room in a specified period of time. After the user enters his specifications, the application now responds, telling the user if the location specified is available at the …

Member Avatar for mlesniak
0
143
Member Avatar for and12

It is catching my exception error when I try to do a select student_id student_name from Student and put it in my dropdownlist. I already created the databases called college and tables Student, Course, and StudentCourse and put in fake data. I store my Connection String in the web.config file. …

Member Avatar for mlesniak
0
280
Member Avatar for GAiXz

[B]I just want to know how to perform a real calculator in ASP.NET like... there's a 1 textbox or 2 and 1 label where in that label will show the text came from the TEXTBOX while typing get it? any idea? please need some help^_^[/B]

Member Avatar for GAiXz
0
143
Member Avatar for ste713

Can someone help stop my head ache! Im sure its very simple (it is with php). I have run one query to get a users current cash [CODE] SQL = "SELECT * FROM money WHERE id='fred' Set Recordset = Server.CreateObject("ADODB.Recordset") Recordset.Open SQL,Connection Recordset("cash")[/CODE] This is correct and pulls the value …

Member Avatar for jcarbillon
0
93
Member Avatar for seanooi

How do I authenticate a .aspx page in objective-c? I've googled and viewed countless results to no avail. I found something about NSURLCredentials but nothing helpful. Any pointers would be very much appreciated.

0
78
Member Avatar for ronny22

Hi guys i liked to know how i could access data from a sharepoint site example like the lists and output them on my asp site so basically The SharePoint site contains four lists (Sales People; Technical Staff; Customers; Appointments). These lists are being used instead of a set of …

0
51

The End.