|
List Info
Thread: Re: getting return value from oracle stored proc
|
|
| Re: getting return value from oracle
stored proc |
  United States |
2007-06-12 15:24:40 |
|
__,_._,___
|
| Re: Sorting Hash Table By Value in
VB.NET |
  United States |
2007-06-13 11:05:48 |
|
Hashtables by their nature are not sortable. It has to do a I jump search to
find the value which means it needs flexibility to order them.
Just write some quick code to put it into a Sorted List.
http://www.learnasp.com/quickstart/howto/doc/list.aspx
is a good explanation of the collections. And how to iterate/copy from one
to another.
http://www.charlescarroll.com/chaz/site/5022/default.aspx
lists osme great subleties to the variosu collections.
On 6/12/07, ==>SamS<== < nsuresh_rasr%40yahoo.com">nsuresh_rasr yahoo.com> wrote:
>
> mycountries.Add("N","Norway");
> mycountries.Add("S","Sweden");
> mycountries.Add("F","France");
> mycountries.Add("I","Italy");
>
> I have a hashtable like this and i want to sort it over by value. Is it
> possible in vb.net??? Thanks,
> nsuresh_rasr
>
> [Non-text portions of this message have been removed]
>
>
>
[Non-text portions of this message have been removed]
__._,_.___
.
__,_._,___
|
| Compiling and Publishing ASP.Net (2.0)
websites. |
  United States |
2007-06-13 21:09:17 |
|
Guys/Gals,
I need to be able to better control the output of a precompiled website.
I am not happy with the way the default compile combines aspx pages into dll
files based on folders.
I would like to have complete flexibility on naming and merging.
If I wanted each individual aspx file to be compiled into a single dll with
the same name, is this possible?
It would sure help with version control.
Anyone have some good sources for documentation?
Thanks,
RickH
[Non-text portions of this message have been removed]
__._,_.___
.
__,_._,___
|
| Re: Compiling and Publishing ASP.Net
(2.0) websites. |
  United States |
2007-06-14 06:34:10 |
|
If I'm not mistaking you can use the commandline compiler for this + web application projects also seem to do exactly what you want.
Have a look at that here:
http://msdn2.microsoft.com/en-us/asp.net/aa336618.aspx
----- Original Message -----
From: Rick Holcomb
To: AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOk yahoogroups.com
Sent: Thursday, June 14, 2007 4:09 AM
Subject: [AspNetAnyQuestionIsOk] Compiling and Publishing ASP.Net (2.0) websites.
Guys/Gals,
I need to be able to better control the output of a precompiled website.
I am not happy with the way the default compile combines aspx pages into dll
files based on folders.
I would like to have complete flexibility on naming and merging.
If I wanted each individual aspx file to be compiled into a single dll with
the same name, is this possible?
It would sure help with version control.
Anyone have some good sources for documentation?
Thanks,
RickH
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
__._,_.___
.
__,_._,___
|
| Re: Compiling and Publishing ASP.Net
(2.0) websites. |
  United States |
2007-06-14 08:59:13 |
|
If you want to do this, you need to move to a Web Application Project, which
is an add-in found in the VS SP1.
The standard Web Site project in 2.0 compiles to folder or single file
assemblies, the Web Application Project compiles to a single DLL.
This is a link to my blog entry that discusses it in more detail and has
relevant links.
http://www.vpsw.com/blogbaby/PermaLink,guid,27013c9f-ec59-4762-9569-462a9b6b6653.aspx
On 6/13/07, Rick Holcomb < rholcomb%40holc.biz">rholcomb holc.biz> wrote:
>
> Guys/Gals,
>
> I need to be able to better control the output of a precompiled website.
>
> I am not happy with the way the default compile combines aspx pages into
> dll
> files based on folders.
>
> I would like to have complete flexibility on naming and merging.
>
> If I wanted each individual aspx file to be compiled into a single dll
> with
> the same name, is this possible?
>
> It would sure help with version control.
>
> Anyone have some good sources for documentation?
>
> Thanks,
>
> RickH
>
> [Non-text portions of this message have been removed]
>
>
>
--
Dean Fiala
Very Practical Software, Inc
Now with Blogging...
http://www.vpsw.com/blogbaby
Microsoft MVP
[Non-text portions of this message have been removed]
__._,_.___
.
__,_._,___
|
| RE: Compiling and Publishing ASP.Net
(2.0) websites. |
  United States |
2007-06-15 16:01:53 |
|
Thanks to everyone who responded to my question.
Dean thanks for the blog link, very informative.
I will install SP1 and see what I can make of it.
RickH
_____
From: AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOk yahoogroups.com
[mailto: AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOk yahoogroups.com] On Behalf Of Dean Fiala
Sent: Thursday, June 14, 2007 9:59 AM
To: AspNetAnyQuestionIsOk%40yahoogroups.com">AspNetAnyQuestionIsOk yahoogroups.com
Subject: Re: [AspNetAnyQuestionIsOk] Compiling and Publishing ASP.Net (2.0)
websites.
If you want to do this, you need to move to a Web Application Project, which
is an add-in found in the VS SP1.
The standard Web Site project in 2.0 compiles to folder or single file
assemblies, the Web Application Project compiles to a single DLL.
This is a link to my blog entry that discusses it in more detail and has
relevant links.
http://www.vpsw.
<http://www.vpsw.com/blogbaby/PermaLink,guid,27013c9f-ec59-4762-9569-462a9b6
b6653.aspx>
com/blogbaby/PermaLink,guid,27013c9f-ec59-4762-9569-462a9b6b6653.aspx
On 6/13/07, Rick Holcomb <rholcomb holc. <mailto:rholcomb%40holc.biz> biz>
wrote:
>
> Guys/Gals,
>
> I need to be able to better control the output of a precompiled website.
>
> I am not happy with the way the default compile combines aspx pages into
> dll
> files based on folders.
>
> I would like to have complete flexibility on naming and merging.
>
> If I wanted each individual aspx file to be compiled into a single dll
> with
> the same name, is this possible?
>
> It would sure help with version control.
>
> Anyone have some good sources for documentation?
>
> Thanks,
>
> RickH
>
> [Non-text portions of this message have been removed]
>
>
>
--
Dean Fiala
Very Practical Software, Inc
Now with Blogging...
http://www.vpsw. <http://www.vpsw.com/blogbaby> com/blogbaby
Microsoft MVP
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
__._,_.___
.
__,_._,___
|
[1-6]
|
|