1,828 Topics

Member Avatar for
Member Avatar for czar

Hi all I shall be grateful if somebody can provide code for a live online exam(MCQ & subjective ques.) using .NET (prferably ASP.NET) with oracle/sql connectivity. Kindly rush as I'm in a great hurry. Thnx in advance >email address snipped<

Member Avatar for payal945
-1
67
Member Avatar for farooq484

[B]I need suggestion, i am fresh graduate and i want to start free lancing. But the point is how come an employer will give me a project as i have just education experience of my final year project and semester projects. I have a very little professional experience. My interest …

Member Avatar for PotaZinga
0
109
Member Avatar for kingofnothing

hello everybody i wonder how to build page containing a membership fields like fname,lname,email,password,age,address...etc without Dependence on create user wizard control or another tool in login node in visual web development 2005 because i need more information about users creatuserwizard wont provide it thank you

0
57
Member Avatar for PotaZinga

hi! please help am still new on ASP and am having trouble deleting from a table please help. the code i used is this: [code=asp] <% set conn=Server.CreateObject("ADODB.Connection") conn.Open "Provider=SQLNCLI;Server=THABO-2A88C6501\SQLEXPRESS;Database=customers;User ID=sa;Password=thabo;" set rs=Server.CreateObject("ADODB.recordset") if request("Delete")="Delete" then sql="DELETE * FROM Details WHERE Cust_ID='4567'" end if%> <center><form method="post" action="Delete.asp"> <input type="submit" name="Delete" …

Member Avatar for PotaZinga
0
101
Member Avatar for Livorion

Hello, I need help with something for Adobe Flash, can anyone lend me this please? [LIST] [*]A Flash movie that sends the content of 1 text box to an email adress using ASP [*]A Flash Movie that works as a Hit Counter, also with ASP [/LIST] They are 2 different …

Member Avatar for ArtistScope
0
86
Member Avatar for hatrickwah

Yesterday I converted my site over to MS SQL and now I'm having an issue with part of my site. The search box is supposed to check for a part number the user types in, but it doesn't even come close anymore. In Access the column searched was a Number …

Member Avatar for hatrickwah
0
108
Member Avatar for hatrickwah

I'm hoping someone can help me here. I have 2 tables in a access database. I'm trying to join certain data points from both, simple. I've done a few joins already for this site. But the problem I'm having is this one seems to be destined to annoy me. [code]sql …

Member Avatar for hatrickwah
0
182
Member Avatar for aalqa

Good morning every one, I want to delete records in my database by using connectingString e.g write id=6 to delete instead of this code[CODE]<% set conn=Server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.Jet.OLEDB.4.0" conn.Open"C:\Inetpub\wwwroot\template\database\database1.mdb" pid=Request.Form("PatientId") if Request.form("Patientname")="" then Set rs = Server.CreateObject("ADODB.Recordset") rs.open "SELECT * FROM Patient WHERE PatientId=" & pid,conn %> <form method="post" action="demo_delete.asp"> <table> …

Member Avatar for aalqa
0
257
Member Avatar for aalqa

I want to upload file through asp website ,once i click on the button it browser the file and select file and upload it ,who can help me please

Member Avatar for ArtistScope
0
77
Member Avatar for click_twinkle
Member Avatar for aalqa
0
57
Member Avatar for aalqa

hello I want to deleter record from my table in database but there is error which is Data type mismatch in criteria expression ,any one has any idea can tell me thank you.

Member Avatar for aalqa
0
91
Member Avatar for blessan

Hi folks, Im basically a php programmer. So im very new to asp and vbscript. I had a project to create something in php and asp. I was able to get it done in php but im struggling with asp. I need to create a array to send to an …

Member Avatar for ArtistScope
0
81
Member Avatar for senexom

Hey guys, I'm having a "great" pleasure of parsing XML in my ASP page, except I can't seem to figure it out what I'm doing wrong. I have tried a bunch of stuff and can't seem to read a simple xml doc. here is what my code looks like... [CODE]' …

Member Avatar for jamziee
0
5K
Member Avatar for pinkiguana

I have a list of questions, each has its own category. I want to be able to select 5 random questions from each category and then display them ordered by category in something like a nested repeat region. I have the sql for obtaining the random 5 for each category …

0
42
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
220
Member Avatar for GLT

Hey Guys! I am having trouble getting my insert and login pages to work and I wondering if any of you had any ideas?? please!!! I need to get this working asap! I have followed directions to get the login page to work and used user authentication server behaviour. When …

Member Avatar for ArtistScope
0
639
Member Avatar for smariano77

Hello, this is the web page I'm developing: [URL="http://gtechrosarioco.win-servers.com/"]http://gtechrosarioco.win-servers.com/[/URL] . Problem: In firefox everything it's fine, in Chrome too. But internet exlporer shows the accordion pane in a wrong way and that mess up with the hole page (please check it for yourself and see what I'm talking about). The …

Member Avatar for smariano77
0
97
Member Avatar for pinkiguana

I have a table of questions for a survey, each one with its identifying number. I have a form that populates with all the questions (this is not an exact number, as more can be added) but I need to store the results into one field, using arrays, because the …

Member Avatar for pinkiguana
0
143
Member Avatar for nezammca

Hi frdz., i have issue here i need to create my own login control and that control should have roles also. if i use the pre defined login controls i can assign roles to it. but while creating the account i dont want those information which is there in create …

Member Avatar for ArtistScope
0
48
Member Avatar for click_twinkle

How paging is maintani in ASP? and how we include paging in the record?

Member Avatar for ArtistScope
0
63
Member Avatar for pingme

hello i am using a linkbutton inside a datalist.what i want is:when a user click on this link,it play a song stored in a folder protected void LinkButton1_Click(object sender, EventArgs e) { this.WindowsMedia1.VideoURL = "mistralgagnant.mp3"; } PS:WindowsMedia is the ID of aspnetvideo Thanks

Member Avatar for ArtistScope
0
63
Member Avatar for click_twinkle
Member Avatar for ArtistScope
0
113
Member Avatar for ArtistScope

ASP code snippet to detect visitors and monitor their current activity. Monitor and display which visitors are currently visiting which web page, IP number, user-agent, language preference, page referrer and more. In the settings file you can specify for how long to retain the display, for example show visitors activity …

0
291
Member Avatar for Sleuth

I have a form that writes to a csv file, and then another form that reads from that csv file, after an input field is completed, it must search the csv files and bring back any entries that match the input field. It works with the date field I have …

Member Avatar for ArtistScope
0
87
Member Avatar for GLT

how do I upload a file into the database from dreamweaver? I have used a file field in the form but will this automatically upload no problems? cheers! GLT

Member Avatar for ArtistScope
0
190
Member Avatar for click_twinkle
0
73
Member Avatar for theemorgandorfe

I don't have access to the server where the ASP script resides, thats why im asking this question. Can I have my form process through scripts server, but also send a copy to my email on the form's inputed fields? I've attached the form. Thanks, greatly appreciate any help!

Member Avatar for rob.blake
0
60
Member Avatar for dpreznik

Dear experts, I have a TabContainer, and one of its tab panels has a user control with a wide GridView in it. Because of some reason, the GridView goes way beyond the size of the tab panel and the tab container. How can I make the form and the tab …

0
49
Member Avatar for click_twinkle

how does Vb script help in web page designing and what are its significant features in web page designing?

0
80
Member Avatar for ameyanatu

I know we can move and copy the file within dir. using FileObject.copy and FileObject.move. My question is i am making web application in that application user has to send his excel file into server can we use FileObject.copy for this purpose ? Please Guys Reply Me. Thanks For advance.

0
55

The End.