5,691 Topics

Member Avatar for
Member Avatar for thebluestar

I have tried to include a JavaScript asp file into a vbscript asp file, but I did work? I know because they are "incompatible", but I don't know how to solve it!

Member Avatar for hielo
0
89
Member Avatar for nikhil257

Hello All, I am trying to add a clean up code to the global.asax file, when I initially added the code it worked but now its throwing a compilation error for the same. Below is the code which I need to add, I have taken it from Microsoft's website and …

Member Avatar for BMXDad
0
172
Member Avatar for SBA-CDeCinko

I have an ASP.NET gridview where I allow the user to edit a record. I need to validate multiple fields as one. I need to require that the user either enter a first and last name OR a company name. All three cannot be blank. Most of the sample code …

Member Avatar for SBA-CDeCinko
0
148
Member Avatar for thebluestar

I have tried to use session to track/ say 'Hello' to the user who is online. However, I'm very new to use this object and actually, I'm still not clear all about the global.asa file. I mean we write all methods about sessions we'll in it , then call it …

Member Avatar for punitdam
0
88
Member Avatar for thebluestar

I using the value pass from url to open a new page but there are some mistakes, but I cannot find them here is my all files to do that: [COLOR="Red"]main.asp[/COLOR] [CODE] <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> …

0
66
Member Avatar for cwigginton

I have recently been tasked to do an ASP to ASP.Net conversion for a wrapper application that presents a list of links to a user. Each link opens another application written in a different language (SAS), which streams back HTML code through a broker process to the browser. I've gotten …

0
39
Member Avatar for the_dawn

(VS2008 SP1)building my 1st website but having a problem...need to have the contents of the page to always be centered with respect to the window size, so that is to change to flow layout

Member Avatar for ritesh2190
0
101
Member Avatar for amrinder

I have just started ASP.NET, so I want to know the best books and tutorials online... Please Help !

Member Avatar for devLady
0
154
Member Avatar for CarterLangley

Hi all, Did a site for a group I belong to. Now they want me to add a login page that would take people to a members only area. Need to be able to validate the users via a database. The only database I have available to me is Access …

Member Avatar for Ezzaral
0
149
Member Avatar for kcomeby

Hello, my problem is complicated and my english is limited, sorry for that. i have a website and im writing control panel for it. I've worked with databases too many times and i know what should i do. I have a code like this: [CODE] Rs.Open "SELECT * FROM news", …

Member Avatar for sergb
0
95
Member Avatar for thebluestar

I'm trying to study ASP and sql server 2005 to create the website.However, I don't know how to create a table having a column to store the image, I have never tried this before, I don't know sql server 2005 has data type of image or not. hmm, the flow …

Member Avatar for smariano77
0
95
Member Avatar for devLady

hi guys, where can we find free pdf tutorial on asp.net 3.5 with mvc and silverlight and also in sql 2005 tnx in advance

Member Avatar for devLady
0
184
Member Avatar for visweswaran28

Hi, I want to know, how database and tables are created when I am pressing createuser wizard in asp.net..Then only I can utilize in my project. Can you tel me

Member Avatar for dnanetwork
0
62
Member Avatar for visweswaran28

Hi, I used in-built template, that is createuser wizard. In that, I am creating new user and after that I logged in using that newly created username and password.. No prob it works fine. But I want to know where the data is stored. I have searched in my sql …

Member Avatar for kvprajapati
0
81
Member Avatar for qasimidl

I m working with web parts in asp.net and I want to save my personal setting into db(sqlerver) how to use these methods or others which are present in sqlprovider 1) SavePersonalizationBlob 2) LoadPersonalizationBlobs etc Waiting and need help help it humble request

0
49
Member Avatar for rajabca

when i selecting image from fileupload control that image display in image control how to display at runtime in asp.net VB language... Pls give example code.

Member Avatar for 726855
0
65
Member Avatar for canilucas

Hello all, I hope this isn't a silly question. I'm not much of a programmer {gulp} however I have a problem. I have a drop down list with 10 items, all different values. I'd like to be able to pass the value from a selected item in the list with …

Member Avatar for pvt_geeker
0
349
Member Avatar for Tank50

Hi I created the web project using Asp.net.In that web site It read from database and show result in data grid.There is save button using that I can save it into excel file.the problem if I selected data with one month(20010-01-01 to 2010-01-31) ,then there are more data,but in data …

Member Avatar for Tank50
0
127
Member Avatar for Naters_uk

To make my site secure, i would like to track the ip address of my members to my transaction page. Is there any possible ways of achieving this? I came across many Javascript IP Address display, however they do not actually track or save the ip addresses.

