473,320 Members | 1,900 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Prerequisite for asp.net browsing... ?

Hello All,

I have an asp.net app that is 90% complete. I rebuilt an existing
asp production app, changing it significantly to take advantage of
the enhanced functionality. during development, I would check the
page display from the development machine, my work machine.. and
my work machine from home. All displays looked identical. Over the
weekend, I browsed in from the PC in our family room. (same basic
hardware configuration.) All of the fonts where bigger and when
wrapped, looked misplaced. I immediately thought it was a
resolution problem. I set the resolution to the 1280 x 1024 that
I typically work at. No change in the display. After VPNing into
our network and remoting into the server I moved the lables of the
webform to the left and set the fonts to xxsmall. saved the form.
rechecked from family room pc and it all looked fine. obviously this now
changes how it's displayed from my other machines.

Questions:
1. What can be causing this.
2. Is it possible to right justify the label.text control properties so
that I can
use overkill in the padding to compensate till I figure this out.

thanks in advance,
bob mcclellan.
Nov 19 '05 #1
10 1045
KMA
Just off the cuff. Could it be that the browser settings are rendering text
a size or two bigger than they are sent by your app. I know that firefox
allows you to CTRL-+ to make the text bigger, regardless of what the web
sent as the optimum size. IE also allows this. I guess it's to help people
with poor vision.
"John 3:16" <bo****@tricoequipment.com> wrote in message
news:OS**************@TK2MSFTNGP09.phx.gbl...
Hello All,

I have an asp.net app that is 90% complete. I rebuilt an existing
asp production app, changing it significantly to take advantage of
the enhanced functionality. during development, I would check the
page display from the development machine, my work machine.. and
my work machine from home. All displays looked identical. Over the
weekend, I browsed in from the PC in our family room. (same basic
hardware configuration.) All of the fonts where bigger and when
wrapped, looked misplaced. I immediately thought it was a
resolution problem. I set the resolution to the 1280 x 1024 that
I typically work at. No change in the display. After VPNing into
our network and remoting into the server I moved the lables of the
webform to the left and set the fonts to xxsmall. saved the form.
rechecked from family room pc and it all looked fine. obviously this now
changes how it's displayed from my other machines.

Questions:
1. What can be causing this.
2. Is it possible to right justify the label.text control properties so
that I can
use overkill in the padding to compensate till I figure this out.

thanks in advance,
bob mcclellan.

Nov 19 '05 #2
Thanks for the reply KMA...
I will check that tonight. I did check the options in the IE setup and did
not
see anthing referencing the Font size .. but I will check it again to see if
I missed anything.
thanks again,
bob mcclellan

"KMA" <km*@chum.com> wrote in message news:dg**********@atlas.ip-plus.net...
Just off the cuff. Could it be that the browser settings are rendering
text
a size or two bigger than they are sent by your app. I know that firefox
allows you to CTRL-+ to make the text bigger, regardless of what the web
sent as the optimum size. IE also allows this. I guess it's to help people
with poor vision.
"John 3:16" <bo****@tricoequipment.com> wrote in message
news:OS**************@TK2MSFTNGP09.phx.gbl...
Hello All,

I have an asp.net app that is 90% complete. I rebuilt an existing
asp production app, changing it significantly to take advantage of
the enhanced functionality. during development, I would check the
page display from the development machine, my work machine.. and
my work machine from home. All displays looked identical. Over the
weekend, I browsed in from the PC in our family room. (same basic
hardware configuration.) All of the fonts where bigger and when
wrapped, looked misplaced. I immediately thought it was a
resolution problem. I set the resolution to the 1280 x 1024 that
I typically work at. No change in the display. After VPNing into
our network and remoting into the server I moved the lables of the
webform to the left and set the fonts to xxsmall. saved the form.
rechecked from family room pc and it all looked fine. obviously this now
changes how it's displayed from my other machines.

Questions:
1. What can be causing this.
2. Is it possible to right justify the label.text control properties so
that I can
use overkill in the padding to compensate till I figure this out.

thanks in advance,
bob mcclellan.


Nov 19 '05 #3
KMA
View|TextSize

