5,691 Topics

Member Avatar for
Member Avatar for demented

Hi all, I need some help. I have two websites running on the same windows server: One made using asp.net/IIS on port 80 and the other using php/apache on port 8080 I have a domain name mydomain.com which points to the default .net website. As for the php website, I …

0
74
Member Avatar for dweaver6

i need to know how to submit a field confirmed in a validation routine to access a com component which holds the database fields here's mycode: a select statement runs the validation: Function getLpInfo Dim strDetails Dim strMessages PssDelObj(objDetails) PssDelObj(rsContacts) set objDetails = Server.CreateObject("PssPalInterface.PalCommon Cls") set rsContacts = objDetails.get_SecGp_info(svrglpid) svrMsgEmpty …

0
80
Member Avatar for shiny123

hi ppl.. Can anyone help me. pls tel me the Hardware and Software Requirements for Installing asp.net 2005

Member Avatar for Jx_Man
0
144
Member Avatar for shiny123

hi ppl can any one help me pls tel me the Hardware and Software Requirements for Installing asp.net 2005

Member Avatar for majestic0110
0
269
Member Avatar for mohanvamsi_18

Please Any one can help me... I designed a web site with database connectiving using asp tags... like asp inputboxes, asp buttons .. and aspx loging form, new user login form, retriving data ... and i Installed VB.net and i am running this website using ASP.net....... But I want to …

Member Avatar for jwenting
0
83
Member Avatar for Ekta Midha

As we call easily Dll in ASP similarly , Is there any way to call Jar file in ASP Application ?

Member Avatar for Andryanus
0
52
Member Avatar for Andryanus

Hello everyone, Does anyone have experience accessing Java Jar Object with ASP? Please kindly advise. Thank you.

0
65
Member Avatar for Andryanus

Hello everyone, Does anyone have experience accessing Java Jar Object with ASP? Please kindly advise. Thank you.

0
47
Member Avatar for peaboy787

OK, Establish the basic info The PC has never been opened at all, no new hardware just what it came with, maybe what it came with is important so i will add it: [QUOTE] Acer Aspire T690-UD430A Intel Desktop PC Intel Core 2 Duo E4300 1.8GHz 1GB DDR2 Windows Vista …

Member Avatar for peaboy787
0
96
Member Avatar for serkan sendur

