all groups > asp.net > october 2004 > threads for saturday october 16
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
HTTP 403 Forbidden Internet Explorer
Posted by ken.r at 10/16/2004 11:19:01 PM
Hi All
Just trying to set up SDK Quickstart Tutorials and got as far as installing
MSDE with the required paramaters ok. Have XP Pro with IIS running and Vis
Studio installed. Problem is when I click on the link to ASP.Net Quickstarts
I get the 403 error page at address http://localhost/qui... more >>
Datagrid ButtonColumn - LinkButton -- how to remove underline?
Posted by KatB at 10/16/2004 11:00:23 PM
Hi,
I'm building a datagrid with a column to show + or - signs for
expanding/collapsing child rows, etc. It works okay except since I'm
using a LinkButton column there is an underline below the
symbols...looks confusing. I tried applying a css style, but that
didn't take.
CType(dgCharge.... more >>
if request.querystring('Id") = ""
Posted by Guoqi Zheng at 10/16/2004 10:59:01 PM
On my application, I need to have different action based on the pass in
query string. When the query string is not presented, I try to use
If request.querystring("id") ="" THEN ......
This is what I did in trational asp, however if I did abov in ASP.NET, I
always got an error of "Object ref... more >>
Object ?
Posted by WJ at 10/16/2004 10:10:14 PM
I have a Database class that is responsible for performing DBIO to/from
Oracle RDBMS named "oraDBIOClass". It is c#. I have about 20 Asp.Net forms
(*.aspx) in my web site, their Url Links are located on a common launch pad
(graphic with hot spots), each calls different methods within the
ora... more >>
Problem with Dates
Posted by Paul Say at 10/16/2004 9:13:07 PM
I have a date stored in a database as a string in the format of dd/mm/yyyy
In my application this string is cast to a date as follows
myDate = ctype(stringDate,DateTime)
This works fine however when the date is 16/10/2003 for eg, on my machine
there is no problem but on another machine wher... more >>
I have this problem, pls help!
Posted by Paul Fi at 10/16/2004 6:20:26 PM
I have this page Index.aspx, page code shown below:
void Page_Load(object sender, EventArgs e) {
if (IsPostBack) {
if (this.drpTypeOfStock.SelectedIndex != 0)
Server.Transfer("SearchStockType.aspx");
}
//Connection Configuration
ConnToDB();
drpTypeOf... more >>
IsPostBack......possible?
Posted by TJ at 10/16/2004 5:47:09 PM
Hi,
There is one aspx web page that contains usercontrol.
In aspx page and usercontrol , there is each submit button...
Here is what I want...
I want to process something depending on each page's IsPostBack property...
For exmple....
when I click the submit button which is in usercontrol... more >>
Encrypt Password w/MD5
Posted by Jason Williard at 10/16/2004 5:18:15 PM
How would I encrypt a string using MD5?
--
Thank You,
Jason Williard
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ISAPIWorkerRequest library
Posted by spalding at 10/16/2004 4:40:04 PM
Hi
Does anyone know if there is any documentation the exists for the
following class;
System.Web.Hosting.ISAPIWorkerRequest
I need to manipulate the ISAPIWorkerRequest's fields directly but
cannot find any information on it.
--
spalding
--------------------------------------------------... more >>
Form state change
Posted by Anatoli Trifonov at 10/16/2004 4:15:20 PM
Hi.
This is probably easy but I can't find solution so far.
I have a web form with several text boxes.
System.Web.UI.WebControls.TextBox
One submit button
System.Web.UI.WebControls.Button
When button is clicked form submitts fine.
I need to know if used changed any of the textboxes wihtou... more >>
Context.ReWritePath Critical Bug
Posted by Oytun YILMAZ at 10/16/2004 3:56:20 PM
Hi I thing I have found a critical bug about ASP.NET ReWritePath Function
Here are the steps to reproduce:
I have a solution with this items:
"MasterPageWithoutUserControl.aspx"
"MasterPageWithUserControl.aspx"
"OrdinaryPage.aspx"
"OrdinaryWebControl.ascx"
in global asax I call rewr... more >>
Add an array to ViewState
Posted by geeksgk NO[at]SPAM yahoo.com at 10/16/2004 2:31:55 PM
Folks,
How to add an array to a ViewState in C#?
I'm doing the following and .net does not likes it.
ViewState["HeadingArray"] = HeadingArray;
where HeadingArray is a two dimensional array.
Any thoughts is really appreciated. thanks....
I also tried
ViewState["HeadingArray"] = ... more >>
Framework 1.1 - Service pack 1 - Post back problem
Posted by Sathish at 10/16/2004 2:17:07 PM
Hi,
We're using Windows 2003 server with .NET framework 1.1.
Recently installed Service Pack 1. After that our ASP.NET pages don't post
back when required field validators have been used.
We tried copying old WebUIValidation.js. We tried aspnet_regiis -c and
iisreset. Nothing seems to s... more >>
One new session for each request...
Posted by Bruno Piovan at 10/16/2004 1:33:45 PM
Hi,
I'm having problems with my site, the Session_Start event is fired every
time the user makes a new request, it happened with 2 users up to now, so
its not a common behavior.....
does anyone know whats the problem??
thanks,
Bruno
... more >>
Beta Readers Wanted - Whidbey C# - (O'Reilly Author)
Posted by Jesse Liberty at 10/16/2004 1:12:50 PM
This is a one time request for beta-readers for a new book I'm working on.
*************
I'm writing a new book on Visual C# 2.0 - target audience is C# 1.x
programmers looking to move up to 2.0 (code-name Whidbey).
The ideal candidates have been programming in Visual C# 1.x for a while, ... more >>
datagrid template columns and customvalidation
Posted by rodchar at 10/16/2004 12:57:04 PM
hey all,
I'm not sure if this is even possible but here goes:
if i put a CustomValidator control in my EditItem template column how do i
get to it? Or how and where do i write my custom code for the
customvalidation control?
thanks,
rodchar... more >>
Sharing an access database
Posted by et at 10/16/2004 12:41:44 PM
I have an aspnet program that uses an Access database -- I won't go into why
I'm using Access -- and can't get it to run in share mode.
If I have opened the website, and I try to edit the database, I get a
message saying the database is in read only because it's being used
elsewhere. Even if ... more >>
XMLSerializer and Parametersless Constructors
Posted by faultynode NO[at]SPAM cox.net at 10/16/2004 12:23:34 PM
I have an ASP.NET custom control that has to serialize the following
class in order to save it to view state. If I leave out the
parameterless constructor I get:
System.IO.FileNotFoundException: File or assembly name luasprru.dll,
or one of its dependencies, was not found.
It works if I inc... more >>
mouse rollover row on datagrid
Posted by Brian Henry at 10/16/2004 12:14:35 PM
I have a data grid with data, which each row will tie to a link to open that
row in a seperate window of data for it, the data grid has multiple columns.
I want it so when a mouse rolls over a row, the entire row (all columns) are
displayed in a background color. I have figured out how to do i... more >>
Classic ASP to ASP.Net migration question
Posted by Gary Morris at 10/16/2004 12:01:38 PM
Hello all,
I know this is probably fairly easy, but I want to find out the
BEST way to do it. We're in the process of upgrading from
ASP to ASP.Net. The first project on the list is the login pages,
and they have already been converted to .Net. The pages from
which login.aspx is linked a... more >>
WHOIS to verify if a domain is free or not
Posted by NGLurker at 10/16/2004 11:42:10 AM
Hi all. I'm trying to deveolp a whois function to verify if a domain is free
or not.
At the moment I use this code:
**********************************************************************
<% @Page Language="C#" %>
<% @Import Namespace="System.Net.Sockets" %>
<% @Import Namespace="System.Text... more >>
SQL Image In a DataGrid
Posted by Nate K at 10/16/2004 10:30:12 AM
I want to take an image stored in a SQL server and display it in a
Datagrid. I think this can be done by registering an event in the
binding that when it receives binary image data is sends it to an image
tag on the Datagrid template. Any other ideas? Code that does it?
Thanks, Nate... more >>
Javascript question . . .
Posted by John at 10/16/2004 10:24:45 AM
Hi all,
I'm storing the client ID of an element in a hidden field on the client. How
can I use this hidden field to get the object and then change it's value?
Regards
John.
... more >>
Dynamic Events Question
Posted by Bishop at 10/16/2004 10:18:27 AM
Below is the code I'm using. It works as designed but now I want to
determine which of the ten buttons was clicked. Any help on how to do this
is appreciated.
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim x As Int16
... more >>
How to send info to client but continue server processing ??
Posted by Chris at 10/16/2004 8:19:05 AM
Hi,
how can I send information that is in the Response.OutputStream to the
client but continue server processing without having to close the page , or
without having to Reponse.End() the application ?
I tried Response.OutputStream.Flush(); but it doesn't seem to work, only
when I follow it wi... more >>
Wierd situation: <ASP_SMARTNAV_RDIR url="/deco/Default.aspx">
Posted by VB Programmer at 10/16/2004 7:18:11 AM
When I run my asp.net app locally it runs perfectly. I upload it to another
server it runs perfectly.
I upload it to a 2nd server and the 1st page (Default.aspx) comes up fine.
I then navigate to the 2nd page. When I click on a button (which does a db
delete then a response.redirect to De... more >>
page not found
Posted by ypul at 10/16/2004 7:08:49 AM
on my local server i am getting ".net error" of "page not found "
but on my hosting server I am not getting .net error ...I am getting the
normal page not found error
what could be the reason ?
is it that the hosting service has redirected the page and before it reaches
"isapi" or .net frame... more >>
adding subnodes to a tree recursively
Posted by Dan Nash at 10/16/2004 5:45:05 AM
Hi peeps..
Im using the TreeView control from IE COntrols to create a directory
structure, and trying to do it recursively.
The code works, but my question is simply how can I make the subdirs appear
as leaves in the Tree, rather than as new branches?
Here's the code..
private void R... more >>
Refersh problem
Posted by bhavik at 10/16/2004 4:45:03 AM
hi
i have one aspx page on which i have one button
in code behind i wrote a code for inserting a record.
if i clicik on button it inserts a record
ok ite fine
but the problem is that if i refresh the page
it will go again into button_click event and add the same record again
why so. ?
... more >>
web server is not running ASP.net version 1.1
Posted by Venkat at 10/16/2004 3:05:03 AM
I just installed Visual Studio.Net 2003 and that is supposed to add that
asp.net 1.1 extension. I got an error message while opening ASP.NET
project.Error is :
"visual studio.net has detected that the specified web server is not running
ASP.net version 1.1. You will be unable to run asp.net... more >>
How to hide a column from datagrid.
Posted by sivaraman.S at 10/16/2004 2:05:04 AM
Hi friends,
How to hide a column in datagrid.
regards,
Sivaraman.S... more >>
DataGrid Column Make Invisible
Posted by Michael Chong at 10/16/2004 1:40:13 AM
Hi,
How can I make a column in Datagrid invisible programmatically during
run-time? I did try the following but doesn't work.
DataGridLedger.DataSource = myDataSet
DataGridLedger.DataMember = "ParentTable"
DataGridLedger.DataBind()
DataGridLedger.Visible = ... more >>
|