all groups > asp.net > january 2005 > threads for saturday january 15
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
Newbee question on inheriting an user control?
Posted by Danny Ni at 1/15/2005 10:32:02 PM
Hi,
I have one user control named Schedule.ascx, I want to create another
control which is quite similar to schedule.ascx but differs in some methods
and some UI elements, the way I am doing it right now, I save schedule.ascx
as another name, say schedule2.ascx then I go to code behind and cha... more >>
Building Solution
Posted by thomson at 1/15/2005 10:09:00 PM
Hi All,
While Iam building my solution, the VS 2003 editor get stucked,
for a few minutes and after sometimes it gets recovered, and the
solution building done,
While building i looked into the task manager entry, and
it says the program is not responding, after building the solution it
says t... more >>
Must Use Updateable Query
Posted by Michael C# at 1/15/2005 10:08:20 PM
Question - I keep getting the above error when I try to run an INSERT query
against an Access database. I'm running XP Professional and VS.NET 2003. I
run SELECT queries from ASP.NET against it all day long, and when I run the
INSERT query inside Access itself, it works fine. But for some r... more >>
ViewState Problem with a Form?
Posted by Luis Esteban Valencia at 1/15/2005 9:02:24 PM
have a parent aspx page which is a container for a second child aspx page.
The parent loads up a header and tells the child aspx page which control to
display.
For example, when I am using a form control, which is a common type of
control I display:
PARENT.ASPX contents
---Header.ascx con... more >>
ASP.net ques: Webpage data retrieval and parsing
Posted by news.microsoft.com at 1/15/2005 8:42:41 PM
Hi again, I am pretty new to ASP.net (I use to be a Visual Basic 6 addict)
I want to do the following but I have been unable to find good info/ or
sample code on it; please help;
- retrieve a webpage using ASP.net from another site (the url have
parameters like (domain.com/?date=january) in ... more >>
Stored proc question
Posted by John F at 1/15/2005 8:18:54 PM
Hi all,
This may be slightly off-topic but it's from within asp.net I'm experiencing
this so here goes:
What is the most efficient way for me to call a SQL stored procedure
multiple times?
I know this may seem easy to some but it's got me good. I thought of
"preparing" the command obj... more >>
How to copy solution from one machine to the other
Posted by msnews at 1/15/2005 8:05:29 PM
Hi All,
I am new to Dot Net. I am using VS.NET with C#. I have a vs.net solution on
one machine. What do I need to do to move it to the other machine.
Please help.
Thanks,
Anil
... more >>
Asp.Net forum program to download
Posted by Hardy Wang at 1/15/2005 6:07:31 PM
Hi
Anybody can recommend a good free .Net forum program with source code to
download?
I tried the one in www.asp.net, but it seems that a lot of source codes
are missing.
Regards
Hardy
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to setup session timout
Posted by Raymond Du at 1/15/2005 4:59:36 PM
Hi,
I am trying to change an ASP.Net application session time out to 60 minutes.
I changed it from IIS manager, then restart IIS, does not work , still times
out in 20 minutes.
Then I added the following line into web.config file, <system.web> node:
<sessionState timeout="60">
</sessionS... more >>
Using ASP page to download .wmv file
Posted by RJT at 1/15/2005 4:22:04 PM
I want to set up an asp page that will download a .wmv (Windows Media video)
file to the user and save it in a directory of the user's choice on the
user's computer. I think this is an elementary situation using
Response.ContentType, and the MIME type for a .wmv file, but I don't know
exactly h... more >>
Serving pages which do not exist
Posted by Peter Morris [Droopy eyes software] at 1/15/2005 11:05:09 AM
Hi all
Instead of a url like so
http://www.howtodothings.com/viewarticle.aspx?id=1
I'd like to do this
http://www.howtodothings.com/articles/computers/dotnet/aspdotnet/001.html
I don't want to have to create all of the subfolders + html files etc. I
vaguely remember reading somew... more >>
size problem un asp.net 20.0
Posted by steffo at 1/15/2005 9:48:39 AM
Hi.
(had no luck in aspnet.webcontrols, so I try here )
I'm testing asp.net 2.0. but have some problems with sizing my textbox
controls.
I have;
combobox , size H:20px W:100px
button , size H:20px W:100px
textbox, size H:20px W:100px
it all looks allright in the designer, but when open... more >>
MIME Type for MSI Download
Posted by Mark Olbert at 1/15/2005 9:21:10 AM
I have an application whose installer can be downloaded from the Internet as an MSI file (by
clicking on a link). The content-type parameter is set to application/octet-stream.
Under Firefox, this works fine. However, under IE, the file is downloaded as an "unknown type", and
the file extension... more >>
Add Column Template on the Datagrid
Posted by Dexter at 1/15/2005 8:41:25 AM
Hello all,
I have a datagrid with "create columns automatically at run time" checked,
and this datagrid
show dynamic tables, then the column numbers is dynamic.
I need to include a template column at end of datagrid. I have all code, but
the template column
is add always at column number... more >>
Restrict aspx page access only through application
Posted by Luis Esteban Valencia at 1/15/2005 8:05:20 AM
Hi,
I am using a webbrowser control to access apsx pages in my vb.net
application. I want to block these aspx pages viewing through any other
browser. It should only be accessible through my application.
Please help.
Anish
--
LUIS ESTEBAN VALENCIA
MICROSOFT DCE 3.
MIEMBRO ACTIVO... more >>
Class vs, Module
Posted by Amy Snyder at 1/15/2005 7:43:20 AM
This is probably an easy question. I am creating a web application
using VS 2003 and was wondering what the differnce is between creating a
Class or Module. These are two templates available when adding a new
item to a current web app.
Why would you use one over the other?
*** Sent vi... more >>
Browser dependency os webforms?
Posted by What-a-Tool at 1/15/2005 5:43:33 AM
Are ASP.Net web forms dependent on later versions of IE?
--
/ Sean the Mc /
"Opinions are like flatulence - everyone loves the sound of their own, but
anyone else's usually just stinks !"
-anonymous
... more >>
.snk file
Posted by Kiran at 1/15/2005 4:48:43 AM
Hi,
Can Someone tell me what an .snk file is?
And how is it related to ASP.NET
Thanks
Kiran
... more >>
Do I keep my client on a Fast PHP/ MySQL implementation or move to ASP.net?
Posted by Dave Smithz at 1/15/2005 2:24:13 AM
Hi there,
A new potential client currently run there database on using MySQL and PHP,
it has about 7000 records and runs rock solid over the web.
However they need much more functionality and have approached me to build
them a new database. However, they are used to rock solid reliability in
... more >>
ASP.NET 2.0 - mysql.data connector complilation error
Posted by Mikael Syska at 1/15/2005 1:44:56 AM
Hi asp.net guru's, i have developped this site in ASP.NET 2.0 in the
2005 web delopment beta1 version from microsoft, the site works fine
local, but when I move it to my IIS 6.0 with ASP.NET 2.0 I get some
errors, http://porse.asp.syska.dk/ I use the mysql connector
http://www.mysql.com/prod... more >>
|