Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
13% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
8
Posts with Downvotes
7
Downvoting Members
6
1 Commented Post
0 Endorsements
Ranked #2K
~7K People Reached
Favorite Tags
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
Member Avatar for vvashishta

Hi all.. I need to make my dropdownlist disabled (none can change value or it should be read only)..which property should I use as readonly for dropdownlist is not working for me.. PHMO..

Member Avatar for crishjeny
0
2K
Member Avatar for marluke

Dear Dani, i don't know how to link VB 6 into the data base MS Access would you please give me a simple procedure or just a simple instructions how to do that.. Thanks for Helping God Bless........

Member Avatar for anmisha
-3
310
Member Avatar for ameyanatu

Hi Friends in my project i have to build file input tag to get pdf file from user. this pdf file should be store on my web server disc and path of the file should be store on database. Hey Guys Please Please Help Me. can any body give me …

Member Avatar for xxxservicexxx
0
219
Member Avatar for achinaseller
Member Avatar for rpgwebsolutions
Member Avatar for rpgwebsolutions
Member Avatar for khush9

Hey, i hav asp pages n wen i browse dis asp pages through IIS it gives d "Server Application Error" I m nt able to understand wats d problem. The error is: Server Application Error The server has encountered an error while loading an application during the processing of your …

Member Avatar for WebspoonUK
0
68
Member Avatar for rpgwebsolutions
Member Avatar for Silent_Friend

Hiz.... Can anyone help me in getting a code for reading a file in C language and counting different characters in it and then make a histogram based on the obtained results....................................plz help :)

Member Avatar for abhimanipal
0
139
Member Avatar for lionaneesh

Hello/Hi, I m new to this pool of C. I wass just reading a book named "C TUTOR" this book is gr8.. but i cannot understand the subscripts of 2D arrays... I find them pretty hard.. Plz tell me wat exactly the below programme mean of suggest me some simple …

Member Avatar for WaltP
0
284
Member Avatar for micjan

please make a factorial number that the output is like this: Enter a number:5 5!=1*2*3*4*5 5!=120 likewise Enter a number:6 6!=1*2*3*4*5*6 6!=720 please..help. using for loop statement only. please do not use #include<iostream.h>... use this example: #include <stdio.h> #include <conio.h> ........etc. please...help me...

Member Avatar for WaltP
-3
122
Member Avatar for OS_dev

I would like to be able to change the "wrap" attribute for a textarea with javascript. That is unless you can provide a cross browser solution in css2, giving me the ability to just modify the css attributes. Thank you in advance.

Member Avatar for OS_dev
0
217
Member Avatar for umairraja52

I have a website, where i want to use ASP error handling code like instr function which works as Java script. I have two web pages, one have web forms and second one is database insertion. I want to handle error code on runtime.

Member Avatar for rajendra.parmar
0
82
Member Avatar for Snowdiddy

Hello People, I would like to learn how to write in basic HTML. My question is what are some good websites that have good tutorials to help someone learn HTML, and also what are some good books that I could pick up at my local bookstore. Any help is greatly …

Member Avatar for cfajohnson
0
114
Member Avatar for c.ramkumar

hi, plz anyone one send how to create personal web page using asp coding. thank u.

Member Avatar for rajendra.parmar
0
100
Member Avatar for whiteyoh

Hi all, I have form validation working well. The following is how i currently validate emails. My question is how can i amend to validate it as an email? [code] if(""==document.forms.fa.user_email.value) { alert("Please enter an email address."); return false; } [/code] I have found this following script but my javascript …

Member Avatar for rajendra.parmar
0
118
Member Avatar for ryan311

how to clear all input fields after submitting data? [CODE]<form method="post" id="registerForm" action="register.php" > <table align="center" cellpadding="2" cellspacing="0"> <tr> <td style="width:120px"><div align="left"><strong><LABEL for="First_name">First name:</LABEL></strong></div></td> <td><div align="left" class="string"> <input name="First_name" type="text" class="input" id="First_name" value="" size="32" /></div> </td> </tr> <tr> <td style="width:120px"><div align="left"><strong><LABEL for="Last_name">Last name:</LABEL></strong></div></td> <td><div align="left"> <input name="Last_name" class="input" type="text" id="Last_name" …

Member Avatar for Troy III
0
154
Member Avatar for atechg

I am beginner in html / website design. I have 4-5 webpages. All these pages have top banner, left sidebar & right sidebar. At present I am writing html code in all the 4-5 pages for these above elements. Is there a way, I just write the code once (in …

Member Avatar for almostbob
0
373
Member Avatar for skorm909

ok so im just starting out in html and was wondering if there was any good tutorials people know that i can try and all that... i have a project in school that im going to create a website with it and since i started learning javascript and c++ a …

Member Avatar for ITchimes
0
166
Member Avatar for webass

[COLOR="grey"]Hi all, I've been trying to solve this problem for like 3 hours, but couldn't solve it, so any help would be appreciated.[/COLOR] I want to perform 2 actions on 1 form and on 1 submit. address1 - i only have to send datas address2 - i have to send …

Member Avatar for Hangfire
0
130
Member Avatar for Nuuk

I am creating a site for our local carnival club. I have created some buttons (images) for navigating between pages but when I place two of these buttons near each other, clicking on one can activate the other. I've more of less solved the problem by placing the buttons a …

Member Avatar for macneato
0
88
Member Avatar for stjohn999

hi all have a homework project have to come up with a html code for ducci's 4 number game using a fuction called difference(firstNumber secondNumber) can anyone help if i get this wrong i am in serious trouble please help

Member Avatar for rajendra.parmar
0
110
Member Avatar for Mindy Sue

I am trying to put hover codes in - I want 3 different sizes. Can anyone help me? Also, besides here - can anyone recommend a good website for beginners to learn CSS or any good beginner books?

Member Avatar for rajendra.parmar
0
139
Member Avatar for raj.29588

[b]Split from - [url]http://www.daniweb.com/forums/thread172760.html[/url] [/b] we want the steps to create website. Okay thank you.

Member Avatar for rajendra.parmar
0
72
Member Avatar for simondmeredith

I have 2 boxes, ones for Name, second box is for Email. They have images inbetween them on the code, so I can't see how to link them as 1 form.. Any ideas?

Member Avatar for rajendra.parmar
0
78
Member Avatar for Cruize_Invades

my connection string goes like this... [CODE]Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=MyDB;Data Source=mysource[/CODE] I am using windows authentication, iis 7 and Classic ASP to to connect to SQL express 2008. Using UDL i can connect to my SQL. I can also connect to my SQLExpress when i am running my Database …

Member Avatar for rajendra.parmar
0
173