Showing posts with label screen. Show all posts
Showing posts with label screen. Show all posts

Saturday, March 24, 2012

TABSTRIP

I am using a tabstrip control provided bymicrosoft.web.ui.webcontrols.dll. However this works fine onlyin IE. In Mozilla the screen goes haywire. Any suggestions onhow to make this control cross browser compatible. I havedeveloped a lot of screens and would not like to restart all thefront end development. I face the same problem with tree view.The fonts, sizing and alignment goes off.

Please help!!

----------
From: Jacob Williams

--------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>NoYxX9OGaUKn6XUY83/0WA==</Id>Hi Jacob,

You may have to try some third party controls like

search for infragetics

Thanks
Raghavendra

"Jacob Williams via .NET 247" <anonymous@.dotnet247.com> wrote in message
news:uuJCGs$jEHA.712@.TK2MSFTNGP09.phx.gbl...
I am using a tabstrip control provided by microsoft.web.ui.webcontrols.dll.
However this works fine only in IE. In Mozilla the screen goes haywire. Any
suggestions on how to make this control cross browser compatible. I have
developed a lot of screens and would not like to restart all the front end
development. I face the same problem with tree view. The fonts, sizing and
alignment goes off.

Please help!!

----------
From: Jacob Williams

--------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>NoYxX9OGaUKn6XUY83/0WA==</Id
microsoft.web.ui.webcontrols.dll - AKA Internet Explorer Controls ... hence
your problem ...

"would not like to restart all the front end development" - I hear you on
this one ... I had to make our intranet users make a choice; browser or
fancy control ... they chose the latter ... if you are coding for internet -
I feel your pain.

"Jacob Williams via .NET 247" <anonymous@.dotnet247.com> wrote in message
news:uuJCGs$jEHA.712@.TK2MSFTNGP09.phx.gbl...
I am using a tabstrip control provided by microsoft.web.ui.webcontrols.dll.
However this works fine only in IE. In Mozilla the screen goes haywire. Any
suggestions on how to make this control cross browser compatible. I have
developed a lot of screens and would not like to restart all the front end
development. I face the same problem with tree view. The fonts, sizing and
alignment goes off.

Please help!!

----------
From: Jacob Williams

--------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>NoYxX9OGaUKn6XUY83/0WA==</Id

TABSTRIP

