4,273 Topics

Member Avatar for
Member Avatar for Tekmaven

[b][i]"Every time we raise the bar, you-know-who stoops to a new level." - Novell[/i][/b] - Novell is a powerfull network operating system. Response: Its not out dated. In fact, Microsoft stole the .NET idea from Novell (Novells ONE Net Strategy)! - Novell requires a bulky client for conectivity Response: Nope! …

Member Avatar for pr4wn4
0
548
Member Avatar for ScottS4732

Hello... I have a composite control inside a repeater and I am trying to databind its properties like so (simplified example) : [CODE]<uc1:Control ID="id" runat="server" Value='<%# Eval("value") %>'>[/CODE] This works fine when I include the repeater inside a web user control, include that web user control inside ANOTHER web user …

0
123
Member Avatar for hims4u

respected mods i am facing a very strange problem when i am trying to run any jsp code on tomcat server in fedora 13. i have installed tomcat6 by command as #yum install tomcat6 after that when i give the address as [url]http://127.0.0.1:8080/aa1.jsp[/url] (aa1.jsp being the name of my jsp …

Member Avatar for hims4u
0
527
Member Avatar for nazar22

Hi, I am working as a Manager in Web Development Company, I have work experience in Both Drupal and Joomla. This is my opinion or views about Drupal Vs Joomla in terms of Development Cost. Mainly I post my comments, to know others opinion about this. But, As a Manager …

0
68
Member Avatar for ragnarok511

Hi everyone, I am working on a form and I am trying to add buttons back and submit when I go to another page, but I keep getting the error "Collection was modified; enumeration operation may not execute." whenever it tries to create the buttons and add them. I am …

Member Avatar for prashantchalise
0
135
Member Avatar for AKSWCPL

Hello All, Pl help me out, I'm having one web URL when i'm passing some parameters onto that it is returning a XML data file Now i want to save that data into my SQL server 2008 database. Prat

0
52
Member Avatar for esia168

Hello, I have googled the similar problem that many people are facing but I still can't solve mine. I'm trying to visit the ASP.NET Web Site Administration Tool at [url]http://localhost:49274/asp.netwebadminfiles[/url] The page shows me the error "An error was encountered. Please return to the previous page and try again." Some …

Member Avatar for esia168
0
749
Member Avatar for williebens

Hello Forum: I am working on a load balancing project. The type of routing I am implementing is direct routing (LVS-DIR). The following is a script that sets up the Linux Virtual Server (LVS) or the load balancer: #!/bin/bash #description: manages load balancer #chkconfig: 35 20 80 #processname: lvsdr . …

0
79
Member Avatar for saima.H

SAP ERP system 1- SAP ERP is the leading ERP solution, particularly for large organizations, with over a 25% market share. The only realistic competitor is Oracle who have about half that. Microsoft are also a significant player, but largely for smaller organizations. Most of the rest of the market …

0
53
Member Avatar for simi pillai

Server Error in '/PrecompiledWeb1' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' …

Member Avatar for sunki_janareddy
0
376
Member Avatar for aosmith

Hi All, I wrote a web service that I'm using to more or less move some files around. The client is written in python (uses the HTTP POST interface). If I put the client on the server, and do a test run everything is fine, but then from a remote …

Member Avatar for aosmith
0
62
Member Avatar for melton16

I have a project that queries a set of times from a database and uses these entries to populate a dropdownlist. Once the page is loaded, the user can select one of the items in the DropDownList. When the "Save" button is clicked, the Selected item value is returned to …

Member Avatar for melton16
0
259
Member Avatar for jaweth_r

Hi... I am new to this community... I am new to PHP... I was doing some basic websites with HTML,CSS,Javascript. I have to do a course registration web form for my department. I need help from you guys.... My question : I host the website from my Univesity web server. …

Member Avatar for crivion
0
80
Member Avatar for Iron_Cross
Member Avatar for smruticompubits

Hi Friends, I have a weird problem with my system. Whenever I Type IPConfig in Command Prompt. I got error of Media Disconnected. If I tried to ping to any site it gives me error that requested host is not found. But the most weired thing is I am connected …

Member Avatar for colinj
0
187
Member Avatar for khan17

hello all, pls be patience to read this, pls im doing a project in c#. to automate the downloading process.. my task is 1.Login to the website 2.Click the button on the next page(2nd page) 3.Click link and then a button on the next page(3rd page) 4.then the File download …

Member Avatar for Julodnik
1
144
Member Avatar for manitm16

When logging on to internet I get the message "The connection was reset The connection to the server was reset while the page was loading." with the following details. * The site could be temporarily unavailable or too busy. Try again in a few moments. * If you are unable …

Member Avatar for manitm16
0
159
Member Avatar for simi pillai

Server Error in '/PrecompiledWeb2' Application. ________________________________________ Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Unrecognized configuration section 'connectionStrings' Source Error: Line 10: <configuration> Line …

Member Avatar for Lusiphur
0
305
Member Avatar for Roebuc

