13,936 Topics

Member Avatar for
Member Avatar for ChimpusDupus

hi, I feel retarded working with XML right now because I have no clue whatsoever how to do anything with. I really just need a simple, straigtforward description of how to read, edit, and write XML files that hold data, everything I've found on the internet and such hasn't given …

0
81
Member Avatar for bhavna_816

I have a webservice which accesses some methods from the Business layer. I made a website which uses this webservice, I have given the WEb reference for that web service. I want to call a WebMethod which uses some structures from the business layer. I am populating the business layer …

0
63
Member Avatar for marwest98

I am receiving the following errors in my code. I'm trying to copy just portions of the ASP at a time into ASP.NET and fix errors as I go. I'm receiving a Statement cannot appear within a method body. End of method assumed. followed by a 'End Sub' must be …

Member Avatar for peter_budo
0
211
Member Avatar for tuse

I am new to ASP and using Visual Studio 2008. Unlike Visual Studio 2005, 2008 does not seem to have the absolute Layout that can be set for the entire webpage. Each control needs to given the absolute layout and sometimes the control cannot be dragged to the position I …

0
55
Member Avatar for Paua

Challenge: Someone create a shopping cart (eCom) website using visual studio 2008 asp.net/ado.net/c#lanugage, easy? Send me the source code then ....Cheers!!!! Alternative: send me to a walkthrough tutorial please!!!

Member Avatar for a496761
0
105
Member Avatar for mindfrost82

Can someone help me convert this SQL SELECT statement to ASP.NET code (if possible): [code] SELECT * FROM tblCategory RIGHT JOIN tblInventory ON tblCategory.categoryID = tblInventory.categoryID WHERE (((tblInventory.type)=[strSearch])) OR (((tblInventory.country)=[strSearch])) OR (((tblInventory.date)=[strSearch])) OR (((tblInventory.eventSeries)=[strSearch])) OR (((tblInventory.grade)=[strSearch])) OR (((tblInventory.comment)=[strSearch])); [/code] I'm trying to use it as a SelectCommand.

Member Avatar for dexterz
0
169
Member Avatar for technogeek_42

hi to all who can help just a buddy to teach me how to work with asp.net and i would like to know everyone is their any differnce between asp.net and php???? and what is that........ and can i ask where can i find some script that may help me …

Member Avatar for a496761
0
95
Member Avatar for papafiduk

Hello everyone -- first time poster and relative newcomer to the boards. This bug I'm tackling has me at my wits' end and it's come time to turn to the masses! If this is posted in the wrong forum and/or has already been addressed, I apologize. However, I've done thorough …

0
142
Member Avatar for CornerAnalyst

I need to be able to perform the creation of HTML controls (i.e. Tables, form controls) from inside of a DLL in vb.Net I have searched Goggle far and wide for what Import statement references the HTML objects. Imports System.Web doesn't do it. I would like to do something like: …

Member Avatar for CornerAnalyst
0
115
Member Avatar for hjast

Is there a way to make a application that has a windows form gui on the server machine and then a asp.net frontend for users on the internet to interact with it? Reuben

Member Avatar for hjast
0
115
Member Avatar for dadelsen

The following script function "btnRunScript_onclick" works as long as it does not access the HTML control "txtMessage". If it does, "Page Error" is shown in the statusbar of Internet Explorer (6). Knows anybody why? Thank you. [code] <%@ Page Language="vb" AutoEventWireup="false" Codebehind="GuessingGame.aspx.vb" Inherits="Ch07Le04.GuessingGame"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> …

Member Avatar for dadelsen
0
401
Member Avatar for Marikanna

Hi I am very new to GIS Technology with Asp.Net. I have developed a map. Now I want to post this map in a webpage. I am using ArcView. Any help is much appreciated.

Member Avatar for ciraj
0
216
Member Avatar for binoj_daniel

Hi, Is there any Web Based Open Source .NET Source Control Tool which can be hosted on an IIS server?

0
56
Member Avatar for lethalbizzle679

HELP, my PC has always been virtually virus and spyware free because i use avg annti-virus & spybot. but recently ive had some real serious problems with my pc. I get these "Buffer Overrun" errors in "explorer.exe" which causes all programs and the task bar and desktop to close down …

Member Avatar for crunchie
0
228
Member Avatar for Blaine Tuisee

I'm creating a simple application in C# using ASP.NET. I'm trying to give it a sort of login pop-up box. It won't have username and passowrd but instead ask for a program number, name, email address and phone number. Any ideas?

Member Avatar for Blaine Tuisee
0
116
Member Avatar for Robertx22