"John 3:16" <bo****@tricoequipment.com> wrote in message
news:e0**************@TK2MSFTNGP15.phx.gbl...
Thanks for the reply KMA...
I will check that tonight. I did check the options in the IE setup and did not
see anthing referencing the Font size .. but I will check it again to see if I missed anything.
thanks again,
bob mcclellan

"KMA" <km*@chum.com> wrote in message

news:dg**********@atlas.ip-plus.net...
Just off the cuff. Could it be that the browser settings are rendering
text
a size or two bigger than they are sent by your app. I know that firefox
allows you to CTRL-+ to make the text bigger, regardless of what the web
sent as the optimum size. IE also allows this. I guess it's to help people with poor vision.
"John 3:16" <bo****@tricoequipment.com> wrote in message
news:OS**************@TK2MSFTNGP09.phx.gbl...
Hello All,

I have an asp.net app that is 90% complete. I rebuilt an existing
asp production app, changing it significantly to take advantage of
the enhanced functionality. during development, I would check the
page display from the development machine, my work machine.. and
my work machine from home. All displays looked identical. Over the
weekend, I browsed in from the PC in our family room. (same basic
hardware configuration.) All of the fonts where bigger and when
wrapped, looked misplaced. I immediately thought it was a
resolution problem. I set the resolution to the 1280 x 1024 that
I typically work at. No change in the display. After VPNing into
our network and remoting into the server I moved the lables of the
webform to the left and set the fonts to xxsmall. saved the form.
rechecked from family room pc and it all looked fine. obviously this now changes how it's displayed from my other machines.

Questions:
1. What can be causing this.
2. Is it possible to right justify the label.text control properties so that I can
use overkill in the padding to compensate till I figure this out.

thanks in advance,
bob mcclellan.



Nov 19 '05 #4
KMA....

I think you hit the nail on head. I just bounced to my IE here.
Changed the setting on my work machine... It now looks like
what I saw at home from the family room PC. I will
switch everything back and change the setting at home on their
machine.

I certaintly overlooked the obvious on this one.
Thanks again for the help.
bob mcclellan
"KMA" <km*@chum.com> wrote in message news:dg**********@atlas.ip-plus.net...
View|TextSize

"John 3:16" <bo****@tricoequipment.com> wrote in message
news:e0**************@TK2MSFTNGP15.phx.gbl...
Thanks for the reply KMA...
I will check that tonight. I did check the options in the IE setup and

did
not
see anthing referencing the Font size .. but I will check it again to see

if
I missed anything.
thanks again,
bob mcclellan

"KMA" <km*@chum.com> wrote in message

news:dg**********@atlas.ip-plus.net...
> Just off the cuff. Could it be that the browser settings are rendering
> text
> a size or two bigger than they are sent by your app. I know that
> firefox
> allows you to CTRL-+ to make the text bigger, regardless of what the
> web
> sent as the optimum size. IE also allows this. I guess it's to help people > with poor vision.
> "John 3:16" <bo****@tricoequipment.com> wrote in message
> news:OS**************@TK2MSFTNGP09.phx.gbl...
>> Hello All,
>>
>> I have an asp.net app that is 90% complete. I rebuilt an existing
>> asp production app, changing it significantly to take advantage of
>> the enhanced functionality. during development, I would check the
>> page display from the development machine, my work machine.. and
>> my work machine from home. All displays looked identical. Over the
>> weekend, I browsed in from the PC in our family room. (same basic
>> hardware configuration.) All of the fonts where bigger and when
>> wrapped, looked misplaced. I immediately thought it was a
>> resolution problem. I set the resolution to the 1280 x 1024 that
>> I typically work at. No change in the display. After VPNing into
>> our network and remoting into the server I moved the lables of the
>> webform to the left and set the fonts to xxsmall. saved the form.
>> rechecked from family room pc and it all looked fine. obviously this now >> changes how it's displayed from my other machines.
>>
>> Questions:
>> 1. What can be causing this.
>> 2. Is it possible to right justify the label.text control properties so >> that I can
>> use overkill in the padding to compensate till I figure this out.
>>
>> thanks in advance,
>> bob mcclellan.
>>
>>
>
>



Nov 19 '05 #5
KMA
I think there are some gudelines on this issue. Bascially, set your fonts
proportional to each other rather than being of a fixed size, ie use "small"
"smaller" etc. Then the browser will apply the same scaling to all elements.

