|
|
|
vb.net or C#?
Sun, 17 Aug 2008 22:17:45 +0200
Hi,
i develop webapplications with asp.net and vb.net. Is there any good reason
why i should switch to (and learning) C#?
Thanks for the pro's and contra's.
Dan
...
|
long loading symbols / asp.net
Sun, 17 Aug 2008 13:10:47 -0700 (PDT)
Hello,
We have asp.net application: .net / 200 000 loc and about 200 000 loc
in orbital projects (referenced to website as projects (not as
dlls)).
Compiling application time is "normal". Full recompile lasts about 40
minutes but when we make changes in particular projects or website
it's not so painfull ...
|
AJAX page extenders: modulPopup, NumericUpDownExtender -> issue
Sun, 17 Aug 2008 20:55:09 +0200
Hi
please help me...
in a page I have a Panel which is displayed in modal using modalPopup
Extender.
In the Panel, I have a textbox normal without extender associated and
another textbox with a NumericUpDownExtender.
Well...
when the modal appears I change the text in both textbox (secondo textbox
...
|
DetailsView - ObjectDataSource question
Sun, 17 Aug 2008 12:07:48 -0500
I've got a DetailsView I'm using with the Default mode being INSERT
I have an XSD using the INSERT stored Procedure, and I have a Members class,
which uses the XSD
My question - -
When I choose the Members class for the Object DataSource, it detects the
parameters of the Insert_Members method. I want them t ...
|
download a file from a web page: first time works, next times not
Sun, 17 Aug 2008 18:47:56 +0200
Hi all
on a page aspx of my web application (vs2005, .net 2.0), I have an
imagebutton
Its click event looks like this:
filename = createFile(); //create a file on server filesystem
if (File.Exists(filename))
{
Response.Clear();
Response.ContentType = "application/x-download";
Response.A ...
|
Border Widths for ListBoxes
Sun, 17 Aug 2008 12:25:32 -0400
I have several ListBoxes that I want to have a simple 1 pixel black border
for. When I set style="border:1px black solid;" it does not make any
difference, the border still looks like "border-style:outset;". Is there any
way to modify the border of a ListBox, or does Internet Explorer just ignore
that for Li ...
|
javascript code works for a little while
Sun, 17 Aug 2008 09:23:39 -0400
The code below opens the window and displays the image as a quick flash then
the image goes away and is replaced by a small icon.
Got any idea how to fix it?
thanks
function openWindow(name, path, w, h){
tmpTitle='title'
OpenWindow=window.open(
path,name,'location=0,resizable=1,width='+w ...
|
|
|
asp:menu across 2 frames
Sun, 17 Aug 2008 03:34:02 -0700
Hi,
I have a frameset with 2 horizontal frames. In the upper one, there is a
asp:menu.
His is only one line hight. The other frame take all the rest of the
screen. It is the target frame.
If I choose a item on the menu, I want that the submenu items appear on the
other frame.
Is it possible ?
Thank. ...
|
General platform question
Sun, 17 Aug 2008 01:47:01 -0700
Hi guys
I've got a project I need to build, and I'm unsure which technology is the
best way of building it. Let me first explain the idea...
We want to be able to allow tracked downloads from our website, that's easy
for the user to inititate. We want them to be able to "save as" so they can
put it where ...
|
Suggestions on storing shopping cart info
Sun, 17 Aug 2008 00:27:37 -0400
I am writing a shopping cart app in asp.net.
So far I created 2 classes, 1 for customer_info (name, address, email), 1
for product_info (prodname, price, description).
As the shopper adds things to the cart and navigates throught the site to
shop more, should I store this info in a session var? What is th ...
|
|
|