So I am pretty sure I know the answer to this but just want to check. I run a Debian GNU/Linux at home and I have set up the necessary port forwarding for Apache and SSH. However, I have been planning to enable FTP and of course I did not …

Member Avatar for Roebuc
0
138
Member Avatar for feroz28

I am facing errors in generating sitemaps for wordpress sites due to large number of posts. I have posted this issue to varoius forums but still did not received good reply. I got few replies that it is due to web host server resources but how to resolve it? As …

0
81
Member Avatar for jesus123

Hi, I used this coding for sending mail.It's working but there is a problem,I receive mail 2 times,then sender mail id is not displaying,It receiving in the name of webmaster that in coding ($headers = 'From: [email]webmaster@example.com[/email] ' . "\r\n")(eg. [email]webmaster@example.com[/email]), I want receive mail as sender mail Id who …

Member Avatar for metalix
0
69
Member Avatar for artic

Hi, I got reported that login page not working for our client asp.net 2.0 web application with oracle 9i db. Is there is anyway to debug the application which is running in my client web server with the source code available in my machine?, I like to know after clicking …

Member Avatar for Lusiphur
0
115
Member Avatar for bbman

Hi, folks. I'm not a C# programmer, but for now I have the task of translating a short PHP script into C#, and I'm hoping someone here will be able to help me. The goal of the script is to bundle and minify JS and CSS files on the fly. …

Member Avatar for nav33n
0
380
Member Avatar for hims4u

Hello mods!!This problem is really frustrating me now!! i already know about ur tutorial on MVC Connection but i do not want to follow it since it is very complicated for me to understand and implement. So i have written a code (Ora.jsp) to connect to Oracle XE on my …

Member Avatar for musthafa.aj
0
419
Member Avatar for pritesh2010

hello everyone. can any one tell me how to delete recored from gired view dynamically. in my program i have one gridview and sqlDatasource in this i have 4 label and one button.Label shows name, date, title and description and button for delete. all this is done at source view …

Member Avatar for prashantchalise
0
118
Member Avatar for arjitmal