Hi. I wrote an program (C#, not website) which retrieves email messages from different people. I'd like to send them an verification email with a link to the asp site where they have to enter a code in order to prove that they are real person. So I have to …

0
42
Member Avatar for bhavna_816

I have two XMls having same node and different data(innertext) I want to compare these two xmls and if there is any change then save the new one into the database and if both are same then do not save the data How can I compare these XML data? say …

0
76
Member Avatar for fayenot

can anyone help me.. im trying to send an email to a user who forgots his/her password.. i configured my web.config into the codes below but still getting this error message..please help... [ICODE]<system.net> <mailSettings> <smtp deliveryMethod="Network" from="faye@webmaster.com"> <network host="dddweb\sqlexpress" port="25" /> </smtp> </mailSettings> </system.net>[/ICODE]

Member Avatar for JackyGZ
0
837
Member Avatar for Shubhib

sir i've a problem. i want that if i click on link in gridview then the values for that row should come in text box in parent form. please help me how i can do this. i'm using VB.Net2005

Member Avatar for bala24
0
94
Member Avatar for icarium

Hi, I'm trying to to create a registration page using the createUserWizard tool, i've also set in the web.config file the attribute requiresUniqueEmail="false" however when i try to create a new user using WAT it demands that i give also an email how can i make the email info optional? …

0
71
Member Avatar for guptaalok12

i have created a dyanmic table and attached with gridview .now i want to edit the data in gv.how can we do it.i have tried but it is not working.Pls help

Member Avatar for guptaalok12
0
112
Member Avatar for LazurusUdayKumr

Dear All, I am AJAX novice, 1 quest at interview was " Does all or few of aspx page life cycle methods are called during partial post back of update panel ?". Can some body Please tell the answer Regards, Lazarus Uday Kumar

Member Avatar for ericstenson
0
93
Member Avatar for tharangasp

Hi Guys I have made a web service from C# asp.net. So i tested it in my local Pc.But when i m going to test from Remote machine i couldn't do It. Any 1 had this Problem??any Solutions Plz...

Member Avatar for ericstenson
0
82
Member Avatar for Shubhib

I have a search form from where i am capturing a value in a global variable. Once the search form is closed, the focus returns to my main form as the search form is opened as a popup. When the webform gets back the focus, i want to fire a …

Member Avatar for ericstenson
0
87
Member Avatar for Blaine Tuisee

I'm creating a simple application in C# using ASP.NET. I'm trying to give it a sort of login pop-up box. It won't have username and passowrd but instead ask for a program number, name, email address and phone number. Any ideas?

Member Avatar for Ramy Mahrous
0
88
Member Avatar for pranav_jog

Hi I am getting Error while calling dll from asp.net Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: …

Member Avatar for majestic0110
0
131
Member Avatar for ku4n

This is my Default.aspx.cs [code=asp.net] 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 { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) …

Member Avatar for JackyGZ
0
116
Member Avatar for mayagiri1984

[B]I have problem with DropDownList. I have two DropDownLists state and city there are two tables state and city. on pageload event i want to load state dropdown list after that when i select any state in state drop down list corresponding city of that state must be select in …

0
56
Member Avatar for greeny_1984

hi, i have a application in which iam using ajax control toolkit accordion extender.The accordion is having different panes.I want to use datasource for accordion .The panes in accordion need different tables from datasource.Can anybody tell me how to databind different panes in accordion. waiting for u r replies

0
73
Member Avatar for Zemfik

I have a client who I simply don't have the time for any more. I wrote his website in PHP and it's worked fine for over 6 years now. I've told him to find someone else, but upon telling him I want him to find someone else: 1) he's only …

Member Avatar for msteudel
0
126
Member Avatar for sesi

hello friends i am sesi working as system admin i have create a virtualdirectory there my site working fine....( where the link gets dynamic data folder) but the link is not working after i have hosted. could you pls help he in this regard.... (i have allowed all active server …

Member Avatar for JackyGZ
0
64
Member Avatar for mindfrost82

I'm using ASP.NET and VB 2005. I'm trying to get a QueryString passed in the URL into a UserControl and I need to pass it as an integer because that is how it will be pulled from the database. Here is part of the .aspx page: [code] <%@ register src="frmOrderProductDisplay.ascx" …

Member Avatar for mindfrost82
0
320
Member Avatar for srinivasuneti

Hi., Can any one tell me how to build asp.net page dynamically using xml.,

0
45
Member Avatar for balamurali07

Im a B.E. final year student please message me an title and detail of ASP.Net project or VB.Net project or c# project

Member Avatar for technogeek_42
0
96
Member Avatar for bhavna_816

I am displaying a GridView on some specific criteria which is entered by some textboxes say studentid, studentname as input from textbox and show records in GridView. For this I m using a stored procedure which returns a datatable based on inputs came from textboxes. I want an Edit button …

Member Avatar for bhavna_816
0
144
Member Avatar for rashmigs84

Hi, Can anyone tell me how to create calendar using javascript using asp.net2005? Thank you.

Member Avatar for rashmigs84
0
71
Member Avatar for FaridMasood

Hi, I have a client/server chat application, with tcplistner and tcpclient. It is working fine when i send message from client to server but still i am not able to send the message from server to client. If any one can tell me that how to send data or message …

Member Avatar for FaridMasood
0
83
Member Avatar for rajarajan2017

I have to connect asp.net with SQL Server, the normal windows authentication established fine, but not with sa login and What is the default password for sa in sqlserver?

Member Avatar for rajarajan2017
0
55
Member Avatar for MercuryX

Hi All Im new to asp.net. Im looking to hide rows in a table in a formview InsertItemTemplate depending on a bit value in a MS SQL table. I have it working in the EditItemTemplate. Im also using VB coding. [CODE]<tr runat="server" visible='<%# eval("shirtsv") %>'>[/CODE] my formview code is as …

0
51
Member Avatar for h5nguye

Hi experts, I want to manipulate a line of string in a text file and save the text file as another name. For example: text file name: 110.txt text file contains a string of number: 110 I want to search for that string "110" and increment +1 to 111 and …

0
48
Member Avatar for pranabmohanty

hello all, i m new to asp.net.....can anyone send me the complete code to write into the mysql data base.....plz mention the complete code to insert data to mysql database..... i m using asp.net and C#...... thanx in advance

Member Avatar for a496761
0
117
Member Avatar for Ansar

Hi, Plz help me how to create asp.net form using javascipt(validate.js) and store them in sqlserver. Plz...... Plz...... solve my problem.

0
47
Member Avatar for MKIII

Hello all, My web host is Linux (I use cpanel) and i'm having an application developed for my gps project in C++ with Microsoft Web Services. gps devce - sends data ([U]get[/U]) to serial port reader (developed with C++) which then forwards & dumps it into mysql DB - that …

Member Avatar for MKIII
0
81
Member Avatar for Jihad

I have a form where there is image, at the first time it displays the defualt image,when the user uploads image, the new image appears. But when the user get out from this page and get in again and upload another image the same old image is still there. Its …

Member Avatar for Jihad
0
149
Member Avatar for Ramganesh

Hi I wish to Rewrite Url [url]www.mysite.com/demo.aspx/1[/url] instead of [url]www.mysite.com/demo.aspx?id=1[/url] i tried a lot with the below [url]http://www.qwerksoft.com/products/iisrewrite/download.asp[/url] yet i got clear way can anybody guide me or give me a new idea to do this stuff ( I wish to Rewrite Url [url]www.mysite.com/demo.aspx/1[/url] instead of [url]www.mysite.com/demo.aspx?id=1[/url] ) by Ram

Member Avatar for SheSaidImaPregy
0
174
Member Avatar for FaridMasood

Hi, I want to develop a simple Client/Server Messaging windows application. I know that sockets are used to create these kind of applications. Any one can teach me how to connect clients to server and how to send messages from client to server and from server to client. I am …

Member Avatar for a496761
0
85
Member Avatar for guptaalok12

i have a image field in DataBase.i want to Show it in GridView .But i want to show the images in three columns.At the same time i want 'AllowPaging" Property to "True".Can i do it by using the Grid View.Or should i take DataGrid Control.

0
69
Member Avatar for pavvy

hello there, i have formview which is save in visual C# i want to calculate net weight as follows below code: public partial class Weighment_Weighbridge : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void weigh_detailsChanged(object sender, EventArgs e) { TextBox grossweiTextBox = (TextBox)weibridzformview.FindControl("grossweiTextBox"); TextBox tareweiTextBox = …

0
42
Member Avatar for pranav_jog

how to get screen resolution in asp.net & how to assign it's parameters height ,width to variable

Member Avatar for rajarajan2017
0
43
Member Avatar for priyamsc

hi, I m working in asp.net 2005 with c# language. in that i hv used gridview .3dropdownlist and 4 checkbox and textbox in edit mode.when i edit gridview the text box value shows proper database value where as dropdownlist doesnt bind the database value. in the same way checkbox value …

Member Avatar for priyamsc
0
83

The End.