protected void Page_Load(object sender, EventArgs e) { ProcessInfo foo = ProcessModelInfo.GetCurrentProcessInfo(); Response.Write(foo.RequestCount.ToString()); } the code above generates the following error : `Process metrics are available only when the ASP.NET process model is enabled. When running on versions of IIS 6 or newer in worker process isolation mode, this feature is …

0
67
Member Avatar for serkan sendur

hi, i want to collect information about my asp.net worker process, so i wrote the code below : Process p = Process.GetCurrentProcess(); foreach (System.Reflection.PropertyInfo prop in p.GetType().GetProperties()) { Response.Write(prop.Name + "<br>" + prop.GetValue(p, null).ToString()); } when i run the page i get the following error : Process must exit before …

Member Avatar for SheSaidImaPregy
0
2K
Member Avatar for kc8pdr

My web hosting company gives me chilisoft asp I need to what chilisoft asp supports ? Dose is support any of 1.1 2.0 3.0 or 3.5.net ?

Member Avatar for Passmark
0
58
Member Avatar for hlp4al

Hi , I want to change the bottom alignment of the table according to the data inserted.At first i inserted 10 letters.After that i w'l insert 100 letters. according to that the bottom alignment have to change.. I want the code to get this.. I am new asp.net,please give the …

Member Avatar for SheSaidImaPregy
0
51
Member Avatar for TheAlex

Hello...I've been trying to figure out this problem for most of the week - it's my second attempt at any XML and my first at XSLT so I haven't got a complete grasp of what I'm doing yet. Any help will be muchly appreciated. :) The problem is, the code …

Member Avatar for TheAlex
0
226
Member Avatar for BBdevil

I have a Vaio SZ110 Notebook with XP home. It is about a year and a half old. A few months ago it was accidentally dropped on the CD drive and although it broke the cover, the door will still open. When I click on my computer though, the drive …

Member Avatar for hughv
0
173
Member Avatar for depaulbluedemon

All i'm looking to do is create a page where the user enters text into various text boxes and then it is displayed below with other text. This is the code I have thus far, but i can't get it to work. <%@ Page Language="C#" %> <script runat="server"> public void …

Member Avatar for Ramy Mahrous
0
104
Member Avatar for yenyen

[code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html > <head> <title>Untitled Page</title> </head> <script language ="javascript"> function chkRadio() { column =document.list_photo.hidCounter.value; var total = 0; var file =0; for(var i=1; i<=column; i++) { var objId = "chkBuy" + i; var obj = eval("document.list_photo." + objId); document.list_photo.totalcredit.value = obj.length; …

Member Avatar for ~s.o.s~
0
174
Member Avatar for AvinashDesai

i want to populate data to dropdown 2 after selecting options from dropdown1 plz any one help me ......... plz send code in asp.net ..... plz help

Member Avatar for SheSaidImaPregy
0
64
Member Avatar for sbv

hi friends, i have to Update a ASP site for designing. The existing site is designed such as page by page. No any CSS template is used. And now i want to Update it's designing in new view. Also the user don't want that i use the CSS for new …

Member Avatar for sbv
0
97
Member Avatar for ppat

hello everybody, I am working on .net application (asp.net and vb.net and sql server as backend). How can I provide security to my web application ? Please anybody tell me about it? Thank you,

Member Avatar for Paladine
0
109
Member Avatar for snifer

hi friends, i had a problem when connecting the database to the asp.net. My database is SQL server 2005

Member Avatar for Paladine
0
107
Member Avatar for sqlchopper

Here is html <asp:datagrid id="mrpDataGrid" style="Z-INDEX: 289; LEFT: 576px; POSITION: absolute; TOP: 512px" runat="server" Width="160px" Height="90px" autogeneratecolumns="False"> <AlternatingItemStyle BackColor="LightGray"></AlternatingItemStyle> <Columns> <asp:BoundColumn DataField="SCHEDULE_DT" HeaderText="Scheduled Date" DataFormatString="{0:d}"></asp:BoundColumn> <asp:BoundColumn DataField="SCHEDULE_QTs" HeaderText="Summed Quantity"></asp:BoundColumn> </Columns> </asp:datagrid> I need to get values of both bound columns to use in calculations. TIA javascript newbie

Member Avatar for sqlchopper
0
397
Member Avatar for sbv

Is any one have code to upload images in asp. I want to store Image caption in database and image in Image Folder.

Member Avatar for sbv
0
84
Member Avatar for spidey

Hello, I have a dropdown list (single row only) of languages. If I select 'English", the page will reload, it will pass a variable of the Language ID, and all records in English will display in the table. How can I retain the value selected in the dropdown? I want …

Member Avatar for SheSaidImaPregy
0
621
Member Avatar for nandhinijp

i want to add shopping cart in my online shopping site.i dont know exact details.which payment gateway is best and also how to integrate that with my asp.net website.please explain

Member Avatar for SheSaidImaPregy
0
75
Member Avatar for albert.ponraj

Hi every one, I have created website project using c# .Every thing is working fine . i have to send project assembly(project.dll) to client . the problem is , inside my project folder the bin folder is not created after build the project. so i could not find project dll …

Member Avatar for albert.ponraj
0
65
Member Avatar for ss_asp

Hi there, Can anyone help me out.. I have a page where in I have a table (Iits related to the tradein offers to enter one by one) when the new page is requested, all the rows in the table will be blank and when i click on the new …

Member Avatar for sbkhan303
0
275
Member Avatar for ace007

every time i try to open a page or a windows this message pops out "your computer has been infected by unknown trojan. some critical files may be lost......" i got symantec antivirus but when i scan it it dont show no virus. help me!!!! here is my hijack this …

Member Avatar for gerbil
0
114
Member Avatar for bebeqt

I am unable to browse my asp page on Internet Information Services (IIS). Please help. [COLOR="Red"][B] The page cannot be displayed HTTP 500.100 - Internal Server Error - ASP error Internet Information Services[/B][/COLOR] Technical Information (for support personnel) Error Type: Microsoft VBScript compilation (0x800A0400) Expected statement /localdir/Hellotest.asp, line 12 <tr> …

Member Avatar for SheSaidImaPregy
0
110
Member Avatar for choudhuryshouvi

I have a simple web application which aims to take backup from an oracle9i database. Where i need to click on a button to invoke the openfile dialog box and select the location and input the dump filename. After this the application will start creating the backup and create the …

Member Avatar for SheSaidImaPregy
0
202
Member Avatar for harry78

hello all, I have a form with multiple chechboxes. Depending upon what the user chooses I need to make a select from a database with 6 tables. I pass the results from the form to the SQL statement up to the moment I need to put in a where request.form>0 …

Member Avatar for SheSaidImaPregy
0
129
Member Avatar for AniWeb

Hello All, I want to store data into MS Access database without using DSN (Data Source Name). For his I have done the coding:- [code] <% dim stud1 set stud1=server.createobject("adodb.connection") stud1.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("amitdatabase.mdb") %> <% dim stud2,stud3 set stud2=server.createobject("ADODB.Recordset") stud3 = "SELECT tblComments.Name, tblComments.Comments FROM tblComments;" stud2.CursorType …

Member Avatar for SheSaidImaPregy
0
95
Member Avatar for Ukiya006

Hi, I need some help here.. I am pretty new to doing ASP.net in C#.. and also pretty unfamiliar with javascript Currently i am facing some problems which i hope you guys can help me in solving.. I have dynamically created a row of buttons. [code] for (int i = …

Member Avatar for SheSaidImaPregy
0
119
Member Avatar for bharathi_n_r

Hello all, I am new to asp.net.I have taken up a project called MIS(Management Information System).I have just started the project.The home page consists of a login screen.Now i need to put a picture in my page.I already have one picture for my web page. In order to put another …

Member Avatar for SheSaidImaPregy
0
524
Member Avatar for greekgeek

I am trying to move a website from an other server to one of our servers. I am not familiar with ASP. Teh website is asp and visual basic. The database is mysql. I have imported the database in Mysql server and I have loaded the code to iis6. I …

Member Avatar for SheSaidImaPregy
0
100
Member Avatar for ppat

Hello everybody, I am using following codes to insert the data to the database.but I am getting error please help me with this. codes: <% Dt= Date() Set T=Request.Form("trainer") Set Co=Request.Form("course") Set Ss=Request.Form("sessionstructure") Set Sp=Request.Form("sessionpace") Set Sc=Request.Form("sessioncontent") Set Po=Request.Form("personalobj") Set Pr=Request.Form("presentation") Set I=Request.Form("Interaction") Set Mn=Request.Form("manage") Set Con=Request.Form("confedence") Set Sr=Request.Form("sessionrate") Set …

Member Avatar for SheSaidImaPregy
0
98
Member Avatar for fatihpiristine

hello guys... long time not to involve to c#/asp.net so i dont remember so many things. i have problems to adapt log4net to my website to log all the activities.. i checked and tried out so many things but nothing works. i have sample web application from its producer but …

Member Avatar for fatihpiristine
0
121
Member Avatar for Corna

I am coding in C#, asp.net 2. I have a radiobuttonlist on my page which applies a rowfilter to a DataView and bind it to a GridView control on each selectedindexchanged event. When I click on the radiobuttonlist only sometimes I get the General Internet Explorer error, and in some …

Member Avatar for SheSaidImaPregy
0
162
Member Avatar for sbv

Hi... I am using FRAME Page in my asp.net 1.0 project. I am Coding in vb.net and used JS also. The problem i am facing is that, when the page opened in Frame has an link to open next page then it opens that page within the same FRAME page …

Member Avatar for SheSaidImaPregy
0
113
Member Avatar for wallconor

Hi, I am having a problem using Dreamweaver CS3 standard recordset paging behavior. It doesn’t seem to work when I pass parameter values from a FORM on my search page, to the recordset on my results page. - Recordset Paging works if no parameters are used in the recordset sql …

Member Avatar for wallconor
0
489
Member Avatar for ebabes

I had just compiled my site using Publlish Website feature of Visual Web Developer. But when I deployed the compiled website in the local IIS, I received the following error message in the browser: Server Error in '/' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of …

Member Avatar for ukerbel
0
74
Member Avatar for mambojerry

I am a new asp.net user and I am trying to use this peace of code inorder to send data from the website to a console and email address. I have managed to write all the required functions, but when it comes to sqlConnection and sending the data, that is …

Member Avatar for SheSaidImaPregy
0
147
Member Avatar for hisoka

hi to all. can somebody solve this problem? the problem is, I have a parent.aspx and a popup.aspx. The popup.aspx has a listbox asp control and a button. The parent also has listbox. I want to return what ever the listItems in listbox of the popup.aspx to parent.aspx's listbox whenever …

Member Avatar for hisoka
0
90
Member Avatar for blackbr

ASP.net 1.1 vs2003 My vb.net solution is separating the code behind (aspx.vb) files from the aspx files by putting them into the "miscellaneous files" folder. I'm not sure what caused this, or how to fix it. The problem isn't critical, as I can open an aspx file, and it correctly …

Member Avatar for blackbr
0
85
Member Avatar for omega3387

Well I need some help understanding some sections of code. I'm a complete newb at web development so all explanations are greatly appreciated. I am having trouble understanding how to set the attributes of an object. I have a myProject object declared in the global.asa file and then I am …

0
55
Member Avatar for ali_ggl

Hi all here i want to develop websites content reading code like title of any website or meta and other tags, i want to give URL to this code at run time and it will detect its meta, title or other information and return to me in variables how to …

Member Avatar for Fungus1487
0
107
Member Avatar for davidm1978

Hello I have a company from Israel and I am looking for asp.net developer from India that will work from his home to build a project for my company in Israel Please send me email to: [email]rotlevi.web@gmail.com[/email] Thanks David Israel

Member Avatar for ithelp
0
85
Member Avatar for wardzilla

I found DaniWeb while searching for a solution to an ASP problem. Hello everyone and thank you for providing such a nice forum.

Member Avatar for Serunson
0
20
Member Avatar for betsybailey

Hello..I'm having a problem with a pop up..I keep getting a flashing question mark at the bottom of my screen and then a SECURITY ALERT:SPYWARE FOUND message pops up over and over again telling me that I have been infected with a trojan virus and all sorts of things..I can't …

Member Avatar for Serunson
0
546
Member Avatar for nice_true

Hello! I had problem sending mails through asp.net, even after writing the code. But after providing the IP address of my pc in the relay option in IIS, the problem finally got solved. But now the problem is that the same code when I tried to run on a pc …

Member Avatar for jamello
0
138

The End.