SCENARIO 1 : I have 3 projects in my solution: 1) Web Project (Presentation Layer) 2) Class Library Project (Business Logic) 3) Class Library Project (Data Access Layer) Following are the dependencies among these 3 projects: 1->2->3 (It means I have referenced PL in BL and BL in DAL. In …

0
47
Member Avatar for cafekko

On this project. I used XML as a database and AJAX for display.. I integrated this website [B]Here's the full source code.. please scan it for your safety.[/B] [url]http://www.mediafire.com/?nh14oi1mmeo[/url] First, radiobuttons is assigned before page init.. [code] public partial class Default : System.Web.UI.Page { //Assign values as a specific Dynamic …

Member Avatar for Lusiphur
0
231
Member Avatar for hims4u

hello mods!! i am a newbie in jsp and just wanted to ask a basic question! i have a small jsp code for displaying the date and time. i have tomcat6 and apache web server installed on my linux machine(using fedora 12). can somebody plzz tell me how to run …

Member Avatar for ~s.o.s~
0
242
Member Avatar for sandy542

[CODE]using System; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; using System.Data.SqlClient; public partial class _Default : System.Web.UI.Page { //string connStr = ConfigurationManager.ConnectionStrings["Connection"].ToString(); protected void Page_Load(object sender, EventArgs e) { } protected void btnclear_Click(object sender, EventArgs e) { …

Member Avatar for nick.crane
-4
86
Member Avatar for hbmarar

Hi, In 4 days , my server hosting went non-functional due to critical low space in the / folder that finally i have to seek support to help delete the backups. Nothing works during those times like email, ssh, ftp, sites .. :( The backups folder had 350GB of databackup …

Member Avatar for hbmarar
0
181
Member Avatar for Member 785497

I have a site that uses apache(php) & mysql I recently moved the mysql to another dedicated server in order to increase performace. This is the problem now : MYSQL Server is showing ~150GBs daily outgoing transfer to Web Server ! And at the same time the Web server is …

Member Avatar for rch1231
0
225
Member Avatar for khurram.1987

Hello. Actually not that much good in web development ... So i need little help in doing this work. I am creating realtime chating site in which i am having problem that how to send mesages to user's. I've read some simple example on internet they uses request to server …

0
69
Member Avatar for mr_scooby

I have this php based website, that displays a photo and draws data from a db to display on the page. Currently has a link to a live camera(viewed by internet browser) that opens in a separate page. I have heard/read that using jquery you can create a iframe within …

Member Avatar for mr_scooby
0
79
Member Avatar for dougancil

I am doing a bulk insert on a web page to a sql server (via a browse and upload button) and currently when a user supplies a file thats in an incorrect format, we simply return them a message stating that it is in incorrect format but what I would …

0
46
Member Avatar for trivedimca

Hi, I am developing a web-site where user can purchase items and pay through PAYPAL. Its working fine on test and all the payment processing is working well. But aI want to update my database after succesful payment and for that I have created one THANKS.ASPX page where I fetch …

Member Avatar for PierlucSS
0
228
Member Avatar for faizabest

Im new in web developer and using WAMP server to develop my system. I have run my system succ on winxp, but not in Win7. Can u guys help me to solve this matter? My Apache doesn't work.. I have try to start n restart but still same.... Cannot open …

Member Avatar for faizabest
0
119
Member Avatar for Rajesh S

Hello, My computer faces the problem of internet explorer ads popping up(they never show up-i am able to see it when i press alt tab to check for the current programs running and its in there) and disappears the next moment. Plus the wave slider in the master volume window …

Member Avatar for truckless
0
229
Member Avatar for arbme

Hi, I'm new to C/C++ but have worked with PHP for years and want to make a program to tie in with my web applications. I want to write a program that listens on port 80 for incoming HTTP/HTTPS traffic to a web browser. Then checks HTTP headers from a …

Member Avatar for Aranarth
0
107
Member Avatar for nmges

Actually I did post this problem before. I want to do the sorting, and it is working, but got the ERROR for all buttons - delete, update, add, select. The errors -Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> …

0
67
Member Avatar for gsspeak

Hi, I have an interesting problem. I am running a win server 2003 and win xp sp3 network. Until recently we have been able to access all network resources and the internet without any problems. Now however, we can still access the network resources, (printers/ server files etc), the exchange …

Member Avatar for gsspeak
0
240
Member Avatar for hickyfunkymonke

Hey there, I hope this is the right place to put this in? Anyway, Im currently using PHPMyAdmin application on the yahoo small business web hosting. Basically when I click the privelages button I recieve this errer: [QUOTE]Warning: Your privilege table structure seems to be older than this MySQL version! …

Member Avatar for pbd4499
0
454
Member Avatar for krishnamurtrhy

Im receiving the above msg even after using MultipleActiveResultSets=True to connection string public partial class registration : System.Web.UI.UserControl { string gender; SqlCommand cmd = null; SqlConnection con = null; protected void Page_Load(object sender, EventArgs e) { con = new SqlConnection("Server=.; database=nkm; user id=sa; pwd=karthavya"); con.Open(); cmd = new SqlCommand(); cmd.Connection …

Member Avatar for Lusiphur
0
476
Member Avatar for Jesi523

I need help. I have a SQL Server database that will store information for events that will be taking place. The sql database looks like (see attached). I am fairly new to programming so I need a lot of help, please. I need a web page that will allow a …

Member Avatar for Jesi523
0
145
Member Avatar for leverin4

I have an ASP.NET app that uses code-behind modules that I need to publish on an internal company web server. I have access to the server, but my problem is that I can only access it through Windows Explorer, so I can't create a virtual directory on it or change …

Member Avatar for Lusiphur
0
157
Member Avatar for krishnamurtrhy

Really Im getting very much confustion. I searched in net to get solution for the following msg. There is already an open DataReader associated with this Command which must be closed first. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace …

Member Avatar for Lusiphur
0
212
Member Avatar for IT.

I am a trainee in a company as IT Analyst ,i would like to know more about IT field. Which is the main sector on which i should more concentrate as Servers, Web Designing OR Programming . I am much familiar with ASP, html ,Windows Server 2008 and Learning SQL …

Member Avatar for powerplus
0
139
Member Avatar for kayfar

[CODE]using System; using System.Configuration; using System.Data; using System.Data.OleDb; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; public partial class Add : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { String path = Server.MapPath("App_Data\\dnis2010.mdb"); …

Member Avatar for Lusiphur
0
96
Member Avatar for paulthepainter

I want to display some stand alone web pages from my server in a single web page when requested by the user. The pages are listed by topic. I thought it would be simple to use the include_once function and then use ($url) for the path to the file, but …

Member Avatar for rajarajan2017
0
812
Member Avatar for nmges

[CODE] </asp:TemplateField> <asp:TemplateField HeaderText="System Manager" SortExpression="sysaccount"> <EditItemTemplate> <asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("sysaccount") %>'></asp:TextBox> </EditItemTemplate> <ItemTemplate> <asp:Label ID="Label2" runat="server" Text='<%# Bind("sysaccount") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Password" SortExpression="syspw"> <EditItemTemplate> <asp:TextBox ID="TextBox2" runat="server" Text='<%# Bind("syspw") %>'></asp:TextBox> </EditItemTemplate> <ItemTemplate> <asp:Label ID="Label3" runat="server" Text='<%# Bind("syspw") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Log" SortExpression="log"> <EditItemTemplate> <asp:Label ID="Label2" runat="server" …

Member Avatar for nmges
0
127
Member Avatar for geezus

i went to college to be an engineer, came out 6 years later with a degree in discrete mathematics, & have since worked as a software developer in a corporate IT shop. i'm considering retooling once again, this time towards something like what i suppose people mean by industrial engineering. …

Member Avatar for sukda
0
217

The End.