all groups > asp.net > may 2005 > threads for sunday may 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
Parser Error Message: Exception in configuration section handler.
Posted by Ramanfromoz NO[at]SPAM gmail.com at 5/15/2005 11:58:31 PM
Hi,
Developing a new we application. Everything okay on my local WIN XP
PROFESSIONAL, IIS 5.0 running locally. The website is running smoothly.
Now, the same code I am copying over to a WINDOWS 2003 SERVER, I
created a new website, allocated port number 6000. Created a release
version on my... more >>
Toolbar control error
Posted by TJS at 5/15/2005 11:50:34 PM
This throws Parser Error Message: Unknown server tag 'ie:Toolbar'.
what's missing ?
=====================================================
<%@ Control Language="vb" %>
<% Import Namespace="Microsoft.web.UI.Webcontrols" %>
<% register TagPrefix="ie" Namespace="Microsoft.web.UI.Webcontrols"
As... more >>
Authorization for file upload via an external application
Posted by Stanislav Simicek at 5/15/2005 11:45:04 PM
Hello,
I would like to ask for any ideas how to do user authorization for file
upload which is done via an external application (not HtmlInputFile control).
I have an asp.net web site which uses Forms authentication to protect
pages in "members area". I've also created an application (... more >>
Mail merge in ASP.Net
Posted by Danny Ni at 5/15/2005 11:05:29 PM
Hi,
Is there a way to do MS Word mail merge using ASP.Net and present the result
in browser?
TIA
... more >>
CreateDirectory on a Shared Server ISP
Posted by Dan Lorenz at 5/15/2005 11:00:01 PM
When trying to use the function CreateDirectory on my local machine
everything works fine but when I upload the page to my webhost I get an issue
that it can't find path on D:\, though D:\ is what my website is found on.
This is an H-SPHERE web cluster host.
From my research I found that t... more >>
URl rewrite and relative paths
Posted by Paul Hatcher at 5/15/2005 10:46:38 PM
Sorry to post this again - I didn't use my MSDN alias previously...
I'm using a url rewriting mechanism to make my site's urls more
search-engine/user-friendly, so we have http://www.mysite.com/links/1023.apx
which is actually internally mapped to
http://www.mysite.com/links.aspx?link=1023.... more >>
UrlReferer
Posted by Daniel Groh at 5/15/2005 10:17:30 PM
Hi, I'm trying this line:
if(Request.ServerVariables["HTTP_REFERER"]!="AddUser.aspx")
{
Response.Redirect("AddUser.aspx");
}
But it's not working...I tryed also Request.UrlReferer and didn't work too!
Does someone has examples ?
... more >>
How to add a default value?
Posted by Shapper at 5/15/2005 9:50:12 PM
Hello,
I work with Web Matrix and I created a DataSet which SQL Query uses the
parameter Code in the URL:
....
Dim dbParam_message_code As System.Data.IDataParameter = New
System.Data.OleDb.OleDbParameter
dbParam_message_code.ParameterName = "@message_code"
dbParam_message_code.Value = ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Limiting User Clicks
Posted by Elroyskimms at 5/15/2005 9:16:16 PM
This may sound like a stupid question. Perhaps there is a simple answer
that I am overlooking.
I need some method of preventing the user from clicking the submit
button multiple times that is supported across various browser
platforms. I've tried everything I can think short of a wi-fi enabled... more >>
How to bulid a site on each Web Form associated with a DLL?
Posted by RC at 5/15/2005 5:22:29 PM
Hi,
I am newbie on ASP.NET and VS.NET
I want to build a site with multiple dll of code-behind code for each web
form.
As I know each project build in VS.NET....all code-behind codes will be
compiled as 1 DLL file only. How to build individual DLL file for a web
form?
Thanks
RC
... more >>
problem using repeater
Posted by dinesh at 5/15/2005 5:12:02 PM
When I try to display the result of an sql query into a repeater, I get no
data. I've tried the query in the analyzer and it works fine. I get no errors
from VS. Note for testing purposes the query parameter is now hardcoded.
Imports System.Data.SqlClient
Imports System.Drawing
Imports ... more >>
Remove Titled Background
Posted by Microsoft at 5/15/2005 4:02:31 PM
I cannot stop the back ground image from titling, even though I set the =
bgproperties=3Dfixed. Am I missing something?
TIA,
Steve... more >>
Using a RegEx as a "variable" WITHIN an array?
Posted by Friday at 5/15/2005 2:48:13 PM
Being an Old L.A.M.P guy, I beg you to please excuse my ignorance of
dot.net (and all things Windows, for that matter).
As part of an experiment (to learn enough ASP/VB.net to port a series
of existing PHP scripts of mine to work on IIS), I have created the
following simple function to compa... more >>
What are the downsides of using frames? tx, eom
Posted by Dee at 5/15/2005 2:29:01 PM
HttpWebRequest on GoDaddy Problem
Posted by d2005\\ at 5/15/2005 2:25:59 PM
I have a site hosted on GoDaddy's shared platorm.
I am trying to read XML from the yahoo RSS feed using the
HttpWebRequest.GetResponse method and am getting a "401 access denied"
exception.
I have seen posts here before that indicate GoDaddy needs to provide a proxy
to allow this to work... more >>
How to use Regular DLL in ASP page
Posted by MP MP via .NET 247 at 5/15/2005 4:53:51 AM
(Type your message here)
Hello
Can any1 tell me how to use a regular DLL ( Not a Com DLL ) Which we dont need to Registered.
I have 1 Dll Where I have written some functions as _stdCall . and I am able to use it in a VB application
public declare function...
but I dont knw how to use thi... more >>
SelectedIndex in DropDownList....Please help, this is driving me crazy.....
Posted by Joe Blanchard via .NET 247 at 5/15/2005 4:53:17 AM
Hello,
Can someone please help me. I thought this would be simple but so far nothing I try works.....
I've got a simple update page. On this page I have a datalist bound by data from a SQL Server table. I used the standard:
MyDataList.DataSource = objDS
MyDataList.DataBind()
inside a su... more >>
Urgent-How to access image from the server folder
Posted by Manish Songar via .NET 247 at 5/15/2005 4:51:40 AM
I am using asp.net. I am not storing image in sql server.I store all
the image in one folder. I want to access image from that folder to my
client machine. Images folder (\Orchid_Image) store in the same place
into the application root (server machine) like
c:\inetpub\wwwroot\OrchidDB\Orchid... more >>
storing Request.SerVariables["ALL_HTTP"] in sql...?
Posted by dhnriverside at 5/15/2005 4:12:02 AM
Hi
I'm trying to store the results of a
Request.ServerVariables["ALL_HTTP"].ToString() in my database.
What format does the field need to be? I've got it an ntext[16] but asp.net
is giving me a "string data will be truncated" message.
Cheeers
Dan... more >>
storage/security concerns for a music download service
Posted by dhnriverside at 5/15/2005 2:19:01 AM
Mornin peeps.
We're in the process of creating a legal music downloading service. Fairly
simple. People can either buy 1 track or a number of "credits" to buy several
tracks.
My concern is how do we secure the actual MP3 files on the server, to make
sure people pay for them before down... more >>
|