I have a Formview with a large number of fields, the update statement updates all the fields in the form.
Is it possible to dynamicaly generate code that only updates fields whos values have changed?
Thanks for any help
David
If the page is wider than the screen is it possible to load the page aligned to the right, so that the screen by default is horizontaly scrolled to the right hand edge instead of the left and remains there until you scroll left.
Hi,
I want to use the CollapsiblePanel control, I read a tutorial (www.codeproject.com/KB/cpp/CollapsiblePanelVB.aspx) that says to add CollapsiblePanel.dll to the toolbox.
I can't find this file, is it in VS2003, 2005 or only the Ajax Toolkit?
Thanks for any help
David
Hi,
I have a simple scenario, I want to write a web form for each employee (employeeNo.HTM). The form consists of Label/Textbox pairs. The Label text will contain the original value for the field, the textbox the new value - if there is one. I would like to persist the data in the textboxes...
Hi,
I'm calling encryption/decryption c functions from a vb.net project. The functions return a BSTR data type.
What's the equivelent in vb.net and how do I convert it to base64 encoding.
Thanks for any help
David
Hi,
I'm using a Rijndael function with a randomly generated Initialization Vector to encrypt a string.
In .Net using RijndaelManaged.CreateDecryptor(Key, IV) how do I specify the IV that was used to encrypt the string.
Thanks for any help
David
Hi
I'm trying to print part of a page using innerHTML.
The text inside the <pre> tage is incorrectly formatted.
If I print the whole page - without innerHTML - everything's
ok. Please can you check the code snippet below.
function printEmp(EmpID)
{
var...
Hi,
I'm having problems outputing preformatted text using the <pre> tag with innerHTML - the output is incorrectly formated - using the <pre> tag on the same text without innerHTML works fine.
Anyone know of any problems or solutions for using <pre> with innerHTML.
Thanks for any help
David
Are there any problems with encoding in Javascript.
I have an HTML page that uses Hebrew(ISO-Visual) when I try to print a part of the page using innerHTML the text is formated icorrectly - and it does not allow me to to select an Encoding option. If I print the whole page using window.print...
Hi,
I'm using Access 2000.
I have a form with a subform in the detail section, The subform contains a web browser control.
When I open the main form in design view the subform is 28cm wide, when I open it in form view its only 75% of the size it was in design view. Any explanation or ideas how...
Hi,
My combo boxes seem to have the textbox portion locked. When I select an item from the dropdown list it appears in the textbox, but I'm unable to enter any values from the keyboard. The combo box properties are:
Row Source Type: Table/Query
Row Source: Select Distinct field from...
Hi,
I have a listbox with textalign = right.
when the form loads with the listbox rowsource set the text is (right) aligned correctly.
If I use the afterupdate event from a combobox to set the rowsource value the textbox comes out lef taligned, I've tried setting the textalign=3 in code but...
Hi
I have a dropdownlist that's bound to a sortedlist, I would like to sort the keys in descending order, strangely I can't find a sortedlist method that will do this.
Is it possible to get the sortedlist or the dropdownlist in descending order without using a Select Order By statement? Any help...
Hi,
I have an html page which has print and screen versions using "@media print" and "@media screen", is it possible to email only the print version - (@media print, email)
Thanks for any help
David
Hi,
I have an HTML form on which I would like to create a list of (between 50 and 100 names) with the autocomplete property like VCard and if possible text and value properties like a SELECT list. Is this possible?
One othere thing the list is in Hebrew so the autocomplete should idealy be...
Hi
I'm trying to retrieve hashed passwords from Oracle 10g using MD5CryptoServiceProvider in vs2005.
This works using SQL Server with hashed passwords stored as (Binary, 16). In Oracle I'm using Raw(16) but the password is not recognized.
When I view Oracle>ObjectBrowser>Tables>Data
the hashed...
Hi
I'm trying to retrieve hashed passwords from Oracle 10g using MD5CryptoServiceProvider in vs2005.
This works using SQL Server with hashed passwords stored as (Binary, 16). In Oracle I'm using Raw(16) but the password is not recognized.
When I view the passwords from ObjectBrowser>Tables>Data...
Hi
I have a data access layer where the connection is either sql server or oracle depending on the provider specified in the web.config, when I check the ConnectionState of the connection not being used I get:
Object reference not set to an instance of an object.
How can I check on an...
Hi,
I have a web page that I need to scroll left or right to see all the content. The page by default loads left aligned.
Is it possible to load the page aligned to the right, if so how ?
Thanks for any help
David
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.