Hi I am not sure if this was what you are asking but I use the following to load my application. The code is in the default page which than opens the main page. Anyway, maybe it will spark another idea for you.
---------------------------------------------
<script language="javascript">...
Greetings, brand new to the asp.net world. I have built a simple datagrid and need to link a dropdown menu to each line. The menu will be the same for each line in the datagrid but I need to inherit information from the record to pass when the user selects one of the menu items.
With that...
Thanks for all the feedback. We fixed it by exporting the "store" reg key from a machine that was working fine and importing into my box. It seems to work now, so hopefully it will continue to work.
Thanks again for everyones time.
Regards,
Mike
Thanks for the reply,
I have already tried that with no luck. In fact I deleted the entire key: HKLM\softwrare\microsoft\MSLicensing, restarted, logged into the Web Citrix and still nothing. I thought I read that XP does not require the ..store.. key? Is that incorrect?
Mike
Greetings,
I am connecting remotely to a client using the “Web Interface for MetaFrame Presentation Server” (Citrix). Unfortunately, the client just starting using this and cant resolve my issue. I installed Citrix ver 9 (ica32Pkg.msi) on my laptop and have local admin rights. I can login...
Greetings,
I have a simple VB6 application that executes a Stored Procedure on SLQ Server 2000. The procedure copies anywhere from 10,000 to ++Millions of transactions, which can take from a few minutes to close to an hour. I would like to display a progress bar to the user as a status update...
Well currently I only can change the alt text of the image, which is an instruction line in the spreadsheet. The engine will render the image next to the textbox if the alt field is used. But there is no way to add a name field at this time.
However, let’s say that it is possible to add a name...
I have a spreadsheet engine the dynamically renders html. I need to find a way to pinpoint an input box based on the alt of an img to the right of the input. So in the example below, I want to be able to specify CELLB5 and get returned IB5. However, the one strange twist is that there may be...
Thanks for the tips... The Updater Application Block for .NET seems to be something used within an organization, would this be something used in a "public" environment as well? For instance many applications I have used, have a button that says "check for updates..." The application connects...
Greetings,
I actually have two questions about development…
1. What is involved in building an application that can be updated via the internet? I have seen .DLL’s for sale that do this but I don’t think it would be all that challenging; I am just not sure where to start, what technologies are...
Thanks John,
So do you have an example of adding a subitem to column 2 for instance, without adding anything to column 1? Because I have not been able to find any .net reference that shows how this is possible.
For example I can use:
ListView1.Items(1).SubItems.Add("Mydata")
That will add...
Does anyone know if it is possible to Add/delete or change a subitem in a specific column?
I have found no reference to how this can be done.
Example:
A listview contains three columns. The first column contains "item1" I want to add a subitem to column three. Is this possible? I do NOT...
This may help..
Microsoft Knowledge Base Article - 326340
HOW TO: Authenticate against the Active Directory by Using Forms Authentication and Visual Basic .NET
http://support.microsoft.com/default.aspx?scid=kb;EN-US;326340
Cheers,
<M
Greetings,
I am trying to figure out how to add data to a listview subitem. Here is the setup:
I have a list view control with three columns; the first two columns are populated from a SQL DB. In my double click event in the listview a new form is shown. The user enters a string of data in...
Hi,
I have a listview control with three columns. The first two columns are populated from a SQL table. In the third column I am trying to do the following:
1. User clicks on a row in third column.
2. A Dialog box opens up "used to add an attribute to the item in the listview"
3. Once the...
Hey Branden,
I am trying to figure out similar code. I found a great resource at:
http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/Q_20853507.html
The solution by WATYF at the bottom of the page is a very good start. It allows you to store/restore settings & data...
Hi all,
I am trying to figure out the best way to save settings in my small app. I have the following settings I need to save:
1. Connection info (Ex: The last server name used, was it trusted authentication or user name, if so what was the user name last used.
2. In my listView which...
Hi all,
I have been searching for a way to add alternate background colors to a listview control but have not had much luck.
The concept is simple. I have a listview control that is populated from a table with four fields (columns) found in a SQL DB. I just want to alternate the backcolor...
Hi all,
I have a simple "Wizard" like project. I am using user controls in a main form with back and forward buttons on the main form. I am trying to find an efficient way to move forwards and backwards through the pages.
I have been unsuccessful in figuring out a way to do this and cannot...
Hi,
I have a checkedListBox control that I need to connect to a SQL table. My goal is to do the following:
1. Read two fields from a SQL table into the list control
2. When a user checks any fields I need to save this to an XML file. The idea is that I need the checked fields to show...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.