all groups > asp.net > may 2007 > threads for tuesday may 8
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
How to add dynamic block of textboxes.
Posted by Stan SR at 5/8/2007 11:20:22 PM
Hi,
I have a group of textboxes ("firstname" and "lastname") and a 2 buttons
("remove this block" and "add a new block").
And onto the main form, I have button called "submit the form" and an
initial block without the "remove this block" button
My question is to know how can I add and r... more >>
Spider and get tag information of one web page
Posted by discountonall NO[at]SPAM gmail.com at 5/8/2007 8:37:58 PM
Hi all
i would like to know if anyone knows about a code sample.
Lets say for example
http://shopping.yahoo.com/search;_ylt=AowRaqOx9PVGQC1OCxcj9vsEgFoB;_ylu=X3oDMTBhNjRqazhxBHNlYwNzZWFyY2g-?p=+friendship+roses+&did=&x=51&y=10
As you can see that there is a lot of items.
I need to be able to ... more >>
Input Mask on Text box
Posted by Don at 5/8/2007 8:19:02 PM
Hello, I have web form that references a field for a phone number. The
number is stored in the table as a string in this format "(111) 222-3333".
When I done this in the past for window forms I would give a text box an
input mask. When the user clicked into the text box this would appear "(... more >>
Default app?
Posted by Dave Bender at 5/8/2007 6:14:25 PM
I'm confused about whether a web application needs to be defined in IIS as
an "application" to run. We have a client who has a medium sized web site
(~2,000 pages), including some ASP and some aspx pages. These were
developed by different developers over the past several years.
What I don't ... more >>
Continue code on next line
Posted by dancer at 5/8/2007 4:50:24 PM
How do I continue code on another line when one line becomes too long?
I always get compilation errors.
... more >>
looking for javascript
Posted by George Ter-Saakov at 5/8/2007 4:36:59 PM
Sorry guys, I know it's not related to ASP.NET but it's related to web
development :)
I am looking for JavaScript that would show a zoomed picture when you move
mouse over image.
Similar how it's done in MSN image search
http://search.msn.com/images/results.aspx?q=ring&FORM=MSNH&mkt=en-US
... more >>
stream pdf to browser
Posted by Rick at 5/8/2007 4:08:45 PM
I have a web service that retrieve a pdf file and streams the file into a
buffer passing the buffer on to the calling web page. This works perfect if
I use a button to submit a call to the web service and stream the file into
the calling web form, the problem I have is I need to open the streamed... more >>
Orcas Newsgroups
Posted by Acorn at 5/8/2007 4:01:57 PM
Hi, are there any newsgroups to discuss the Oracs beta? I've looked through
msnews.microsoft.com but haven't found any. Thanks....
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Letter generation and printing
Posted by מיכ×ל קריבוס at 5/8/2007 3:43:01 PM
Hello,
I have a need for a web application to generate a letter for the end user
whcih will then be printed. The latter need to contain information from the
DB and other text that the user will input before creating the latter.
... more >>
SqlCommand UPDATE problem...
Posted by Nuzzi at 5/8/2007 3:37:43 PM
Hello All,
I have two pages that are very similar. One is working, one is not. He=
re =
is the code for both:
Page 1 (Working):
protected void btn_update_Click(object sender, EventArgs e)
{
Int32 item_id =3D Convert.ToInt32(ViewState["item_id"]);
Int32 ... more >>
AJAX in Existing Web applications
Posted by bbawa1 NO[at]SPAM yahoo.com at 5/8/2007 2:54:58 PM
I just want to know that I have already a web application. I want to
use ajax in one of my web forms.
I installed AJAX in my machine. Now to use ajax in my web application
should I create a new web site in VS 2005 and select ASP.Net AJAX -
Enabled Site
and then copy my all the web forms and d... more >>
Upload file functionality fails randomly
Posted by MartinJ at 5/8/2007 2:01:01 PM
I've got a web application that includes a file upload page. It was upgraded
from v1.1 to 2. We haven't converted the page to use the newer file upload
control, though. We're using the encType="multipart/form-data" attribute on
the form element. Everything seems to work with no problems for m... more >>
ASP as Windows Service that control by ASP and share Datatable?
Posted by mtczx232 NO[at]SPAM yahoo.com at 5/8/2007 1:31:05 PM
I wonder what the best way to run Service, and be able to Interact
with him, and show the DataTable from Service. the first way is: build
Service project, and Interact with him by remoting, and use with
serialized ability to share DataTable. or build ASP app, and start new
thread from Applicatio... more >>
CustomValidator
Posted by Stan SR at 5/8/2007 1:25:51 PM
Hi,
I have a web user control that contains 3 dropdownlists
it's a date selector, so one contains the days, one the months and the last
the years.
Each of them starts with a blank value.
I want to control if the date is valid or blank (that means all the
dropdownlist have a blank value... more >>
Problem Converting DateTime
Posted by mavrick_101 at 5/8/2007 12:25:01 PM
Hi,
I have time in the following format...
Tue, 8 May 2007 13:38:00 EDT
How can I convert it DateTime? Convert.ToDateTime works fine if the Time
Zone is GMT like
Tue, 8 May 2007 13:38:00 GMT
Is there a specified way to accomplish this or would I have to do some hacks?
Thnx
... more >>
Error in converting app from 1.1 to framework 2.0
Posted by Blasting Cap at 5/8/2007 11:31:31 AM
I keep getting errors that pop up when I am trying to convert an
application from dotnet framework 1.1 to framework 2.0. The old project
was saved in sourcesafe from Visual Studio 2003, and I have opened it in
Visual Studio 2005.
I've cleared up most errors, but have one that beats the h... more >>
My button click event runs twice in my VS 2005 - need help
Posted by Learner at 5/8/2007 11:20:31 AM
Hello,
I converted a VS 2003 project to VS 2005. It works perfectly
alright in VS 2003 but when I try running in VS 2005 I got strange
thing going on. The code (my button click event ) runs twice? Has any
one run into this kind of situation before please help. Am I missing
some thing here?... more >>
GetElementbyID question - within MasterPage/contentpage - within tables
Posted by Elmo Watson at 5/8/2007 10:30:40 AM
I've inherited a project that has quite a few Table rows - inside each cell,
within the row are a couple of textboxes ("in" and "out"), along with a
"total" label.
Also - this is all within a Content Page/Master Page scenario - I've got the
function inside the Content page, along with the a... more >>
Available Oracle HRMS techno - functional consultants with us
Posted by Sachin at 5/8/2007 10:09:28 AM
Contact : Mandar
Direct : 402 408 6601/402 408 3687
Email : mandar@kraftware.com
Hi,
We have the following Oracle HRMS Techno-Functional consultant
available immediately.
Consultant Name: A V
Summary:
=B7 5 years of total professional experience with 3.5+ in analysis,
design, deve... more >>
Secure page problem
Posted by tshad at 5/8/2007 10:07:39 AM
I have a problem with a page I am trying to secure. It has a flash object
as well as a couple of 3rd party objects used for tracking use of the page.
I keep getting a message saying that there are unsecure items on the page.
I assume this is because of some absolute URL paths. But one of the... more >>
Page language
Posted by ThunderMusic at 5/8/2007 9:30:38 AM
Hi,
I'm currently developping a web site (not a web application) with asp.net
and would like to use the localization functionalities to avoid doing my
pages twice (and maybe eventually, 3 times). But I would also like the user
to have urls like www.thedomainIregistered.com/en/thepage.aspx or ... more >>
FORM
Posted by dancer at 5/8/2007 9:02:55 AM
I have created a form in ASP.NET.
Now how do I get the results on another page (a pretty one) and email to
myself?
... more >>
ASP.NET Page Breaks
Posted by Mike at 5/8/2007 8:41:02 AM
Hi. I have an asp.net webform I need to make 'printer-friendly'. Problem is
that content on the webform is dynamic - subject to change size, spacing,
etc. Is there a way I can programatically define page-breaks on the form,
which would cause page breaks when the form is printed?
Thanks.... more >>
Deployment
Posted by OldButStillLearning at 5/8/2007 8:26:01 AM
In VS 2003, I would develop my application and after it was the way I wanted
it, I would move over the ".aspx" files, the bin directory, the web.config
and the images to the remote server.
Now with VS2005, I see if you use the file system, that there is no
application dll in the bin file, s... more >>
using Masterpage in sub dir
Posted by Jerry Qu at 5/8/2007 8:15:19 AM
Hi All,
1) We have masterpage in the root dir
2) if we want ot use materpage for pages in sub dirs, there is probelm to
display images called in the masterpage:
<table style="background-image: url(images/header_background.gif);...
The image will not show.
Any suggestion
TIA
Jerry
... more >>
Word Interop Assemblies and ASP.Net
Posted by DougS at 5/8/2007 8:14:09 AM
I have an ASP.Net 1.1 app running on my intranet. I want to be able to
output a report in Word. I have a .Net dll written for a similar WinForms
application. Can I install the Word Interop Assemblies on the web server and
use the same dll to produce the Word document?
Thanks in advance,
Do... more >>
GridView and DropDownList
Posted by Brian VanDyke at 5/8/2007 6:54:29 AM
I have to display a table with customer data (GridView). However, I want to
be able to show DropDownList controls inside one of the columns, not just
textbox controls. Is this possible? Is it possible to have all of the
controls active so that a simple click of the Submit button updates all
... more >>
Max concurrent users on dedicated IIS box
Posted by dejavue82 NO[at]SPAM yahoo.com at 5/8/2007 6:46:31 AM
Take a look at the interview with the founder of Plentyoffish.com,
He claims to be able to serve 40k-50k users on a SINGLE server running
IIS6 (at 65% capacity). My question is for those with experience
running dedicated asp.net servers: Aren't these figures a bit
unrealistic (i.e. too high)? If... more >>
ASP.NET, a CMS, and application recycling
Posted by Matty J at 5/8/2007 6:39:27 AM
Hi all
I've got a problem and I'm amazed to find nothing about on the web at
all from what I can find in group posts or troubleshooting articles
etc.
ASP.NET has the numRecompilesBeforeAppRestart setting.
A CMS for a large site often publishes pages.
Based on the numRecompilesBeforeApp... more >>
.NET Panel vs. Placeholder controls
Posted by Joe at 5/8/2007 6:39:22 AM
Hello All:
Does anyone know the difference between the Panel and Placeholder controls?
What really are the differences? Why would I use one and not the other?
TIA,
--
Joe... more >>
Trouble displaying Japanese text with aspx
Posted by pardesiya at 5/8/2007 12:16:51 AM
Friends,
I am having trouble displaying Japanese text within a textbox (or
anywhere else) in an aspx page with .net 2.0 framework. Initial
default text in Japanese displays perfectly but when I attempt to
change the text following a button-click event, it displays as junk.
I have tried sett... more >>
Implement IIS on WAN
Posted by swapnil15aug NO[at]SPAM yahoo.com at 5/8/2007 12:14:45 AM
HI,
I am working in one leading insurance company in india.
currently i m working in VB 6. But i want to switch to ASP. I had main
query that is HOW WE INSTALL IIS SERVER FOR WAN?
Our Organization has various branches in various city. like Delhi,
mumbai etc.
so i developed this appli... more >>
how to check if i am at localhost in global.asax
Posted by Eirik Eldorsen at 5/8/2007 12:00:00 AM
I have a webpage that starts a thread on Application_Start in global.asax. I
don't want to start start this thread when I am testing the application at
localhost. How can I check if I am at localhost when I don't have a Request
object?
Eirik
... more >>
write response.outputstream into a control
Posted by Victor at 5/8/2007 12:00:00 AM
Hi Guys
I have a server-side div control inside my aspx page. I also have another
Memory image object (like Bitmap image = new Bitmap(FileName)). The
objective I want to achieve is adding this image object into the div
control. I tried to use Bitmap.save(Stream stream, ImageFormat format)
m... more >>
|