12,085 Topics

Member Avatar for
Member Avatar for Andla

Hi, What could be the problem if the icon doesn't appear in the 'add new item' dialog? What tools/methods would you suggest to find the cause? I'm using MDE 2002 version 7.0.9366 Framework 1.0 Also tested on Visual Studio 2005 with the same problem. Path to vsz-file is e:\program files\Microsoft …

Member Avatar for Andla
0
124
Member Avatar for Deepa
Member Avatar for HrishiR
0
868
Member Avatar for superwoman

Hi I recently installed SQL SERVER 2000 Personal edition on my Windows XP Prof PC. I installed using the windows authentication mode. But when i try to connect the database from .NET in my ASP.NET application. I get an error saying "Server does not exist or not access denied" pLEASE …

Member Avatar for f1 fan
0
243
Member Avatar for Stivi

Hi, I want to fill data from database on the webpage. There's no problem with reading the data, filling the menu and so on, but I want to put the text & pictures in the article and this is a real problem :lol: Is there some component (like panel or …

Member Avatar for f1 fan
0
194
Member Avatar for davidmo

Hi, thanks for taking the time to read this. :cheesy: I am only new to asp.net and use version 1.1 :o I want to give my users the three options that messenger gives: - :eek: Remember me Remember my password Log me in automatically but I would need to save …

Member Avatar for f1 fan
0
56
Member Avatar for Naters_uk

I am working on a seat selection page for an ASP.NET school project on movie booking system. I have created the seats using buttons (A1, A2, A3) etc. When the user click on the button, the button colour changes and the user finalized the payment. I have an issue here. …

Member Avatar for f1 fan
0
163
Member Avatar for fmardani

Hi, I have made the necessary changes in the web.config so that I can get to the security Tab for the ASP.NET configuration. The new error when trying to go to the security Tab is: The following message may help in diagnosing the problem: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'. …

Member Avatar for f1 fan
0
118
Member Avatar for abacusdotcom

Hi All, I have problem in manipulation data grid. The datagrid contains dynamic number of columns, and there is possibilty of the datagrid to be longer than the browser's viewport. Users/clients will need to scroll horizontally, This can make user to loss track of the other part of the datagrid. …

Member Avatar for f1 fan
0
458
Member Avatar for Texpert

Hi, I am new to ASP.NET, working on a web app using Visual Studio and VB. My App was working fine before and after I made few changes, It opens "Default.aspx" for any selection. I've even remaned the file "default.aspx" in the solution to something else and made sure there …

Member Avatar for f1 fan
0
221
Member Avatar for DotNetUser

I'm coding in VC++.NET. Does a static timer work like any other static variable? I have a class CLASS1 that has a static timer TIMER1 and a function ENABLETIMER that disables then enables the timer. From the main file, I have a callback function that calls CLASS1::ENABLETIMER(); The timer is …

0
98
Member Avatar for belama

There is something I'm not 100% sure about. If we have multiple versions of the .Net framework like 1.0, 1.1 and 1.1 hotfix, can we uninstall older versions with no problems? I think we can but should keep the latest we have ( 1.1 ) and its hotfixes. In other …

Member Avatar for f1 fan
0
155
Member Avatar for sastwhc

Hi all i try to change the keyboard layout and languge in multilanguages (English and another Dutch-dir=ltr- or Hebrew-dir=rtl-) web pages, its usually changed by Alt+Shift ,KeySend method can control applications but can be usefull but about web page i have no idea i could not find anything can help …

Member Avatar for f1 fan
0
146
Member Avatar for Seth!

Hi! I looked at some of the threads like [URL=http://www.daniweb.com/techtalkforums/printthread34185.html]this one[/URL] but my problem seems to be different. I just migrated from one WinXP IIS machine to another. I have .net installed and running. I can view my .aspx files when I use the /localhost. But when I go through …

Member Avatar for f1 fan
0
99
Member Avatar for ozmoses2005

Im having trouble with my comp. finding .net framework vs1.1.4322, using search and run methods several apps and programs not initializing correctly when I use them install them or try to uninstall them I have unistalled the software and re-installed it and seem to have less problems but my comp. …

Member Avatar for f1 fan
0
123
Member Avatar for ChaosBelle

I'm very new to using asp.net and am trying to run my company's website with IIS - I know that it's set up properly because our other projects work fine on our local host. The problem I'm getting is with the web.config file. The project was outsourced and we no …

Member Avatar for f1 fan
0
224
Member Avatar for Eclipse414

Guys, i have been struggling with this for past three days... here is what i have... aspx page [CODE]<form id="Form1" method="post" runat="server"> <asp:repeater id="titleRepeater" runat="server" EnableViewState="False"> <ItemTemplate> <b><%# DataBinder.Eval(Container.DataItem,"Item_No") %> <br> </b> <asp:DataGrid ID="maingrid" Runat="server" AutoGenerateColumns=True DataSource='<%# GetDataSource( Container.DataItem )%>' OnItemDataBound="maingrid_showformatting" ShowFooter=True > </asp:DataGrid> <br> </ItemTemplate> </asp:repeater></form>[/CODE] codebehind [code] Private …

Member Avatar for Eclipse414
0
136
Member Avatar for Eclipse414

Hello All, i know how to add rows(sub headings) to the stand alone datagrid...i have followed the tutorials at [url]http://aspnet.4guysfromrolla.com/articles/072603-1.aspx[/url] but how can i do the similar thing for each child grid inside the master-child datagrid. to create master-child datagrid i followed the tutorials at [url]http://aspnet.4guysfromrolla.com/demos/MasterDetail.aspx[/url] can someone provide some …

Member Avatar for Eclipse414
0
93
Member Avatar for Stivi

Hi, I'm programming in ASP.net (C#) and I want to open the page with our reservation system in the new popup window (well, I'm not glad to do so, but it must be :rolleyes: ). Is there some way to do this using C#? Thanx, Steve