I am using a tabstrip control provided by=
microsoft=2Eweb=2Eui=2Ewebcontrols=2Edll
=2E However this works fine only=
in IE=2E In Mozilla the screen goes haywire=2E Any suggestions on=
how to make this control cross browser compatible=2E I have=
developed a lot of screens and would not like to restart all the=
front end development=2E I face the same problem with tree view=2E=
The fonts, sizing and alignment goes off=2E
Please help!!
From: Jacob Williams
Posted by a user from =2ENET 247 (http://www=2Edotnet247=2Ecom/)
<Id>NoYxX9OGaUKn6XUY83/0WA=3D=3D</Id>Hi Jacob,
You may have to try some third party controls like
search for infragetics
Thanks
Raghavendra
"Jacob Williams via .NET 247" <anonymous@.dotnet247.com> wrote in message
news:uuJCGs$jEHA.712@.TK2MSFTNGP09.phx.gbl...
I am using a tabstrip control provided by microsoft.web.ui.webcontrols.dll.
However this works fine only in IE. In Mozilla the screen goes haywire. Any
suggestions on how to make this control cross browser compatible. I have
developed a lot of screens and would not like to restart all the front end
development. I face the same problem with tree view. The fonts, sizing and
alignment goes off.
Please help!!
From: Jacob Williams
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>NoYxX9OGaUKn6XUY83/0WA==</Id>
microsoft.web.ui.webcontrols.dll - AKA Internet Explorer Controls ... hence
your problem ...
"would not like to restart all the front end development" - I hear you on
this one ... I had to make our intranet users make a choice; browser or
fancy control ... they chose the latter ... if you are coding for internet -
I feel your pain.
"Jacob Williams via .NET 247" <anonymous@.dotnet247.com> wrote in message
news:uuJCGs$jEHA.712@.TK2MSFTNGP09.phx.gbl...
I am using a tabstrip control provided by microsoft.web.ui.webcontrols.dll.
However this works fine only in IE. In Mozilla the screen goes haywire. Any
suggestions on how to make this control cross browser compatible. I have
developed a lot of screens and would not like to restart all the front end
development. I face the same problem with tree view. The fonts, sizing and
alignment goes off.
Please help!!
From: Jacob Williams
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>NoYxX9OGaUKn6XUY83/0WA==</Id>

Thursday, March 22, 2012

taking a table out of a page and emailing it

Is there a way to read the current Asp.net page where I may have built some
statistics and displayed it on the screen in a Datagrid, and take the table
(datagrid) and put it into an email and send it from that page?
I would also like to read part of a page and print it directly to the
printer.
Thanks,
TomIf you move the logic to a user control, it's a pretty simple thing to do:
http://openmymind.net/FAQ.aspx?documentId=45
Karl
http://www.openmymind.net/
"tshad" <tfs@.dslextreme.com> wrote in message
news:eF2IqikeGHA.1320@.TK2MSFTNGP04.phx.gbl...
> Is there a way to read the current Asp.net page where I may have built
> some
> statistics and displayed it on the screen in a Datagrid, and take the
> table
> (datagrid) and put it into an email and send it from that page?
> I would also like to read part of a page and print it directly to the
> printer.
> Thanks,
> Tom
>
"Karl Seguin [MVP]" <karl REMOVE @. REMOVE openmymind REMOVEMETOO . ANDME
net> wrote in message news:e3U%23HTneGHA.2172@.TK2MSFTNGP04.phx.gbl...
> If you move the logic to a user control, it's a pretty simple thing to do:
> http://openmymind.net/FAQ.aspx?documentId=45
Not quite sure if that would do what I am trying to do or not.
There was a way to do this I found a long time ago that allowed me to grab
part of my page and put it into my email to send out, but I can't seem to
find that anymore.
Thanks,
Tom
> Karl
> --
> http://www.openmymind.net/
>
> "tshad" <tfs@.dslextreme.com> wrote in message
> news:eF2IqikeGHA.1320@.TK2MSFTNGP04.phx.gbl...
>

taking a table out of a page and emailing it

Is there a way to read the current Asp.net page where I may have built some
statistics and displayed it on the screen in a Datagrid, and take the table
(datagrid) and put it into an email and send it from that page?

I would also like to read part of a page and print it directly to the
printer.

Thanks,

TomIf you move the logic to a user control, it's a pretty simple thing to do:
http://openmymind.net/FAQ.aspx?documentId=45

Karl

--
http://www.openmymind.net/

"tshad" <tfs@.dslextreme.com> wrote in message
news:eF2IqikeGHA.1320@.TK2MSFTNGP04.phx.gbl...
> Is there a way to read the current Asp.net page where I may have built
> some
> statistics and displayed it on the screen in a Datagrid, and take the
> table
> (datagrid) and put it into an email and send it from that page?
> I would also like to read part of a page and print it directly to the
> printer.
> Thanks,
> Tom
"Karl Seguin [MVP]" <karl REMOVE @. REMOVE openmymind REMOVEMETOO . ANDME
net> wrote in message news:e3U%23HTneGHA.2172@.TK2MSFTNGP04.phx.gbl...
> If you move the logic to a user control, it's a pretty simple thing to do:
> http://openmymind.net/FAQ.aspx?documentId=45

Not quite sure if that would do what I am trying to do or not.

There was a way to do this I found a long time ago that allowed me to grab
part of my page and put it into my email to send out, but I can't seem to
find that anymore.

Thanks,

Tom
> Karl
> --
> http://www.openmymind.net/
>
> "tshad" <tfs@.dslextreme.com> wrote in message
> news:eF2IqikeGHA.1320@.TK2MSFTNGP04.phx.gbl...
>> Is there a way to read the current Asp.net page where I may have built
>> some
>> statistics and displayed it on the screen in a Datagrid, and take the
>> table
>> (datagrid) and put it into an email and send it from that page?
>>
>> I would also like to read part of a page and print it directly to the
>> printer.
>>
>> Thanks,
>>
>> Tom
>>
>>

Taking account of screen resolution

Hello,
In asp .net is there any way of resizing
the component second the screen resolution?
If not is there any workaround?
thank you
Franckyou'll have to make it accessible to the clientside code (javascript event
tied to it's name, etc). There's really no much you can do from the
serverside...
I tend to just use fixed sizes for most of the layout, then use a 100% for
the last item, so that it fills the available space. This would be for thing
s
like the header width, left menu height, etc...
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
"Franck" wrote:

> Hello,
> In asp .net is there any way of resizing
> the component second the screen resolution?
> If not is there any workaround?
> thank you
> Franck
>
Franck,
You need to use relative size properties, like width="100%".
Eliyahu
"Franck" <fh@.fh.com> wrote in message
news:dg6pee$vvt$1@.s1.news.oleane.net...
> Hello,
> In asp .net is there any way of resizing
> the component second the screen resolution?
> If not is there any workaround?
> thank you
> Franck
If you need more granular control than a simple percentage, you'll have
full access to window size, screen resolution, color depth, etc. on the
client. You'll also have the ability to resize and move the browser
itself.
Jason Kester
Expat Software Consulting Services
http://www.expatsoftware.com/

Taking account of screen resolution

Hello,
In asp .net is there any way of resizing
the component second the screen resolution?
If not is there any workaround?
thank you
Franckyou'll have to make it accessible to the clientside code (javascript event
tied to it's name, etc). There's really no much you can do from the
serverside...
I tend to just use fixed sizes for most of the layout, then use a 100% for
the last item, so that it fills the available space. This would be for things
like the header width, left menu height, etc...

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Franck" wrote:

> Hello,
> In asp .net is there any way of resizing
> the component second the screen resolution?
> If not is there any workaround?
> thank you
> Franck
Franck,

You need to use relative size properties, like width="100%".

Eliyahu

"Franck" <fh@.fh.com> wrote in message
news:dg6pee$vvt$1@.s1.news.oleane.net...
> Hello,
> In asp .net is there any way of resizing
> the component second the screen resolution?
> If not is there any workaround?
> thank you
> Franck
If you need more granular control than a simple percentage, you'll have
full access to window size, screen resolution, color depth, etc. on the
client. You'll also have the ability to resize and move the browser
itself.

Jason Kester
Expat Software Consulting Services
http://www.expatsoftware.com/