4,273 Topics

Member Avatar for
Member Avatar for lancyb

Hi, I am working on asp.net web application (VB) where the user uploads his images in the web server and then he can retrieve those images by using gridview with paging. Everytime as the user uploads new images, the code should create new folder. For e.g: UserName FolderName Images A …

Member Avatar for sakhi kul
0
95
Member Avatar for xuexue

hi guys, im using linux opensuse as my web server, now i installed php there accdg to the manual, moreover, i also installed php to another computer having windows as its platform, now i compared the phpinfo() of the both pcs, ive noticed that there are some modules available on …

Member Avatar for cwarn23
0
134
Member Avatar for Neerajavi

hi friend can you tell me how to create servlets and how we can deploy it on the apache web server.

Member Avatar for jwenting
0
132
Member Avatar for babydol

i m trying to extract multiple rows and print it in a single line in a web page. My code [CODE]while ($line = mysql_fetch_array($app, MYSQL_ASSOC)) { echo "<tr><td>"; echo "<a href=AssignedUpdateForm.php?app=".$line['App']. ">".$line['App']."</a></td>"; echo "<td>" . $line['firstName'] ." ". $line['surname'] . "</td>"; echo "<td>" . $line['ServerName'] . "</td>"; echo "</tr>"; }[/CODE] …

Member Avatar for babydol
0
98
Member Avatar for johnbutt

I am going to do a mail portal(i need to connect to a client server from the user client, the client server should have an SQL database) what should i choose from these three ? can u add reasons please socket programming with c# web service programming with c# or …

Member Avatar for kvprajapati
0
36
Member Avatar for Alba Ra

Let's start with the problem: I am creating a XML-based CMS that has to run on the servers of French internet service provider and web host Free.fr. So I can't use SimpleXML as only a handul of [URL="http://wiki.free.fr/wiki/index.php/Fonction_php_active_free"]functions[/URL] are activated. I can only assume that it is the old [URL="http://fr.php.net/manual/en/book.xslt.php"]XSLT[/URL] …

Member Avatar for Alba Ra
0
593
Member Avatar for thobanco

