1,828 Topics

Member Avatar for
Member Avatar for muhammad.ibraheem_1

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 …

Member Avatar for pritaeas
0
3K
Member Avatar for kavitha N

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.

Member Avatar for JorgeM
0
167
Member Avatar for eos.paks

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

Member Avatar for pritaeas
0
128
Member Avatar for nolife

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 :)

Member Avatar for pitic
0
250
Member Avatar for Blogboy2

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 …

0
125
Member Avatar for newbie26

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 …

Member Avatar for jhonmarvi
0
156
Member Avatar for rpgwebsolutions
Member Avatar for muhammad.waleed.9699

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, …

Member Avatar for johni700
0
254
Member Avatar for davidjennings

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 …

Member Avatar for davidjennings
0
310
Member Avatar for SearchEngineOptimisationService

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 …

Member Avatar for JorgeM
0
228
Member Avatar for aish1108

Any recommendations for implementing caching in ASP Classic. Server is Windows 2008 with IIS 7.5

Member Avatar for dom246
0
405
Member Avatar for Affable zaki

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.

Member Avatar for JorgeM
0
80
Member Avatar for ritesh0104

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 …

Member Avatar for JorgeM
0
129
Member Avatar for azapovjednik

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 …

Member Avatar for azapovjednik
0
364
Member Avatar for NuGG

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 …

Member Avatar for JorgeM
0
186
Member Avatar for Rahul47

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 …

Member Avatar for Rahul47
0
128
Member Avatar for jeremy.mcclellan.58

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 …

Member Avatar for LastMitch
0
61
Member Avatar for austin.datong

Please I want to know. between ASP and PHP, which is better for web development?

Member Avatar for spiralclick
0
111
Member Avatar for firdousahmad

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

Member Avatar for BMXDad
0
360
Member Avatar for DaniwebOS

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 …

Member Avatar for DaniwebOS
0
145
Member Avatar for dstoltz

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 …

Member Avatar for LastMitch
0
231
Member Avatar for joshi_6in

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 …

Member Avatar for joshi_6in
0
281
Member Avatar for gurumurti_s

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 …

Member Avatar for LastMitch
0
89
Member Avatar for dstoltz

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 …

Member Avatar for dstoltz
0
253
Member Avatar for maxpaine69

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

Member Avatar for maxpaine69
0
98
Member Avatar for maxpaine69

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, …

Member Avatar for maxpaine69
0
196
Member Avatar for HansK

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 …

Member Avatar for HansK
0
395
Member Avatar for maxpaine69

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.

Member Avatar for LastMitch
0
109
Member Avatar for maxpaine69

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 …

Member Avatar for maxpaine69
0
127
Member Avatar for farheen

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.

Member Avatar for annaharris
0
1K

The End.