I'm new to asp.net and have been learning as I go, however I have got to a point where I can't find any help on line about my current problem.
I have created a Gridview using the following code
<asp:GridView ID="GridViewTypeNo" runat="server" AutoGenerateColumns="False"...
I'm able to read values currently populating fields in a form from a different frame in the html page and get their values. e.g.
AssyUID = Parent.AssyUIDframe.frmAssyUID.fldAssyUID_1.value
However my form in the other frame is produced dynamically in asp and there can be a varying number of...
Tried the -C option with double the block size (10240), got the same error :-(
Is it likely to be something that got patched later on in Solaris 7's life, I know I haven't apllied any patches to this server, and there's no record anyone else having done so.
The interesting/annoying thing is a...
I'm running Solaris 7.
I just throw this in but could it be the block size? There is a -C option (instead of -B) that allows you to define a block size.
Jason.
I've encountered a problem with a cpio backup I'm trying to perform to tape.
the code is
find filename $* -print | cpio -ocvmB > /dev/rmt/0c
The error message I get is;
cpio: cpio: filename: too large to archive in current mode
The file is 2.8Gb but tape capacity is certainly big enough as...
Further follow up. The frames idea didn't work either if the user hit home before the bottom frame had completed. However on speaking to a colleague he pointed me to the following line of code
showModelessDialog("inprogress.htm","","center=yes; help:no; resizable:no...
Thank you all for you time.
The option I've settled for is to use Frames. The initial page is a frame set consisting of two frames "Top" and "Botom". Top is 'hidden' being of zero size and contains only the script to pop-up the processing window and an onunload script to...
I tried you're version of <body onunload="closeNewWindow()"> in case it was the capitalisation in my version but still no good.
To prove that the onunload worked I changed it to <body onunload="makeNewWindow()"> and when I hit the home button up pops the new window BUT only...
I have an asp page that's extracting data via scripts from a database, the extracts takes awhile to populate the page (variable time from seconds to minutes).
To keep the user informed I've created a pop-up box that asks them to 'please-wait' and once the data extracted has populated the page...
Changing Bookmarks("Doc_ref").Range got us close to what we wanted i.e. replacing the 'initial text' at the bookmark, however there was a draw back, as it lost the Bookmark Name so no longer worked as a bookmark.
The idea to insert worked except the 'new text' we inserted wasn't part...
I have a little experience of VBA (from Excel) but I'm struggling with a Word 97 issue and properties of a Bookmark.
I want to be able to change the Text found at a known Bookmark (called "Doc_Ref") from "Initial Text" to some text the user types in.
What I'm trying for is...
Thank you all for your input. I found that setting the font-size to either px or pt didn't allow the users of Internet Explorer to then re-size the text themselves (using 'View/Text Size'), though Netscape users were able to change the size.
The solution was to set the font-size to a percentage...
I'm struggling with the <style> tag and setting a base font size. I understand that unless otherwise stated the default size is "3". What I would like is to set the font size to be "2" (or -1?) throughout the whole page.
I can do it seperatly for <p> or <table> but is there...
Can anyone tell me if there is a way of using VBscript to alter the default printer settings when requesting a print of the page?
The users' default printer is in Portrait but for a particular page the output would be better in Landscape.
I'm currently using
Parent.RightFrame.window.print()...
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.