Member Avatar for Stivi
0
148
Member Avatar for jhoop2002

I worked on this site over the summer at an office, I'm now back on christmas break, and will work again this summer. With the help of many people online I got the following code to work. But now, it doesn't work. As far as I know, the code SHOULD …

Member Avatar for f1 fan
0
221
Member Avatar for iloveorangesoda

Hi I have added some controls dynamically and raised an addhandler click event see below AddHandler _Expand.Click, AddressOf Me.btnClick Private Sub btnClick(ByVal sender As Object, ByVal e As System.EventArgs) Dim tmpBtn As Button = CType(sender, Button) Response.Write(tmpBtn.ID) End Sub I want to raise a postback inside the Private Sub btnClick...... …

Member Avatar for tgreer
0
61
Member Avatar for Eclipse414

Hello Guys, here is what i am trying to do...i am trying to add some rows(subheading rows) to the child grid inside the master datagrid and not sure where to do it... i have filled my datasets as below for master and child grids [code] oDA.Fill(oDataSet, "items") oDA.SelectCommand.CommandText = sql2 …

0
80
Member Avatar for shawndewet

In design mode (Crystal Reports v10) my report previews perfectly...using font "Tally Data Processing", size 10. I then set this report as a source of a CrystalReportsViewer control in a .Net Windows App. There it comes up using font Arial; an export to Excel or a PDF is also in …

Member Avatar for earonne
0
140
Member Avatar for ohgosh

hi all, a 'space' in asp.net is '&nbsp', how about 'tab' in asp.net? by the way, can i [B]add image to a listbox user control? [/B] if so, please provide the codes or any ref links.. [COLOR=DarkRed]a million thanks![/COLOR]

Member Avatar for Ooble
0
212
Member Avatar for ramareddy_dotne

:D What is the lifetime of values within the viewstate. :D for how much time are they going to store the values of our controls

Member Avatar for Reham Ejaz
0
145
Member Avatar for Reham Ejaz

I am having problem in connecting the database. As I am new to it so I have started with simple basic statements. But the compiler is giving the following error Type 'OleDbConnection' is not defined. In fact it gives error at many other things as well. As when I was …

Member Avatar for Reham Ejaz
0
83
Member Avatar for red_evolve

Hi all, I'm relatively new to ASP.NET - used to code in Coldfusion. I've got this control created in a page <asp:listbox>. I also have a javascript function in the same page to add listitems into the listbox on certain client calls such as the following:- [CODE] var anOption = …

Member Avatar for red_evolve
0
354
Member Avatar for monicachapmanal

:cool: After college I am now planning to take IT certifications.This would help me to get a decent job. A certification is not an easy job and the prime importance is plannig an exam. Will any one advice me, on how should I plan for my MCSD exam 70-315? Your …

Member Avatar for _r0ckbaer
0
73
Member Avatar for roshan.prakash

hi, i want to give facility to search in my website both search through a keyword and advance search. if any body can send me some code of search option. i m using VB.NET as tiel language and sql server 2000 as database. thanx in advance Prakash Roshan

0
75
Member Avatar for AxonIDI

Not very sure where to post this because of the mixture of type of information. 1) Anyway, i have some queries on how to have event handlers in VB .NET for buttons i have created in ItemDataBound? The user is able to delete rows by using checkboxes and delete buttons, …

Member Avatar for tgreer
0
101
Member Avatar for DotNetUser

In Visual Basic 6.0, all the available events for an object (ex. Button) are displayed in the Procedure box of the Code window for the developer to choose from. But in VS .NET, the events are hidden. Is there a way to expose them or find out all the available …

Member Avatar for salamkottayam
0
143

The End.