At the end of the day you've no control over how individuals use their
browsers. Personally I try to format the output with the barest minimum of
formatting.

"John 3:16" <bo****@tricoequipment.com> wrote in message
news:OY**************@TK2MSFTNGP09.phx.gbl...
KMA....

I think you hit the nail on head. I just bounced to my IE here.
Changed the setting on my work machine... It now looks like
what I saw at home from the family room PC. I will
switch everything back and change the setting at home on their
machine.

I certaintly overlooked the obvious on this one.
Thanks again for the help.
bob mcclellan
"KMA" <km*@chum.com> wrote in message

news:dg**********@atlas.ip-plus.net...
View|TextSize

"John 3:16" <bo****@tricoequipment.com> wrote in message
news:e0**************@TK2MSFTNGP15.phx.gbl...
Thanks for the reply KMA...
I will check that tonight. I did check the options in the IE setup and

did
not
see anthing referencing the Font size .. but I will check it again to see
if
I missed anything.
thanks again,
bob mcclellan

"KMA" <km*@chum.com> wrote in message

news:dg**********@atlas.ip-plus.net...
> Just off the cuff. Could it be that the browser settings are
rendering > text
> a size or two bigger than they are sent by your app. I know that
> firefox
> allows you to CTRL-+ to make the text bigger, regardless of what the
> web
> sent as the optimum size. IE also allows this. I guess it's to help

people
> with poor vision.
> "John 3:16" <bo****@tricoequipment.com> wrote in message
> news:OS**************@TK2MSFTNGP09.phx.gbl...
>> Hello All,
>>
>> I have an asp.net app that is 90% complete. I rebuilt an existing
>> asp production app, changing it significantly to take advantage of
>> the enhanced functionality. during development, I would check the
>> page display from the development machine, my work machine.. and
>> my work machine from home. All displays looked identical. Over the
>> weekend, I browsed in from the PC in our family room. (same basic
>> hardware configuration.) All of the fonts where bigger and when
>> wrapped, looked misplaced. I immediately thought it was a
>> resolution problem. I set the resolution to the 1280 x 1024 that
>> I typically work at. No change in the display. After VPNing into
>> our network and remoting into the server I moved the lables of the
>> webform to the left and set the fonts to xxsmall. saved the form.
>> rechecked from family room pc and it all looked fine. obviously this

now
>> changes how it's displayed from my other machines.
>>
>> Questions:
>> 1. What can be causing this.
>> 2. Is it possible to right justify the label.text control properties so
>> that I can
>> use overkill in the padding to compensate till I figure this

out. >>
>> thanks in advance,
>> bob mcclellan.
>>
>>
>
>



Nov 19 '05 #6
I agree and will put this into practice.

One more question if I may ask....
Is there a way to justify textboxes (left, center, or right)
I have some webform controls that require the larger width for
instances requiring it but when the value is shorter, the
textbox is justified to the left.

For example:
In Instances where Numbers (displayed as text) are left justified.

tia,
bob mcclellan
"KMA" <km*@chum.com> wrote in message news:dg**********@atlas.ip-plus.net...
I think there are some gudelines on this issue. Bascially, set your fonts
proportional to each other rather than being of a fixed size, ie use
"small"
"smaller" etc. Then the browser will apply the same scaling to all
elements.

At the end of the day you've no control over how individuals use their
browsers. Personally I try to format the output with the barest minimum of
formatting.

"John 3:16" <bo****@tricoequipment.com> wrote in message
news:OY**************@TK2MSFTNGP09.phx.gbl...
KMA....

I think you hit the nail on head. I just bounced to my IE here.
Changed the setting on my work machine... It now looks like
what I saw at home from the family room PC. I will
switch everything back and change the setting at home on their
machine.

I certaintly overlooked the obvious on this one.
Thanks again for the help.
bob mcclellan
"KMA" <km*@chum.com> wrote in message

