1,828 Topics
| |
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.IO; using System.Text; public partial class _Default : Page { protected void Page_Load(object sender, EventArgs e) { if(!IsPostBack) Textbox.Text = "Enter your Name here"; } protected void Button_Click(object sender, EventArgs e) { string Filename = "http://localhost:55688/TextFile.txt"; if … | |
Hi All, I have simple form with few aspx controls like dropdown, name, address, contact, email etc.. When i click on button these has to send to the server and thank you page has to come(need asp code only). Can any body help on this. Thanks in Advance. | |
Good Day, I have a ASP website fully working and i want it to Deploy on Windows Azure? How can i do that im basically new this Azure of Microsoft. Your Immidiate Response is Highly Appreciated. Thank you, EOS | |
hi everbody, i search how i can make the same login page as https://www.tumblr.com/ if some have any idea think's for your helping :) | |
his one i'm working c# try to use the account database from account to customerid and then the view which is page must have from account dropdown box and toaccount dropdown box and enter the amount the submit which result the amount is deducted from balance I'm focusing on Account … | |
hi. please help.. how can i disable other check boxes when the user already checked 5 checkboxes? i have a grid view that is filled from database with checkboxes as template filed on the first column, then, user must choose only five records through checkbox.and when its already 5, all … | |
Name at least three methods of response object other than Redirect. | |
this is my code for binding data from data base to text box protected void Page_Load(object sender, EventArgs e) { label.Text = System.DateTime.Now.ToLongDateString(); //// /// date label label.Text = System.DateTime.Now.ToLongDateString(); appSession = (String)Session["applicantEmail"]; lblusername.Text = (String)Session["applicantName"]; lblusernamepic.Text = (String)Session["applicantName"]; String str = " SELECT tblPersonalInfo.firstname, tblPersonalInfo.lastname, tblPersonalInfo.fathername, tblPersonalInfo.country, tblPersonalInfo.city, tblPersonalInfo.phoneno,tblPersonalInfo.mobno, … | |
Hi All, I am trying to the following: The code is written in ASP, the output is from a database. I am trying to multiply the QTY and RATE#2 and display total with each order in the returned data. This relates to the last td's in the output. I also … | |
Hi im rubbish at programming, but im trying.... Im trying to get a page to display the details posted to a form. Part of it is working and part of it isnt for some reason. Ive declared a new value called "responsecode", responsecode = Request.Form("gtpay_tranx_status_code") If the value posted to … | |
Any recommendations for implementing caching in ASP Classic. Server is Windows 2008 with IIS 7.5 | |
i have EDIT option infront of every row in a table. i want to fill above form with the values for editing. i am using sql and classic asp. | |
an asp page of mine with server.ScriptTimeout=540 seconds this page is then executing a select query from a huge database table which is properly indexed BUT few times there is a SQL timeout because of conditions passed in query is there a way to handle the SQL timeout and display … | |
Hello all, I hope you can help me.. I got one assignment: to modify the existing website made of .asp pages. So, I got the working folder, with all the subfolders and files that make one website.... now, in order to start working on it, I need to get it … | |
Hi there, I have a problem with one of my websites. Some users are complaining that the site wont load in IE9 when others are saying it works fine in IE9. Some people report a 404 error, others report a 500, and some people are saying the page is just … | |
| Recently I was testing a website for vulnerabilities and I found that a URL disclosed following directory details. I wanted to prove to authorities that this is serious as .mdb file can be accessed but i don't know how. I want to access it and prove it to them. Is … |
Ok, so I am a new web developer, it's my first IT job, and I am doing ok, but there is a TON that I don't know. Can you call a function from within a connection object? for instance SET objConn = Server.CreateObject("ADODB.Connection") SET objRS = Server.CreateObject("ADODB.RecordSet") objConn.Open connString cmdString … | |
Please I want to know. between ASP and PHP, which is better for web development? | |
dear members of daniweb i m new to asp.net can u help me my first querry is what is the difference between ASP and ASP.NET | |
Hello all, I have an issue, not that familiar with ASP but the environment I'm working on requires this to be designed here. I have a file with a string, integer, and another integer seperated by commas. I need the website to allow the user to upload a csv or … | |
I have a webpage in ASP, that scraps the content from another website using: Set http = Server.CreateObject("MSXML2.ServerXMLHTTP.3.0") http.open "GET", "http://www.thesite.com/thepage.aspx", true http.send getURL=http.responsetext I then examine the content of "getURL" for certain text.... The problem is, that website has changed from static HTML, to using jQuery - which probably … | |
Dear sir or madam, I am Joshi Thomas, currently working as a system analyst with INSEAD Business School, Singapore. I have 8 years of work experience in developing and implementing Content Management Systems (CMS), Engineering Procurement Commissioning business systems (EPC), Commercial web applications, multilingual sites and SEO enabled websites using … | |
Please give me the suggesion for There is two text fields, calling a javascript fucntion onblur of 1st field and it will passing this value to javascript fucn and javascript functio again calling another page for sql query checking with this passing value. If sql query returns value it returns … | |
Hi Folks, I have a web application developed in Classic ASP. After the user successfully logs in, the "main page" of the application stays on the screen (all other functions are done in DHTML/CSS pop up windows). The main page contents are updated with jQuery, so the page never physically … | |
HI all, anybody know ho to put globalization inside a menu that is created from a DB. Can anybody tell me how i tranform a string to code? best regards | |
Hi all, So i was doing globalization with resources, what happened, i tried basica country identification: pt - portugal; pl - poland; es - spain; and so on so on, what happen didnt work and a very big crash, after I put portugal file as language.pt-PT.esrx, and that one worked, … | |
I am trying to parse the XML for Vimeo clips, so that I can populate the thumbnail, Title and description on an ASP page. I can set the tartget to the Vimeo XML file, but cannot for the life of me get the actual content, let alsone isolate and use … | |
Hi all, My problem is this, i want to do the globalization inside the master page, but not having luck, it works fine in the page but not in the master page. | |
HI all, I have an page apaearing inside a control, but i needed it to acesso an label in the master page. This page is not related to the master page because it it was the master page would open with it. My questions: its there a way to acess … | |
Can anyone be kind enough to explain the difference between asp & asp.net? I am only conversant with PHP, but am very interested in these two. |
The End.