13,153 Topics

Member Avatar for
Member Avatar for samycbe

Hi, i am new to .net technologies. i want to startwith a database conn. how to connect with sql server database with my asp.net default page. please explan. samy

Member Avatar for vbsqluser
0
143
Member Avatar for fraogongi

I have implemented a grid view that that lists invoices in a linear fashion. However, i want to improve its functionality so that one can be able to expand and collapse the rows in order to view more details/infomation about the invoices. I've searched on the net but most of …

Member Avatar for hollystyles
0
63
Member Avatar for Hellodear

I'm a newb in Asp .net and using visual web developer for making web application.. i have a question. i've a datagrid at default.aspx and while clicking "ITEM" link from the grid..i would get the details of the corresponding field at default2.aspx....okay; so in this case we would get only …

Member Avatar for QVeen72
0
59
Member Avatar for Hellodear

hi guys, I am using 'visual web developer 2005 inorder to develop asp .net web application, but one thing happened recent day.. i am not getting the debug toolbar gets active. i don't know what is the reason. The toolbar contains start, break all, stop debugging, restart etc; all are …

0
71
Member Avatar for DialerJames

Hi - I am brand spanking new. I am able to see my website in VS 2005 but now I want to transfer it to IIS. I put it in c:\inetpub\wwwroot When I type in the computer name in ie I get error "You are not authorized to view this …

Member Avatar for atal
0
130
Member Avatar for NAHR_ELGANNAH

hi all, i have a list of some files on the server. i want to let the user choose a file from the list then click a button to open read-only version from this file without showing the popup message that ask user to Open, Save or Cancel. this is …

Member Avatar for NAHR_ELGANNAH
0
148
Member Avatar for virus220

I know the way to retrieve data from an excel file by code Imports Microsoft.Office Imports System.Data.OleDb Imports System.Configuration Imports System.Collections Imports System.Web Imports System.Web.Security Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.WebParts Imports System.Web.UI.HtmlControls Partial Class _Default Inherits System.Web.UI.Page Dim conn As New OleDbConnection Dim comm As New OleDbCommand Dim DReader …

0
131
Member Avatar for virus220

Hi. I have retrieve my data from excel files to a vb richtextbox but the text with boldness,italics or sup/sub-scripts format are not proper is their any way i can retrieve richtext(text having boldness,italics or sup/sub-scripts) on vb form ???

Member Avatar for virus220
0
144
Member Avatar for virus220

I have a string storing some data i want to display that data on a aspx page how should i do it??

Member Avatar for atal
0
143
Member Avatar for thakkarbhav

Hello, I am new user and i have similar problem with IE. I will truely appreciate if anyone can answer it. I have 3 dropdown list on aspx page. When i click them i can see first 25 items. My dropdown lists are databind in aspx.vb page using Stored procedure. …

Member Avatar for thakkarbhav
0
118
Member Avatar for srikkanthan

Hi, I have one ASP.NET page which allows users to upload their files which are stored in another system (file server) through simple network share. The code is as simple as FileUpload.PostedFile.SaveAs(strPath) Here this page gets "access denied" to save the file. I know the application is running under ASPNET …

Member Avatar for prabinv
-1
179
Member Avatar for trafmore

Hi I have been tasked with a task of creating a timesheet That must automatically be diplay for every user per month, their monthly timesheet, setting the weekends to Off and the week days to the default hours of the individual, and it must also be edited and these hour …

Member Avatar for trafmore
0
125
Member Avatar for Baskar_engg

hi i had used asp.net 1.1 for my website development with IIS 5.1 after i have changed myself to Asp.Net 2.0 ,now the problem is only asp.net 2.0 project is working,if i create or 0pen a project in asp.net 1.1 it shows an error "Specified web server is not running …

Member Avatar for Baskar_engg
0
118
Member Avatar for virus220

i have my database in xml spreadsheet/excel format i want to retrieve data from it to asp.net webform what is the best way to do it PLease help real in need to crack it down??

Member Avatar for virus220
0
74
Member Avatar for vamsikgummadi

Dear friends, Fine and hope the same with you all. I am here with one more new problem which I might be able to solve with your suggestions as we have did earlier. Problem: I have a requirement from my client where I need to give update or edit privileges …

Member Avatar for vamsikgummadi
0
134
Member Avatar for Hellodear