news:dg**********@atlas.ip-plus.net...
> View|TextSize
>
> "John 3:16" <bo****@tricoequipment.com> wrote in message
> news:e0**************@TK2MSFTNGP15.phx.gbl...
>> Thanks for the reply KMA...
>> I will check that tonight. I did check the options in the IE setup
>> and
> did
>> not
>> see anthing referencing the Font size .. but I will check it again to see > if
>> I missed anything.
>> thanks again,
>> bob mcclellan
>>
>> "KMA" <km*@chum.com> wrote in message
> news:dg**********@atlas.ip-plus.net...
>> > Just off the cuff. Could it be that the browser settings are rendering >> > text
>> > a size or two bigger than they are sent by your app. I know that
>> > firefox
>> > allows you to CTRL-+ to make the text bigger, regardless of what the
>> > web
>> > sent as the optimum size. IE also allows this. I guess it's to help
> people
>> > with poor vision.
>> > "John 3:16" <bo****@tricoequipment.com> wrote in message
>> > news:OS**************@TK2MSFTNGP09.phx.gbl...
>> >> Hello All,
>> >>
>> >> I have an asp.net app that is 90% complete. I rebuilt an existing
>> >> asp production app, changing it significantly to take advantage of
>> >> the enhanced functionality. during development, I would check the
>> >> page display from the development machine, my work machine.. and
>> >> my work machine from home. All displays looked identical. Over
>> >> the
>> >> weekend, I browsed in from the PC in our family room. (same basic
>> >> hardware configuration.) All of the fonts where bigger and when
>> >> wrapped, looked misplaced. I immediately thought it was a
>> >> resolution problem. I set the resolution to the 1280 x 1024 that
>> >> I typically work at. No change in the display. After VPNing into
>> >> our network and remoting into the server I moved the lables of the
>> >> webform to the left and set the fonts to xxsmall. saved the form.
>> >> rechecked from family room pc and it all looked fine. obviously
>> >> this
> now
>> >> changes how it's displayed from my other machines.
>> >>
>> >> Questions:
>> >> 1. What can be causing this.
>> >> 2. Is it possible to right justify the label.text control properties > so
>> >> that I can
>> >> use overkill in the padding to compensate till I figure this out. >> >>
>> >> thanks in advance,
>> >> bob mcclellan.
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Nov 19 '05 #7
KMA
I'm no expert, but I think not.

"John 3:16" <bo****@tricoequipment.com> wrote in message
news:uM**************@TK2MSFTNGP14.phx.gbl...
I agree and will put this into practice.

One more question if I may ask....
Is there a way to justify textboxes (left, center, or right)
I have some webform controls that require the larger width for
instances requiring it but when the value is shorter, the
textbox is justified to the left.

For example:
In Instances where Numbers (displayed as text) are left justified.

tia,
bob mcclellan
"KMA" <km*@chum.com> wrote in message

news:dg**********@atlas.ip-plus.net...
I think there are some gudelines on this issue. Bascially, set your fonts
proportional to each other rather than being of a fixed size, ie use
"small"
"smaller" etc. Then the browser will apply the same scaling to all
elements.

At the end of the day you've no control over how individuals use their
browsers. Personally I try to format the output with the barest minimum of formatting.

"John 3:16" <bo****@tricoequipment.com> wrote in message
news:OY**************@TK2MSFTNGP09.phx.gbl...
KMA....

I think you hit the nail on head. I just bounced to my IE here.
Changed the setting on my work machine... It now looks like
what I saw at home from the family room PC. I will
switch everything back and change the setting at home on their
machine.

I certaintly overlooked the obvious on this one.
Thanks again for the help.
bob mcclellan
"KMA" <km*@chum.com> wrote in message

news:dg**********@atlas.ip-plus.net...
> View|TextSize
>
> "John 3:16" <bo****@tricoequipment.com> wrote in message
> news:e0**************@TK2MSFTNGP15.phx.gbl...
>> Thanks for the reply KMA...
>> I will check that tonight. I did check the options in the IE setup
>> and
> did
>> not
>> see anthing referencing the Font size .. but I will check it again to
see
> if
>> I missed anything.
>> thanks again,
>> bob mcclellan
>>
>> "KMA" <km*@chum.com> wrote in message
> news:dg**********@atlas.ip-plus.net...
>> > Just off the cuff. Could it be that the browser settings are

rendering
>> > text
>> > a size or two bigger than they are sent by your app. I know that
>> > firefox
>> > allows you to CTRL-+ to make the text bigger, regardless of what

