I have a help icon next to my header text in my datagrid(v1.1). What I can't get to work is the mouseover and onmouseout events for the help icon image.
Here's the way the HTML sits w/o any mouseover code:
<asp:TemplateColumn HeaderText="EV Method <IMG src=images/help_red_dgheader.gif></IMG>"...
I have the following code which I try to call when my datagrid is in Edit Mode:
Function GetWPActEvmethod() As Hashtable
Dim myHT As New Hashtable
myHT.Add("Direct Units", "Direct Units")
myHT.Add("Assigned Percent Complete", "Assigned Percent Complete")...
I only want to refresh the parent page if the user clicks a certain button on my pop-up window.
For that button, I have the following code on the button click event, but it's not working:
Dim scriptString As String = "<script language=JavaScript> "
scriptString &=...
Hello!
I'm new to compiling for ASP.NET, and am trying the 3rd step for this scroller control:
http://us.geocities.com/hbeanland/web/net.htm
3. Compile the control to an assembly / dll.
I put the .vb file in the folder:
c:\Windows\Microsoft.net\Framework\v1.1.4322\
I tried that, and tried...
We have a table and I'm trying to regulate the duplication of one column, since the business rules have now changed. I want to add a composite Unique Constraint Index.
The column I'm looking @ is ActID. We now want to enforce this doesn't get duplicated in conjunction with another column...
I'm trying to check upon the update command for my datagrid that the user can't insert duplicate values of an Activity ID per Work Id. So, I want to block the user if they try to update an Activity Id to one that already exists in that same Work ID. So, it's a Work ID can have one to many...
What I'm trying to do is mimic an Access version of our web application, and not too sure where to start. Here's my scenario:
1. When a user edit's a row in a datagrid and clicks "Update", I have to see if the textbox value that's being edited exists or not in a table. Let's say it's an...
I have a report which works fine if it's just the main report. When I add a subreport, the user is prompted for the db credentials when the page first loads, and when you "page" to another page.
Here's my VB code behind on the page load for the main report:
...two namespaces imported are
(...
When I click "Edit" on a row in a 1.1 datagrid, is there a way to set all the other rows to Visible=False or something along those lines. I'd like to hide all other rows. I don't want to post to another page for the edit since there are multiple filters on this page.
In the edit command for...
We're on v1.1, and after the user clicks the "Edit" link for our datagrid the page posts back, but the browser vertical position is lost and the vertical scroll goes to the top of the page.
I tried "SmartNavigation", but that gave me errors on my javascripting for my mouseover tool tips.
Any...
My basic goal is to highlight a row if there's a certain data condition. This is fine, until the user tries to page to the next page, and I get the:
"Object not set to an instance of an object"
I went through the code, and if I comment out my ItemCreated even of the datagrid, I can page...
I have a datagrid, and am having trouble when the value is NULL.
When I run the page I get:
Operator is not valid for type 'DBNull' and string "F".
When the code hit's a value of NULL in the database, the error occurs. If the value in the table is "F", then I get "Funded"...which is...
With only one record on my 2nd page in my datagrid, when I go from page 2 to page 1 in my Datagrid (ASP.NET v1.1), I get:
Input string was not in a correct format.
[FormatException: Input string was not in a correct format.]
Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String...
I'm using an autocomplete text box, and I need to write a regular expression that will take the last six characters of the string and make sure they're all numeric....like "123456" or "209333"
I am very new to expressions.
Any suggestions are welcome!
Thanks!
hello!
I need to show all the listbox items in a div tag in order to build an SQL statement we're going to use for webservices.
I can show the count of the items in this listbox, but can't seem to get exactly the syntax to print each to a div tag.
Below is what I've got so far (wrong of...
Hello!
I have about 15 databases on our instance of SQL Server, a and it's only growing. I'm trying to figure out how to run a stored procedure for each database without having to run it for the first in Query Analyzer, then select from the dropdown list at the top the next db, click...
I have two list boxes. The one of the left has available numbers, and the right is what the user will build for "selected" numbers.
I can pull them over to the right "selected" side, and allow users to delete them from the right if they make a mistake.
What I want to do is NOT allow users to...
Hello! I had this in the javascript forum and VBScript, and was suggested to put it in this one.
This is my first try at this control, http://www.autosuggestbox.com/Downloads/Download.aspx.
I can type in the text box w/o any error, but don't see any suggestions
and there's a little blue box...
Hello! I had this in the javascript forum, and was told to put it in the VBScript one.
This is my first try at this control, http://www.autosuggestbox.com/Downloads/Download.aspx.
I can type in the text box w/o any error, but don't see any suggestions
and there's a little blue box that...
Hello!
This is my first try at this control, http://www.autosuggestbox.com/Downloads/Download.aspx.
I can type in the text box w/o any error, but don't see any suggestions
and there's a little blue box that appears under the box while I'm
typing. So, it looks like it's trying, but I've...
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.