|
Thanks for your trying.
But if you want to help, then help people sincerely.
All the best for your career.
|
|
|
|
|
Mate I gave you a dead straight answer there. No matter what you try with Javascript people can get around it.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Hello, there,
In my current project, I am dealing with table with many many columns. I need to make a table with first several columns fixed. It is like the table in Excel with locked columns. Only the columns after the fixed columns can be scrolled horizontally. It seems very difficult to implement. I could not figure it out.
I am thinking to put two tables together and put them in a div. But it seems difficult to edit everything in a whole row. Because they are actually 2 rows from two tables.
Is there any link or sample code for this kind of table?
Thank you so much in advance.
|
|
|
|
|
How are you currently implementing this?
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Thank you for your reply.
I am thinking put the fixed columns in a seperate datagrid and put two datagrids (or tables) together. But it seems it is quite complex to do it, especially the editing part. Is there any easier way to do this?
Thank you very much.
|
|
|
|
|
I think the only way to do this is with 2 divs... or some fancy javascript scrolling.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
I agree with you. Thank you so much.
|
|
|
|
|
pls Sir tell me procedure of web services uses
R.K.Bansal
|
|
|
|
|
|
I earlier asked for a method for doing setTimeout in a javascript class. Searching the Internet, I got an excellent class; but it was hard to find. So, I decided to post it here for the benefit of others who may find themselves in the same predicament as I was.
http://www.codingforums.com/showthread.php?t=10531[^]
Thomas
modified 29-Aug-18 21:01pm.
|
|
|
|
|
That's pretty cool.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
hey thomas ,,
thanks buddy... nothing new in that.. but the way it has been done it very good..
keep helping others
Ravi Kant Srivastava
(System Analyst)
HandsOn Technology & Engineering
Gurgaon
(India)
e-mail:ravikant@hte.co.in
|
|
|
|
|
I am experimenting with embedding IE and client-side javascript to jazz things up a little.
If I open an HTML page with some embedded javascript I get the 'IE has restricted this webpage ... click here for options' warning. How do I get rid of this? I've already enabled the Tools >> Internet Options >> Security levels for both local Intranet and Trusted sites.
Thx++
|
|
|
|
|
Search for "Mark of the Web"
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Brad, excellent, thx++. That's just the ticket.
|
|
|
|
|
No worries.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
I have a .NET application, in the debugger the start page is set to "defailt.aspx", when I place this on the server and configure IIS to use "default.aspx" first in hte list under default document I get an error, it is a runtime error but it tells me it can not be displayed but I can se it on the server (which I can't, as explorer just crashes)
If I have an HTML document listed first under default document (and create a dummy html file and place it in the project direcrry) it works, but my project does not have an HTML file...
any idea what I am missing here?
|
|
|
|
|
No-e wrote: I get an error, it is a runtime error but it tells me it can not be displayed but I can se it on the server (which I can't, as explorer just crashes)
That was quite confusing... Do you get an error message? What does the error message say? I suppose that you mean Internet Explorer when you say "explorer", but does it really crash?
Have you disabled "friendly HTTP error messages" in the browser, so that you see the real error message that the server sends? Unless you do that, you will not have any clue to what might be the error.
---
single minded; short sighted; long gone;
|
|
|
|
|
Hrm... another clue, I meant internet explorer. I enabled friendly error messages and get this error:
page can not be found, the link shown is
http://tx30-ibe02/IBE/mycustompage.htm?aspxerrorpath=/ibe/Default.aspx
my project is in \inetpub\wwwroot\IBEReports_2-2005
My alias points to that directory... Did I much up somewhere along the line to get the "mycusomhomepage" inserted someplace in some config screen?
|
|
|
|
|
You are getting an error message in the error message. The Default.aspx page is not working for some reason, but you can't see why because you get the error message that the custom error page that you specified doesn't exist.
Make sure that the custom error page exists, or remove that setting until you can make it work.
---
single minded; short sighted; long gone;
|
|
|
|
|
so mycustompage is the error page? Can you give me a very brief tutorial on how this is working, not sure I understand this..
thanks
|
|
|
|
|
OK, got the explorer on the server to run, error reported is:
Line 256: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
Line 257: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
Line 258: <add assembly="*">
Line 259:
Line 260:
Source File: c:\winnt40\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 258
Assembly Load Trace: The following information can be helpful to determine why the assembly 'XXX' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = XXX
(Partial)
LOG: Appbase = file:///D:/InetPub/wwwroot/IBEReports_2-2005
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: XXX
LOG: Attempting download of new URL file:///C:/WINNT40/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/8dd76e79/8a5206fb/XXX.DLL.
LOG: Attempting download of new URL file:///C:/WINNT40/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/8dd76e79/8a5206fb/XXX/XXX.DLL.
LOG: Attempting download of new URL file:///D:/InetPub/wwwroot/IBEReports_2-2005/bin/XXX.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: XXX, Version=1.0.2363.24213, Culture=neutral, PublicKeyToken=null
I do have an XXX.dll and and xxx.pdb file in the \bin directory...
Thanks for your help....
|
|
|
|
|
The lines from the config file doesn't show up in the forum.
Use the "Ignore HTML" option when you are posting something that contains markup code.
---
single minded; short sighted; long gone;
|
|
|
|
|
Sorry about that. Here is error. Looked on the server and the \xxx files are not there, where do they come from? They are in the \bin directory of the devolpment computer.
Mike
Line 256: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:
Source File: c:\winnt40\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 258
Assembly Load Trace: The following information can be helpful to determine why the assembly 'XXX' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = XXX
(Partial)
LOG: Appbase = file:///D:/InetPub/wwwroot/IBEReports_2-2005
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: XXX
LOG: Attempting download of new URL file:///C:/WINNT40/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/8dd76e79/8a5206fb/XXX.DLL.
LOG: Attempting download of new URL file:///C:/WINNT40/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/8dd76e79/8a5206fb/XXX/XXX.DLL.
LOG: Attempting download of new URL file:///D:/InetPub/wwwroot/IBEReports_2-2005/bin/XXX.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: XXX, Version=1.0.2363.24213, Culture=neutral, PublicKeyToken=null
|
|
|
|
|
You forgot to include the actual error message.
It looks as the error is that an assembly could not be loaded. If you have added a reference to that assembly in your application, you have to include the dll files for it in the bin folder when you deploy the site to the server.
---
single minded; short sighted; long gone;
|
|
|
|