Member Avatar for mfaisalhayat
0
183
Member Avatar for tractorguy

I'm looking for an inexpensive or free class over the internet to help me get started learning ASP.NET. Does anyone have any ideas?

Member Avatar for varaprasad.j
0
87
Member Avatar for munna_001

hi i want to create to automated ASP scripts. this what i am planing - -user goes to website, inputs the time, clicks submit -the script than should run everday at specified time any suggestion will be hightly appreciated

Member Avatar for seagulf
0
76
Member Avatar for iamchamith

I use asp.net with c#.net... My Question is...... I put the fileUplod tool & button to the asp page..at the run time..I was select some file using file Upload & then refresh the page or click the button,fileUploder become empty...how i keep fileUploader value until page submit Please help me

Member Avatar for kvprajapati
0
184
Member Avatar for saeed_s261

[CODE]SqlConnection con = new SqlConnection(connection string); SqlCommand cmd = new SqlCommand("select bookfile from books where bookfile='....' " , con); con.Open(); SqlDataReader dr = cmd.ExecuteReader(); if (dr.HasRows) { // Is Exist }[/CODE] this code is for check whether a book file is exist in database?

0
40
Member Avatar for Alex John

i am developing a web page... in that i hav added a coding like this... HtmlParser.parse(document, "Chap0702.html"); its showing an error like namespace required... wt is namespace to be included for this....

Member Avatar for kvprajapati
0
122
Member Avatar for senthilprabhu

I am final year B.Sc Computer Science student. I want to do my final yr project so kindly send me some asp.net titles

Member Avatar for kvprajapati
-1
142
Member Avatar for jPEE

Hi, I am trying to re-use some VB code in my C# app but can't get them to compile together. I have read about dividing them in the App_Code folder, and I have done that and added the subfolders to web.config. However, now when I try to compile, I get …

Member Avatar for kvprajapati
0
111
Member Avatar for Z_KiNGPiN

Hey, Umm, I'm New to this Forum ... and extremely New to ASP.Net ... have some insight into C# though I was trying to make a website on ASP .. now the problem is, when we access a website 'Index.html' is the first thing that is accessed, but what is …

Member Avatar for Z_KiNGPiN
0
149
Member Avatar for smariano77

Hi, this it's my problem. I have a textBox and a label. In the textbox an email address should be written. Then, when you click the label a inline popUp appears (this one to be more specific:[URL="http://orangoo.com/labs/GreyBox/"] http://orangoo.com/labs/GreyBox/[/URL] ) The thing is that I have to send the email address …

Member Avatar for smariano77
0
162
Member Avatar for ankita1

We have created an MVC web application in asp.net 3.5, it runs absolutely fine locally but when we deploy it on godaddy hosting server (shared hosting), it shows an error which is related to trust level problem. We contacted godaddy support and they say, that we only support medium trust …

Member Avatar for dnanetwork
0
405
Member Avatar for ranuvishwakarma

hello, plz tell me how to show some value in message box in asp.net using c# on the same page.

Member Avatar for paslanmaz
0
147
Member Avatar for antman89
Member Avatar for ghost_from_sa

Hey guys im having an issue with a text file going past the end of file when its reading the lines even if there is text inside it... [CODE]<% // Gets the request var strQuery = Request("Show") + ""; var fso = Server.CreateObject("Scripting.FileSystemObject"); var errorMsg = false; var strError = …

Member Avatar for ghost_from_sa
0
123
Member Avatar for ncnet

Hello. I am trying to get a chart to display a chart image inside a gridview. This image will be populated with data relating to the particular row. The image currently shows but all series collections will not appear and the image is showing data that only relates to the …

0
74
Member Avatar for seo.lovintech

Hello Friend, I am freelancer web developer person. In this time i am developing one web application but i have some problem in this application. 1) Error of ','; 2) Database in Sql. 3) How to use proper query in application. If any one to know about, so plz give …

Member Avatar for dnanetwork
0
49
Member Avatar for sureshrajanmca
Member Avatar for RickyG

Last date value (Next Training ) gets properly inserted but not the rest... any clue? [ICODE] <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/JABILMCALLEN.mdb" DeleteCommand="DELETE FROM [Certifications] WHERE [CertificationID] = ?" InsertCommand="INSERT INTO [Certifications] ([EmployeeID], [TrainingDocID], [StartedTraining], [EndedTraining], [EvalutationType], [TrainedBy], [NextTraining], [Approved]) VALUES (?, ?, ?,?,?, ?, ?, ?)" SelectCommand="SELECT * FROM [Certifications]" UpdateCommand="UPDATE …

