13,153 Topics
![]() | |
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 | |
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"> … | |
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. | |
Hi, Is there any Web Based Open Source .NET Source Control Tool which can be hosted on an IIS server? | |
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? | |
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] | |
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 | |
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? … | |
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 | |
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 | |
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... | |
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 … | |
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: … | |
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) … | |
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 | |
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 … | |
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" … | |
Hi., Can any one tell me how to build asp.net page dynamically using xml., | |
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 | |
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 … | |
Hi, Can anyone tell me how to create calendar using javascript using asp.net2005? Thank you. | |
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 … | |
![]() | 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? ![]() |
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 … | |
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 … | |
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 | |
Hi, Plz help me how to create asp.net form using javascipt(validate.js) and store them in sqlserver. Plz...... Plz...... solve my problem. | |
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 … | |
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 … | |
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 | |
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 … | |
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. | |
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 = … | |
how to get screen resolution in asp.net & how to assign it's parameters height ,width to variable ![]() | |
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 … | |
database structure Client Table User Table ClientId PK| UserId FK| ClientName | Address UserId PK| UserName | Password int unique indentifier varchar varchar unique identifier varchar varchar ---------------------------------------------------------------------------------------------------- SCENARIO: When a user log in, his client will be displayed and he has the capability to add, edit, or delete records. … | |
database structure Client Table User Table ClientId PK| UserId FK| ClientName | Address UserId PK| UserName | Password ---------------------------------------------------------------------------------------------------- SCENARIO | |
Hi, I want to store video name in database and videos in one folder.This can be achieved by fileupload. How to retrieve videos from database and display on windows media player depending upon the query? | |
I am a programmer with not more than 2 months experience and facing a very difficult chellange. I want to read an online page in my aspx page to get the data on that page. is it possible to read a page not developed by me. Any one can help … | |
Hi All I am working on an e-commerce site using VB.Net and currently stuck on trying to display my products on the storefront. I am using a GridView control to present records of products from an access database. The GridView is showing the records as they are in the Database … | |
Hello, I have created a web form and I want the contents to be mailed to my mail id. The code works fine if launched in local server that visual studio provides. The code is written using C#..When I try launching it in my office server, the following error msg … | |
I want to read all data on a aspx page. Simply i want to build a page with a textbox and a button. When i click the button it will fetch data from the website whose address i have given, and then show it in a label control. If someone … | |
I want to read the body tag of an online aspx page in my aspx page to get the data displayed on that page. How to do that. | |
hi, In Asp.Net 2005 Wit C# i have 3 dropdownlist and checkbox in gridview . when i edit the grid view the dropdwn will show wit out the database value.but in text box show the proper database value. so i need to show the database value in dropdownlist when i … | |
I would like to know from anyone who has seen or done someting on [B]airline reservation online[/B](web based application). i thought of using c#.net, but i really dont know where to start from or what program will be good for the implementation. | |
can anybody will give me sample code example of session in asp.net | |
Hi, I was new to c# and asp.net .I want to create a simple login page using ASP.net with c# code behind.I had 2 textboxs(username and id) and 1 button control.I stored all the username and id in MS ACCESS database.Database name "user.mdb" and table name "table1" (only 2 fields … | |
hi, i have used gridview in asp.net 2005 wit c#.i need to update my datas.in tat i hv placed dropdownlist,checkbox controls.but its not updating the datas.when i edit the row,we have dropdownlist but not tat database value.so when i edit the row the database value should be in dropdown list.when … | |
whatever the resolution of the screen , how to fix or set the screen resolution for example to 800 by 600 in asp.net ![]() | |
i have images in database. i want to show in grid view in different columns.can i do it.also want allow paging property to true. |
The End.