[B]guys,[/B] i've developed an Asp.net prject..i don't know how to retreive picture to my default.aspx page. [COLOR=green]<[/COLOR][COLOR=green]asp[/COLOR][COLOR=green]:[/COLOR][COLOR=green]ImageField[/COLOR][COLOR=green]DataAlternateTextField[/COLOR][COLOR=green]="ID"[/COLOR][COLOR=green]DataAlternateTextFormatString[/COLOR][COLOR=green]="image:{0}"[/COLOR] [COLOR=green]DataImageUrlField[/COLOR][COLOR=green]="id"[/COLOR] [COLOR=green]DataImageUrlFormatString[/COLOR][COLOR=green]="{0}">[/COLOR] [COLOR=green][/COLOR] [COLOR=green]The above code doesn't working.. what should i do. any requirement of additional coding? actual picture is placed at the project folder.[/COLOR] [COLOR=green][/COLOR] [COLOR=green]You information is kindly solicited.[/COLOR] [COLOR=green][COLOR=green]regards...[B]Anish[/B][/COLOR][/COLOR]

Member Avatar for arjunsasidharan
0
116
Member Avatar for sasindagi

hi, i wanted to send 2 different email that is 2 different email address,with to different messages in asp.net c# 2.0. by using Cc i can send to different email Address but how to different messages

Member Avatar for sasindagi
0
156
Member Avatar for dudegio

Hello guys! Please help on this: It repeatedly displays this error despite i made changes in my configuration. It started when there was trouble with my SQL Server 2000. So what i did is i uninstall and reinstall the SQL Server and it works again. But when i tried to …

Member Avatar for dudegio
0
125
Member Avatar for dudegio

Hello guys! Anyone that has a framework of a calendar written in ASP.Net please share it with me. Or any site you know that provide free downloads of calendar framework. Thank you very much. Regards to everyone.

Member Avatar for arjunsasidharan
0
142
Member Avatar for Fungus1487

i understand that this can be done the problem is i cant find any good tutorials or sample code and i dont really know where to start. Could anybody help please ? looking to mail merge with a ms word doc 97 - 2003 and my database

Member Avatar for arjunsasidharan
0
132
Member Avatar for usershan

Hi to all I have an drop down list, in that there are two fields one is income, expenses and text box . If i select income from the dropdown list then the text box should be disabled, if i select expenses then the textbox should be enabled. I have …

Member Avatar for arjunsasidharan
0
131
Member Avatar for p17

When I deploy asp.net web application in one server it is working,but when it placed in NLB cluster (deployed in more than one server ) looking for webform1.aspx file not found error is coming. Do I need to take any necessary actions during development of application if it has to …

Member Avatar for vbLegend
0
106
Member Avatar for nepid7

i installed visual studio dot net 2003 in XP Professional and 2000 professional;, but i did not install iis before the .net installation.Now i need to work with asp.net and i installed IIS it is 5.1 version. The Problem is : In the Home directory configuration .ASPX extension should map …

Member Avatar for grii_19
0
249
Member Avatar for edouard89

Im Using MS Visual Studio 2005 Profesional Edition with C#. I have a page that has two(2) drop down lists. The first drop down contains info that when selected will influence the results in the second drop down list. When the info from the second drop down list is clicked …

Member Avatar for Infarction
0
102
Member Avatar for kingflux

Hello, I am working in VS.NET 2003 with the original datagrid control. There does not appear to be a published technique for disabling tab stops on the headers (i.e. tabindex=-1 like I have done with textboxes). Has anyone successfully accomplished this with the Microsoft datagrid or a third party? Thank …

0
72
Member Avatar for sasindagi

how to create new folder for each user who uploads .doc,.txt,.png,.jpg into web server. user may select his own type of uploads file depending upon file extension new folder must be created. eg: user wish to upload a .doc file then i want to create dynamically [url]http://localhost/test/user1/doc/xyz.doc[/url] test- name of …

Member Avatar for sasindagi
0
71
Member Avatar for irfanurfi

Hello All. i want to use web serives of backgroundchecks.com i put web reference in my project [url]https://model.backgroundchecks.com/i...BGCdirect.ASMX[/url] now i have to call the methods. i have problem of doing this.. i want to get record of people with respect to first name last name and dob... in product of …

Member Avatar for irfanurfi
0
107
Member Avatar for jvcoach23

I have a page.. call it page1. it has a button_click event that fires some sql stuff and the does a response.redirect("page2.aspx?ID=1") page2.aspx we do some things and then click a button and that button does a response.redirect("page1.aspx?ID=1") now.. when page1 comes back up, and i try to click on …

Member Avatar for jvcoach23
0
136
Member Avatar for hbmarar

Hi , wishes. I got two drop down: drop down A is services and dropdown B is sub services. These two are visible. Now the third elements is a textbox. I select a service in A , and another in B. so I wud get A option as root node …

0
39
Member Avatar for simmy7

Is there any way to have ASP.NET 2 send emails at predetermined intervals or do I need to build a standalone program? Thanks Simmy

0
61

The End.