Site is working fine in mozilla and safari but not in Internet explorer. I am also trying to figure out how to put a picture next to the name on the other side. [B]Below is the css and the xhtml codes[/B] [B]CSS [/B][CODE]/* layoutstyles.css */ /* Background color of box …

Member Avatar for servicecycle09
0
211
Member Avatar for iiavvk

HI There, I am facing a different kind of issue, which is giving the below error, [COLOR="Red"]Microsoft OLE DB Provider for SQL Server error '80040e21' Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. /CISL/Web/Calls/BNTANT Response Time/BNTResponseTime_Graph.asp, line 246[/COLOR] The stored …

Member Avatar for iiavvk
0
166
Member Avatar for ashab27

Hi, I am getting so much of problem on DataList This is my code in asp.net <asp:Button ID="NextQusButton" runat="server" onclick="NextQusButton_Click" Text=" Next " onclientclick="javascript: return validate()" Height="26px" /> </p> <p> <asp:DataList ID="ItemsList" runat="server" DataSourceID="SqlDataSource1" onitemcommand="ItemsList_ItemCommand" Visible="False"> <ItemTemplate> Question: <%#Container.ItemIndex %> <%# DataBinder.Eval(Container.DataItem, "Question")%> <br /> <asp:CheckBox ID="CheckBox1" runat="server" /> <%# …

0
94
Member Avatar for Ninjabear

Hi. I'm new to ASP.net and I'm having a bit of trouble with loading information in from web.config. I've stored my database connection in the web.config and the rest of the code is in my code behind file. Here is the code behind file followed by the web.config extract. The …

Member Avatar for Ninjabear
0
933
Member Avatar for dockdns

Hello, Can someone help me understand how to make my website work from the WAN. For example, I've setup website [url]www.site1.com[/url] on my server 2003 IIS 6 assigned to internal IP address 192.168.1.128. I've created a DNS entry on my local DNS to forward [url]www.site1.com[/url] to 192.168.1.128. I can type …

Member Avatar for freshfitz
0
104
Member Avatar for kanuri1

hi iam insert the data into data base at run time through grid view ..... here iam write the coding but there is no errors......... here the problem is the grid view is can't be displayed at run time........... pls help me very urgent.... here my coding is given below.......... …

Member Avatar for chandru7
0
104
Member Avatar for kanuri1

hi iam gettin error like........ "The DataSourceID of 'gridview1' must be the ID of a control of type IDataSource. A control with ID 'SqlDataSource' could not be found." here my coding is given below.......... [CODE] <asp:GridView ID="gridview1" runat="server" AutoGenerateColumns="False" DataSourceID="SqlDataSource" DataKeyNames="gp_no" ShowFooter="true" > <Columns> <asp:TemplateField HeaderText="gp_no"> <ItemTemplate> <%#Eval("gp_no")%> </ItemTemplate> </asp:TemplateField> …

Member Avatar for reach_yousuf
0
90
Member Avatar for solid28

Hi Everyone, I am trying to start ASPEN, a python based web server on my computer. In my Windows 7 command line I input the following: [CODE]python.exe build\scripts-2.6\aspen[/CODE] It then outputs [CODE] launching child process starting child server aspen starting on ('0.0.0.0', 8080)[/CODE] But after I receive that input, the …

Member Avatar for Gribouillis
0
94
Member Avatar for alokk2700

Hi All We have developed a Web based Information management system using VS 2008 and SQL 2005. The application is being run on Intranet where the application server and database server are separate. The maximum number of people who access the application on the intranet simultaneously would be 50-78. However …

Member Avatar for sknake
0
69
Member Avatar for BWN

This is for all of you developers out there who have busted their tails to produce a quality product. I have built a fairly complex website utilizing VB.NET with a SQL Server back-end. The database itself has over 20 tables and thousands of records. The other day I got an …

0
46
Member Avatar for powerbox

Hi guys I just need some enlightenment on how I should implement one of my projects. I've been migrating my codes from unmanaged to manged code and I chose Java as one of our primary PL to use. From time to time I've used some of Java products like GlassFish. …

Member Avatar for pelegri
0
248
Member Avatar for peter_budo

The aim of this thread is to gather useful information in regards of Java web development. If you know some tips and tricks, tutorials or any interesting links that has not been already mentioned in previous posts please share with us (please always check to avoid double posting). Please DO …

Member Avatar for peter_budo
4
3K
Member Avatar for kanuri1

hi iam trying to insert data into databse through gridview ....... there is no errors showing.............. here the problem is that the grid view cannot be displayed at runtime.. here my coding is given below.......... pls help me......... [CODE] <asp:GridView ID="GridView1" runat="server" style="z-index: 100; left: 44px; position: absolute; top: 41px" …

0
80
Member Avatar for coolguy20

Hey Guys, I appreciate any and all help. I'm trying to print out the results of a query I've made to another server using the nusoap client. I'm successfully sending my XML Array to their WSDL web service and they are sending an XML response back. <RESULTS><TEXT>Success</TEXT></RESULTS> However all < …

Member Avatar for mitcrellim
0
199
Member Avatar for SuperFlyPunjab

Hello All, My computer was recently infected by a virus and all attempts to get rid of it have failed so far. each time I run ESET, my anti virus software, which I have run under normal conditions and in safemode, it reports that it caught s few bugs and …

Member Avatar for crunchie
0
211
Member Avatar for patelrg

Hello, I don't know exactly why, but all of a sudden, my computer shows at the bottom right of the screen that it is not connected to the internet. However, it is connected to the network and the internet. This is odd and I would like it to be fixed. …

Member Avatar for rch1231
0
165
Member Avatar for LloydFarrell

hi all, Im teaching myself webdesign, php and mysql from the fourms here and watching youtube videos. I have come across this error that I cant resolve. Its driving me crazy and i cant find a solution for it. I was hoping someone cant help. Im building a web subscription …

Member Avatar for LloydFarrell
0
112
Member Avatar for ochness

First off I would like to say that I am new to asp.net and programming in general. I have created a website that is being hosted at Network Solutions on a Windows server. My html and aspx pages load fine. On my aspx pages I am using the asp login …

Member Avatar for ochness
0
150
Member Avatar for nash_ph_41

I try to deploy a .NET1.1 website in Windows Server 2008 As i know, the server need .Net Framework 1.1 install before the deploy begin . So i follow the instruction in this link [url]http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/[/url] While after the completion. Then i paste the project in inetpub and Create Application in …

0
67
Member Avatar for gisek

Hi, I'm developing a Visual Studio C# application, which is related to a database. It currently uses a database file (SQLite). But I want to connect it to an online database. The idea is: the same copy of database should be on users' computers (in SQLite files) and on a …

Member Avatar for markb536
0
88
Member Avatar for samuel_cyk

This is my first time for establishing an ASP.Net website on a HTTPS server. As usual, I have developed a website and it works fine on HTTP server (including localhost), but after I upload the website to the HTTPS server, the ASP server button disappeared and when I view source …

Member Avatar for samuel_cyk
0
114
Member Avatar for Ana D.

Hi, I have the following code: [CODE]<asp:GridView ID="MyGridView" runat="server" AllowPaging="true" PageSize="30" AutoGenerateColumns="False" AllowSorting="true"> <Columns> <asp:TemplateField HeaderText="Industry ID" ItemStyle-Width="150px" ItemStyle-HorizontalAlign="Center" SortExpression="ID"> <ItemTemplate> <asp:Label ID="IDLabel" runat="server" Text='<%#Eval("ID") %>' /> </ItemTemplate> <EditItemTemplate> <asp:Label ID=" IDLabel " runat="server" Text='<%#Eval("ID") %>' /> </EditItemTemplate> <FooterTemplate> <asp:Label ID="EnterLabel" runat="server" Text="Please, enter the new name: " /> </FooterTemplate> …

Member Avatar for Ana D.
0
95
Member Avatar for spongie

Hi. I would like to create those checked rows in gridview with a button click. For example, an user checks 2 rows in the gridview, and clicks on the create button. I would want the selected row/s to be created to the database. How would I go about doing this? …

0
59
Member Avatar for mnewsome

Working with MS Project Professional 2007. My business is too small to use Project Server. Looking for a workaround so that I can post milestones, tasks, alerts, etc. so that others can see. I have a website and can create a sub web. Is there a 'poor man's' way to …

Member Avatar for mnewsome
0
143
Member Avatar for eggy168

Hi, I am new to this forum. I am trying to write a web based database using asp.net & C# for the front end and I have a SQL Server 2005 database in the back end. Hopefully, I will have some experts here to help whenever I have any questions …

Member Avatar for mackone
0
20
Member Avatar for nadnakinam

hi everyone, I have designed a web site which works fine in local server. but when i upload it on to server i get this problem, which really annoying me :@ I'm getting this warning, Warning: Cannot modify header information - headers already sent by (output started at C:\...\...\Domain.com\login.php:6) in …

Member Avatar for nadnakinam
0
103
Member Avatar for php.devesh

Hi to reader, i used all the tricks. but every time failed. Let i tell u what i have and what i want. i have a website. [url]http://www.directorylistforseo.com[/url] and in this website some ulrs are exist Like a) [url]http://www.directorylistforseo.com/search.php?id=93[/url] b) [url]http://www.directorylistforseo.com/search.php?subcat=110[/url] and i want convert in into a) [url]http://www.directorylistforseo.com/search/id/93[/url] b) …

Member Avatar for arunss
0
164
Member Avatar for cohen

Hey guys, Well i need some help. My laptop is being very wierd..... at the moment, i am running a Malwarebytes scan, and i will post that once it has finished. Here is my Hijackthis log, i don't like the look of it..... can someone please have a look over …

Member Avatar for cohen
0
168
Member Avatar for stvrich

I have spent a little time on Technet, and will be spending more. But I wanted to ask if anyone knew of a website that had "summaries" of steps required to config (or checklists for config) of server 2008 (or server 2003 for that matter). What I mean is, if …

0
132
Member Avatar for dereknewland

Hello, my name is Derek and I'm a geek. I've been playing with computers for about 10 years now. I'm 23 and I am not sure which area of IT I would like to specialize in. I hope some of you may have some advice for me. Background I convinced …

Member Avatar for timha
0
235
Member Avatar for Joe1992w

Hi Guys, I could use some help, recently some of my google seraches have been redirected to seemingly unrelated content or to use another search engine, this doesn't happen to all seraches and the ones it does effect seem to be unrelated and at random, i have run a Hijack …

Member Avatar for jholland1964
0
105
Member Avatar for benk1

Hi guys I'm looking for a starting point to have a login for a website. The situation is as follows - I have a common product list, with 3 price bands (gold, silver, bronze) When a gold customer logs in, I want to search the db for the products, and …

Member Avatar for benk1
0
137
Member Avatar for nschessnerd

Hi, I run an udp web-based application on windows server 2008 and I am having trouble when my computer's screensaver turns on. Basically sometimes this application crashes and it is auto rebooted. However if the server reboots when my screensaver is on, i can't reconnect to the application. It works …

Member Avatar for nschessnerd
0
162
Member Avatar for lifeworks

im completely new to python and not particularly experienced with anything that isnt running off of a web server... Im reading 'A byte of Python' and while my first shell script worked, which was just the 'Hello world', but if I create a separate file and have saved it within …

Member Avatar for vegaseat
0
126
Member Avatar for jibhekar

Hi, i have developed a asp.net project(on visual studio 2005) and created a web setup, this project is running fine while i am running in development enviorment(Visual studio), but after installing the setup ,my installed website is running but it is not able to access sqlServer Database ... what i …

Member Avatar for mail2saion
0
84
Member Avatar for vipin saxena

hi all, and respect for seniors & experts, i m a free lancer vb6 programmer and wants 2 shift 2 web development. i m very much confused as 2 which combination of technologies 2 opt. to opt for open source or not., which client side technology and which server side. …

Member Avatar for vipin saxena
0
97
Member Avatar for ken_bagwell

Hello, I have a field in a data table with leading spaces. When I look at the visualizer I can see the spaces, but after I bind the data to a repeater control the spaces have been removed on the web page. Is there anyway to prevent the repeater control …

Member Avatar for kvprajapati
0
86
Member Avatar for SQL2009

I am relatively new in the SQL/Web Development field. I have a DB (MS SQL Server 2000) and Web Apllication (.NET Framework 1.1). I would like to modify the seach and copy function in the existing web page. Please find attached the Design View as well as Source code for …

Member Avatar for kvprajapati
-1
66
Member Avatar for amish123

hey guys, would really appreciate if you could help me out. on my web server, i have created a directory, to which i want password protection. for that i have created a .htaccess file and saved it in that directory. Also, i have created a .htpasswd file and saved it …

Member Avatar for sknake
0
185
Member Avatar for farsen

Hi. First of all, I´m new to asp.net. I have this .aspx page in my Visual Studio 2008 web project solution, with a media player control and a button which invokes it and starts playing a file: [CODE] <HTML> <HEAD> <script language="javascript" type="text/javascript" for="Player" event="onclick"> return Player_onclick() </script> </HEAD> <BODY> …

0
89
Member Avatar for :Francis:

I have a web application that I upload an image to, the image is subsequently saved to the server's temp folder and displayed via a webhandler on the aspx page. the code for the aspx: [code]<img src="PreviewImageQualityHandler.ashx" alt="Picture not loaded" runat="server" id="imagePreview" />[/code] The code for uploading the picture and …

0
73
Member Avatar for buranda

Hi, there. I'm totally new to apache and I've just got my own domain from a web domain company and I'd like to connect Apache to the domain. What should I do with that? I'm using Windows 7 and Wamp server 2.0, and also I have a DNS from the …

0
55
Member Avatar for giahmed

Dear all, I am really stuck with inserting record into access database using ASP.net and C#, as in university I am only allowed to use access. I am trying to create new room reservation for meetings its not a hotel room, I have two time slots AM and PM and …

Member Avatar for giahmed
0
482
Member Avatar for Nfurman

Hi, I am trying to make some "a la captcha" it must be simple, but not for me. my code is: [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; public partial class _Default : System.Web.UI.Page …

Member Avatar for Nfurman
0
170

The End.