Member Avatar for dnanetwork
0
122
Member Avatar for mldardy

I keep getting this error: Procedure 'cnpcpiFarmFormAssignField' expects parameter '@chUserId', which was not supplied. [CODE]if request.Form("hidAction") = "" and request.QueryString("sid") = "" then sFormAction = "New" else Set cmd = Server.CreateObject("ADODB.Command") with cmd .ActiveConnection = DataConn .CommandType = adCmdStoredProc end with 'On Error Resume Next if request.Form("hidAction") = "New" then …

0
72
Member Avatar for Tank50

Hi I create web site using asp.net,It publish in windows server 2003.when I type URL in internet explore its sows all the aspnet file(.aspx) file,after that I click on default.aspx file,but it wont works,its generate "page cannot found".I tried it in my local machine and server machine,but its that didn't …

Member Avatar for madison12
0
191
Member Avatar for needanswer
Member Avatar for amphetkid
0
155
Member Avatar for hitro456

Hi Folks, I have a test.aspx page, which creates dynamic text boxes according to some condition, in following way.... TextBox t1; //Declared at class level button_click(...) { .. . . while(someCondotion) { t1 = new TextBox(); t1.ID = "TextBox" + count; ProductPanel.Controls.Add(t1); } . . } //button click ends now …

0
73
Member Avatar for iamchamith

Hi I use dropdown list box in my asp page... I set the autopodtBack property in that dropdown box true.. at the run time i select some item in that dropdown list box , then page is go to top ..I want stop this... please help me thank you Chamith …

Member Avatar for dnanetwork
0
160
Member Avatar for elblocko

Hey guys, Would it be possible for someone to post a working example? I can't find any good information on using the streaming API with ASP.NET and I can't get any of the code on this thread to work. I was trying just to get the response from the api …

Member Avatar for elblocko
0
99
Member Avatar for spherecons

Has anyone there got any experience of using ASP (not ASP.NET - but I'll come to that) with VS2008. The debugger dies whenever you change anything or stop it - which seems inelegant. Microsoft's response is to sniffily tell me that they don't support ASP beyond VS2005 and certainly won't …

Member Avatar for jimib
0
146
Member Avatar for KushMishra

Hello guys, I am asking a very simple thing to be done in my project (May be I've forgotten the syntax)......... I've taken a drop-down list in which diff. user-names are coming and added a delete button to delete the full row which contains the selected drop-down list user-name. I've …

Member Avatar for rohand
1
199
Member Avatar for phoenix_dwarf

Hi, I'm trying to loop through a listbox that is runat="server" (to get all the values of the items inside the listbox regarless of if they are selected or not). Now i have searched for hours on end and still don't find anything (all the examples is just for the …

Member Avatar for phoenix_dwarf
0
128
Member Avatar for gmsol

hi i m wroking in asp the below code work in internet explorere but does't work in firefox pls help me function DisplayMe(e) { //document.getElementById("CompName").value == //alert(e.id); var elTableRow = document.getElementById(e.id); var elTableCells = elTableRow.getElementsByTagName("td"); if (document.all) { document.getElementById("CompName").value=elTableCells[1].innerText; //var cell = elTableRow.getElementsByTagName("td")[1]; //var content = elTableCells[1].innerText; //document.getElementById("CompName").value=elTableCells[1] document.getElementById("City").value=elTableCells[2].innerText; document.getElementById("Country").value=elTableCells[3].innerText; …

Member Avatar for CollinHoward
0
189
Member Avatar for rambok4

[code] try Dim da As String = "+100acs+" Dim con As SqlConnection = New SqlConnection("Data Source=RAHUL-034890AF0\SERVER2005;Initial Catalog=user_accounts; Integrated Security =True") Dim command As Data.SqlClient.SqlCommand = New Data.SqlClient.SqlCommand("Insert into sales_details (bill_number,product_id,quantity,rate,amount) VALUES ('" + da + " ','" + Ddpproducts.SelectedItem.ToString + " ','" + Textquant.Text + "','" + Ddpproducts.SelectedValue + "','" …

Member Avatar for rohand
0
345
Member Avatar for a_jadon

Hello there, I am in need of major help. I am trying to convert my ASP classic website to ASP.net. Now my problem is with reading and controlling of the data found in my SQL Server DB. I have managed to connecting to the database and read the records there …

Member Avatar for a_jadon
0
399
Member Avatar for achinaseller
Member Avatar for johnnie.niles

I would like your assistance in creating a weekly and monthly report of my recruitment and office activities. I just want a design. Thank you for your help.

0
57

The End.