the >> > web
>> > sent as the optimum size. IE also allows this. I guess it's to help > people
>> > with poor vision.
>> > "John 3:16" <bo****@tricoequipment.com> wrote in message
>> > news:OS**************@TK2MSFTNGP09.phx.gbl...
>> >> Hello All,
>> >>
>> >> I have an asp.net app that is 90% complete. I rebuilt an existing >> >> asp production app, changing it significantly to take advantage of >> >> the enhanced functionality. during development, I would check the >> >> page display from the development machine, my work machine.. and
>> >> my work machine from home. All displays looked identical. Over
>> >> the
>> >> weekend, I browsed in from the PC in our family room. (same basic
>> >> hardware configuration.) All of the fonts where bigger and when
>> >> wrapped, looked misplaced. I immediately thought it was a
>> >> resolution problem. I set the resolution to the 1280 x 1024 that
>> >> I typically work at. No change in the display. After VPNing into >> >> our network and remoting into the server I moved the lables of the >> >> webform to the left and set the fonts to xxsmall. saved the form. >> >> rechecked from family room pc and it all looked fine. obviously
>> >> this
> now
>> >> changes how it's displayed from my other machines.
>> >>
>> >> Questions:
>> >> 1. What can be causing this.
>> >> 2. Is it possible to right justify the label.text control

properties
> so
>> >> that I can
>> >> use overkill in the padding to compensate till I figure this

out.
>> >>
>> >> thanks in advance,
>> >> bob mcclellan.
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Nov 19 '05 #8
thanks just the same....
"KMA" <km*@chum.com> wrote in message news:dg**********@atlas.ip-plus.net...
I'm no expert, but I think not.

"John 3:16" <bo****@tricoequipment.com> wrote in message
news:uM**************@TK2MSFTNGP14.phx.gbl...
I agree and will put this into practice.

One more question if I may ask....
Is there a way to justify textboxes (left, center, or right)
I have some webform controls that require the larger width for
instances requiring it but when the value is shorter, the
textbox is justified to the left.

For example:
In Instances where Numbers (displayed as text) are left justified.

tia,
bob mcclellan
"KMA" <km*@chum.com> wrote in message

news:dg**********@atlas.ip-plus.net...
>I think there are some gudelines on this issue. Bascially, set your
>fonts
> proportional to each other rather than being of a fixed size, ie use
> "small"
> "smaller" etc. Then the browser will apply the same scaling to all
> elements.
>
> At the end of the day you've no control over how individuals use their
> browsers. Personally I try to format the output with the barest minimum of > formatting.
>
> "John 3:16" <bo****@tricoequipment.com> wrote in message
> news:OY**************@TK2MSFTNGP09.phx.gbl...
>> KMA....
>>
>> I think you hit the nail on head. I just bounced to my IE here.
>> Changed the setting on my work machine... It now looks like
>> what I saw at home from the family room PC. I will
>> switch everything back and change the setting at home on their
>> machine.
>>
>> I certaintly overlooked the obvious on this one.
>> Thanks again for the help.
>> bob mcclellan
>>
>>
>> "KMA" <km*@chum.com> wrote in message
> news:dg**********@atlas.ip-plus.net...
>> > View|TextSize
>> >
>> > "John 3:16" <bo****@tricoequipment.com> wrote in message
>> > news:e0**************@TK2MSFTNGP15.phx.gbl...
>> >> Thanks for the reply KMA...
>> >> I will check that tonight. I did check the options in the IE setup
>> >> and
>> > did
>> >> not
>> >> see anthing referencing the Font size .. but I will check it again to > see
>> > if
>> >> I missed anything.
>> >> thanks again,
>> >> bob mcclellan
>> >>
>> >> "KMA" <km*@chum.com> wrote in message
>> > news:dg**********@atlas.ip-plus.net...
>> >> > Just off the cuff. Could it be that the browser settings are
> rendering
>> >> > text
>> >> > a size or two bigger than they are sent by your app. I know that
>> >> > firefox
>> >> > allows you to CTRL-+ to make the text bigger, regardless of what the >> >> > web
>> >> > sent as the optimum size. IE also allows this. I guess it's to help >> > people
>> >> > with poor vision.
>> >> > "John 3:16" <bo****@tricoequipment.com> wrote in message
>> >> > news:OS**************@TK2MSFTNGP09.phx.gbl...
>> >> >> Hello All,
>> >> >>
>> >> >> I have an asp.net app that is 90% complete. I rebuilt an existing >> >> >> asp production app, changing it significantly to take advantage of >> >> >> the enhanced functionality. during development, I would check the >> >> >> page display from the development machine, my work machine.. and
>> >> >> my work machine from home. All displays looked identical. Over
>> >> >> the
>> >> >> weekend, I browsed in from the PC in our family room. (same
>> >> >> basic
>> >> >> hardware configuration.) All of the fonts where bigger and when
>> >> >> wrapped, looked misplaced. I immediately thought it was a
>> >> >> resolution problem. I set the resolution to the 1280 x 1024
>> >> >> that
>> >> >> I typically work at. No change in the display. After VPNing into >> >> >> our network and remoting into the server I moved the lables of the >> >> >> webform to the left and set the fonts to xxsmall. saved the form. >> >> >> rechecked from family room pc and it all looked fine. obviously
>> >> >> this
>> > now
>> >> >> changes how it's displayed from my other machines.
>> >> >>
>> >> >> Questions:
>> >> >> 1. What can be causing this.
>> >> >> 2. Is it possible to right justify the label.text control
> properties
>> > so
>> >> >> that I can
>> >> >> use overkill in the padding to compensate till I figure
>> >> >> this
> out.
>> >> >>
>> >> >> thanks in advance,
>> >> >> bob mcclellan.
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Nov 19 '05 #9
> 1. What can be causing this.

