13,153 Topics

Member Avatar for
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
81
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
53
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
49
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
47
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
115
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
44
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
79
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
145
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
169
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
84
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
66
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
39
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
40
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
81
Member Avatar for fayenot

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. …

Member Avatar for FaridMasood
0
56
Member Avatar for fayenot

database structure Client Table User Table ClientId PK| UserId FK| ClientName | Address UserId PK| UserName | Password ---------------------------------------------------------------------------------------------------- SCENARIO

0
50
Member Avatar for nandhinijp

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?

Member Avatar for nandhinijp
0
429
Member Avatar for FaridMasood

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 …

Member Avatar for FaridMasood
0
108
Member Avatar for Techbee

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 …

Member Avatar for sebastian3
0
223
Member Avatar for anitha joe

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 …

Member Avatar for ericstenson
0
98
Member Avatar for FaridMasood

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 …

0
57
Member Avatar for FaridMasood

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.

0
42
Member Avatar for priyamsc

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 …

0
65
Member Avatar for tsqaure

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.

Member Avatar for tsqaure
0
76
Member Avatar for pranav_jog
Member Avatar for JackyGZ
0
122
Member Avatar for santhanalakshmi

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 …

Member Avatar for JackyGZ
0
156
Member Avatar for priyamsc

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 …

Member Avatar for priyamsc
0
665
Member Avatar for pranav_jog

whatever the resolution of the screen , how to fix or set the screen resolution for example to 800 by 600 in asp.net

Member Avatar for rajarajan2017
0
109
Member Avatar for guptaalok12

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.

Member Avatar for srikanthkadem
0
114
Member Avatar for cse.vidhya

hi, i am new to this line... i want to create a registration form in that i have 6 textbox and 6 label box tell me how to insert these values into database and ei have to edit and update the values from the database....... can any one give me …

0
45

The End.