all groups > asp.net > november 2004 > threads for saturday november 20
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
DatePicker control in Asp.net ?
Posted by WJ at 11/20/2004 11:41:49 PM
Is there a DatePicker control in the current VS.Net (2003) other than the
Calendar control ? If not, how can the current calendard control be
minimized to a square 21x21px button (with graphic). It does not seem to
work from the IDE design surface.
Thanks
John
... more >>
Add a virtual folder from console ?
Posted by chak at 11/20/2004 11:25:37 PM
Is it possible to add a virtual folder to IIS from the console, instead of
using the IIS administrator ?
Thanks.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.799 / Virus Database: 543 - Release Date: 11/19/2004
... more >>
href confusion
Posted by Nak at 11/20/2004 10:37:13 PM
Hi there,
I know this isn't 100% relevant to ASP.NET but I'm hoping that someone
can shed some light on href's in HTML code.
Consider the following,
http://www.spoon.com/dir/page.html
I'm trying to work out the relationship between href's on the above page
and the pag... more >>
cannot use codebehind for user control!
Posted by news.microsoft.com at 11/20/2004 10:34:26 PM
Getting really frustrated, I've been trying for 6 hours now! Got this very
simple web app having a main .aspx page which has a user control (added with
the Register directive) and the TemplateTop.ascx wich works 100% until I try
adding codebehind, eg;
<%@ Control Codebehind="TemplateTop.asc... more >>
Export to excel license question
Posted by Joe at 11/20/2004 8:59:02 PM
Dear all,
I see that asp.net can export datagrid data to excel, is it need any license
requirement to use?
Response.ContentType = "application/vnd.ms-excel";
System.IO.StringWriter AStringWriter = new System.IO.StringWriter();
System.Web.UI.HtmlTextWriter AHtmlTextWriter = new
System.We... more >>
Updating multiple Tables
Posted by Justin at 11/20/2004 8:25:55 PM
What is the best/easiest way to update multiple tables at a time?
Can you recommend any tutorials?
Thanks, Justin.
... more >>
free asp.net server - Cassini makes problem
Posted by Piotr Karwatka at 11/20/2004 7:13:45 PM
Hi!
I have a little problem. I have Windows XP home installed and i want to run
web server locally to show my webpages in aspx my friends - Cassini (ASP.NET
Webmatrix) works very well, but i can acces it only by "localhost" - from
Worldwide people see "Forbidden 403". So i'm searching for o... more >>
Set user agent header with webrequest
Posted by Jon Spivey at 11/20/2004 6:46:09 PM
Hi,
I'm using webrequest to scrape some urls, works fine, however one url seems
to be throwing an error when it doesn't recognise the user agent. So I need
to set the user agent to something like MSIE, I've tried these
WebRequest.Headers.Set("User-Agent", "Mozilla/4.0 (compatible; MSIE 6.0; ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Are ASP.NET Pages compiled>
Posted by Mark Fisher at 11/20/2004 4:35:37 PM
Hi all.
I have read in several places that ASP.NET pages are compiled the first time
they are run, and thefore run quicker the next time they are accessed. Is
this true? If so, what are they compliled to, ie, where is the compiled
file stored. I am playing around with some pages using We... more >>
newbie - stupid install question
Posted by Mark Oliver at 11/20/2004 2:33:29 PM
Hi,
i FPTed my files to my host ISP. Now i can browse to
www.mysite.com/WebForm1.aspx. The problem is that my ISP runs index.html
at www.mysite.com. If i delete index.html i get "HTTP Error 403 -
Forbidden" at www.mysite.com. How do i get www.mysite.com to display
WebForm1.aspx?
... more >>
Display SQL View In Webform?
Posted by Leon at 11/20/2004 2:30:30 PM
Is it possible to display a sql view from my ms sql 2000 database in my
webform?
... more >>
Validation occurs when trying to clear a form!?
Posted by Infidel at 11/20/2004 1:19:51 PM
Hi there,
Can anyone tell me how I can stop this from happening.
Basically, I'm using validation controls on a form which works great... but,
perhaps a little TOO great. When I click Clear... which is supposed to run
a function which empties all the fields and resets lists, etc... the
v... more >>
Execute JavaScript from Page_Load
Posted by Scott Natwick at 11/20/2004 12:49:28 PM
Is there a way to execute a JavaScript from the Page_Load event?
Or alternatively, is there a way to have it execute when the page is loaded?
I am defining the script in the Page_Load event and using the
RegisterStartupFunction to add it to the page. I just need a way to execute
the scrip... more >>
Set culture for a DLL (class library) referenced from web application
Posted by Ya Ya at 11/20/2004 12:48:02 PM
I am developing a DLL (class library) for a web application of mine.
In the web.config of the web application I have set: culture="en-GB"
uiCulture="en" in order that the date format will be dd/mm/yyyy.
I also changed the regional settings to that date format.
When I am using the Now() fu... more >>
Multiple user conrols on a web form
Posted by Sam Kuehn at 11/20/2004 12:46:26 PM
I have been stuck on this for some time and am desperate for a solution. I run into this all of the time! I will give a over simplified example to illustrate the problem. Say you have 2 user controls on a web form. One for inputing data (like a line item to an order) and one to display the detail... more >>
installation problem ASP.Net
Posted by Chris Liska at 11/20/2004 12:46:11 PM
Hi Grp!
I tried to install an ASP.Net-based application on our server platform.
Trying to call the startup-page gives the following error in the
application log:
Failed to execute request because the App-Domain could not be created.
Error: 0x8013150a
I tried some security configuration... more >>
Accessing an ADO Recordset or Record from ADO.NET
Posted by nita at 11/20/2004 12:11:03 PM
Hi,
I am trying to Accessing an ADO Recordset or Record from ADO.NET.
myDA.Fill(myDS, adoRS, "Employee")
the above statement generates the build error -
C:\Inetpub\wwwroot\comnet\ListEmployee.aspx.vb(46): Overload resolution
failed because no accessible 'Fill' accepts this number of argum... more >>
Dataset
Posted by Mike Moore at 11/20/2004 12:01:04 PM
Hi anyone,
I have now tried several times to find out the reason why my dataset from
time to time dissapears from my web forms (I have not deleted it). When this
happens and I try to drag a new instance to the web form using the IDE a
dialog show "Unspecified error". This applies to all forms ... more >>
newbie: css in every page in app
Posted by Martin Knott at 11/20/2004 11:52:18 AM
First, I hope I've posted in the right group.
So, to the problem.
I'm building an app and I want to use inheritance withthe pages so that
common elements are included at the base level. All goes well up to now,
the generic page adds the standard components (nav links and banner) and
the ... more >>
TextArea Length ???
Posted by Samir Patel at 11/20/2004 11:44:09 AM
Hi
I am using Textarea type.I want to set maximum length to the textarea.
I am using following code for the same,but it is not working,
<textarea name="txtDescription" cols=10 rows=3 axlength=50></textarea>
<asp:TextBox Font-Names="verdana" Runat="server" ID="tforumtext"
TextMode="MultiLine" ... more >>
Max Length Control Regular Expression
Posted by Mike Moore at 11/20/2004 11:43:01 AM
Is there any way that I can do a max and minmum length
check and use a regular expression for the validation?... more >>
Help - how to POST in XML format
Posted by tomerrec NO[at]SPAM hotmail.com at 11/20/2004 9:58:09 AM
Hi.
After I got some information from the user
I need to POST it in XML format to the server
NOT MY SERVER - a server at https://xxxx.xxx
and to reveive the response.
Please let me know how to do it.
THANKS !!!!!... more >>
HELP - how to POST in XML format
Posted by tomerrec NO[at]SPAM hotmail.com at 11/20/2004 9:56:04 AM
Hi.
After I got some information from the user
I need to POST it in XML format to the server
and to reveive the response.
Please let me know how to do it.
THANKS !!!!!... more >>
Insert <BR> using VS.NET designer
Posted by at 11/20/2004 8:35:13 AM
When you hit the Enter key in VS.NET, it assumes you want to use a
paragragh's "<P></P>" tags. It's a little annoying to go to the HTML view
whenever I need to change <P> to <BR> to get more control over text spacing.
Is there any way to just use "<BR>" by default? Is there a shortcut that ... more >>
Storing Datasets in Web Farms
Posted by kanones at 11/20/2004 7:39:04 AM
Hi
I have an expensive call to the database that returns a dataset and I need
to store this somewhere so that I do not make repeated calls to the database
for the same parameters. What is the best way to tdo this in a web farn
where the session state is not managed on a single server? Put... more >>
Page_Load fires twice with Mozilla
Posted by Ed at 11/20/2004 4:33:05 AM
Has anyone seen this one? I have a situation where code in my page_load event
is firing twice for mozilla firefox users. Everything is fine in IE6. I set
breakpoints and verified.
The second time the page_load fires in mozilla, I checked the IsPostback to
verify that it is still false.
What... more >>
Page event ordering
Posted by Chris Harris at 11/20/2004 1:53:02 AM
I guess this is more of an ASP.NET question than a MapPoint one. I have
managed to create some points on a Mappoint Web Service image using SQL
server and GDI+. Now I wish to create an imagemap for the points in the
wrapping web-page. To do this, I am caching the points created through the
M... more >>
what is MSPX extension?
Posted by Nish at 11/20/2004 1:01:49 AM
Hello,
What is mspx extension in the link below. I know ASPX for ASP.Net.
http://www.microsoft.com/athome/security/privacy/gamingonline.mspx
Thanks,
Nish
... more >>
Response from static method
Posted by Dave at 11/20/2004 12:47:59 AM
Hello.
I have a form which I'm going to use for displaying some messages, I will
pass in URL parameter message text and then assign it to some label.
But I want to write some static method which will receive text as parameter
and then response it to my message form.
But I can't use Response... more >>
|