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

25 Posted Topics

Member Avatar for farheen

Dear Friend, first difference is of Entension. Extension of asp is .asp where asp.net is aspx and for coding it creates new file with the same name its called aspx.vb another difference is of programming style, in asp we write code in the asp file where in asp.net we have …

Member Avatar for annaharris
0
1K
Member Avatar for vvashishta

To disable the dropdownlist, set the [B]disable [/B] property [B]yes[/B] [QUOTE=vvashishta;1133149]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..[/QUOTE]

Member Avatar for crishjeny
0
2K
Member Avatar for marluke

[QUOTE=marluke;594587]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........[/QUOTE] you find in goolge, How to bind VB6 to ACcess

Member Avatar for anmisha
-3
330
Member Avatar for ameyanatu

[QUOTE=ameyanatu;1215478]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
229
Member Avatar for achinaseller

[QUOTE=achinaseller;1216147]asp or php well, I want a website do not know what language, please help me[/QUOTE] Dear friend, php is free source code language, and asp is not free, php will run in Linux server where asp run in windows server, both are good and you can learn by below …

Member Avatar for rajendra.parmar
0
58
Member Avatar for rpgwebsolutions

[QUOTE=rpgwebsolutions;1156540]What does Server.MapPath do?[/QUOTE] server.mappath() is one function, and it give the path the file pass in the parameter in the function. Regards,

Member Avatar for nidhi_rajani
-1
91
Member Avatar for rpgwebsolutions

[QUOTE=rpgwebsolutions;1156534][B]How many objects are there in ASP? [/B][/QUOTE] Dear friend, There are 6 objects in ASP.net a) Server b) Session c) Application d) ObjectContext e) Response f) Request Regards,

Member Avatar for WebspoonUK
-2
101
Member Avatar for khush9

[QUOTE=khush9;1159621]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
73
Member Avatar for rpgwebsolutions

[QUOTE=rpgwebsolutions;1156539]How many types of cookies are there?[/QUOTE] dear friend, There are 2 types of cookies Persistent and Non-persistent Ragards,

Member Avatar for rajendra.parmar
-3
89
Member Avatar for Silent_Friend

[QUOTE=Silent_Friend;1151991]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 :)[/QUOTE] Dear friend, you can find in the E-balagurusamy's books, Regards,

Member Avatar for abhimanipal
0
148
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 …

Member Avatar for WaltP
0
300
Member Avatar for micjan

[QUOTE=micjan;1134465]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...[/QUOTE] [CODE]#include<stdio.h> main() { int a, fact; printf("\nEnter …

Member Avatar for WaltP
-3
134
Member Avatar for OS_dev

[QUOTE=OS_dev;1152751]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.[/QUOTE] set the attribute wrap="hard"

Member Avatar for OS_dev
0
272
Member Avatar for umairraja52

[quote=umairraja52;1150897]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.[/quote] can i have that error, so …

Member Avatar for rajendra.parmar
0
90
Member Avatar for c.ramkumar

<% Response.Write("Hello Me") %> [QUOTE=c.ramkumar;1126915]hi, plz anyone one send how to create personal web page using asp coding. thank u.[/QUOTE]

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

[QUOTE=whiteyoh;1142744]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
125
Member Avatar for ryan311

[QUOTE=ryan311;1136902]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
163
Member Avatar for atechg

[QUOTE=atechg;1135340]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
381
Member Avatar for webass

i think, In html form, 2 action is not possible [QUOTE=webass;1137535][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 …

Member Avatar for Hangfire
0
151
Member Avatar for Nuuk

you have to use navigation for that, you create CSS for the same and use it [QUOTE=Nuuk;1130429]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 …

Member Avatar for macneato
0
92
Member Avatar for stjohn999

you can use html input object, [QUOTE=stjohn999;1113386]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[/QUOTE]

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

Dear friend, As per your Question, I think you have to create 3 different class in the css. you can get three different size in it. [QUOTE=Mindy Sue;1132727]I am trying to put hover codes in - I want 3 different sizes. Can anyone help me? Also, besides here - can …

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

For that, you Please visit: [URL="http://webdevelopment-animation.blogspot.com/"]http://webdevelopment-animation.blogspot.com/[/URL] Here, you will find the steps for the same, and also find the related information for web development and animation [QUOTE=bharanidharanit;793279]Hello sir, I need to create a ASP.NET Website. What are the basic steps in involving in that? I know to create forms, asp …

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

You can use table, for this [QUOTE=simondmeredith;1132601]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?[/QUOTE]

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

It is right [QUOTE=Cruize_Invades;1045816]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 …

Member Avatar for rajendra.parmar
0
198

The End.