The infinite variety of user preferences on the internet.

Sounds like you designed your page in grid layout. That is bad. Use 'flow
layout' and make sure your design doesn't break regardless of the font size.

-Darrel
Nov 19 '05 #10
Thanks Darrel...
I appreciate the reply....
bob mcclellan.

"darrel" <no*****@hotmail.com> wrote in message
news:uI**************@TK2MSFTNGP12.phx.gbl...
1. What can be causing this.


The infinite variety of user preferences on the internet.

Sounds like you designed your page in grid layout. That is bad. Use 'flow
layout' and make sure your design doesn't break regardless of the font
size.

-Darrel

Nov 19 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Paul Kooistra | last post by:
I need a tool to browse text files with a size of 10-20 Mb. These files have a fixed record length of 800 bytes (CR/LF), and containt records used to create printed pages by an external company. ...
26
by: Dan Nash | last post by:
Hi guys I have a page that is *supposed* to list the directories on the server. Here's the code... folderspec = server.MapPath("./images/") set fso =...
1
by: Bill Nguyen | last post by:
created a CrystalReport10 msi file but can't include it in the prerequisite list using ClickOnce publish. Thanks Bill
5
by: AngleWyrm | last post by:
So I have a table that has, among other things, these feilds: id PRIMARY KEY name VARCHAR(50) prerequisite INT NOT NULL Prerequisite contains a reference to the id of whatever item comes...
1
by: Rich | last post by:
Hello, I am trying to deploy a VB2005 app which contains a ReportViewer control. I have added the Reportviewer control to the prerequisite list by click on Prerequisites in the...
0
by: Frnak McKenney | last post by:
Can I use a bound ComboBox for both browsing and editing? I'm working on a small, standalone database application using Visual C#.NET 2003 and an Access data file. In order to keep the number...
1
by: John | last post by:
Hi I created a solution in vs2003 that has a set-up project included . I have now imported the solution into vs2005. The problem is that the set-up project keeps giving me the warning "Windows...
3
by: Velislav | last post by:
Hi, I've got a setup project which installs SQL Server Express as a prerequisite to my program. The problem is that by default it's installed using the SQLEXPRESS instance name and Windows...
2
by: Joe Kovac | last post by:
Hi! I have a Web Site, where I turned directory browsing off. I want only one sub folder to be browsable: e.g. MyApp/Files/... How do I do that? Any setting in the web.config? Thanks Joe
3
by: Dean Slindee | last post by:
Using VS2005, I am deploying a WinForm application with ClickOnce. The project contains a ReportViewer2005 control, so there is a prerequisite for the ReportViewer2005.dll. The ReportViewer.dll...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.