all groups > asp.net > august 2006 > threads for sunday august 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 31
Custom menus, etc based on site login
Posted by John Baima at 8/20/2006 11:28:30 PM
I know that I've seen an example of custom menus and user interface
based on a login ID, but I cannot find it and it would be useful to
me. Is there a faq where I should have seen that? Thanks for any help.
-John... more >>
Deleting a directory in the web root terminates all sessions
Posted by Laurent Bugnion at 8/20/2006 10:17:42 PM
Hi,
I observed a behaviour which I don't remember having observed in ASP.NET
1.1. Does anyone have information about this?
1) Start a few sessions in the same web application
2) Delete a directory located under the root folder
3) All open sessions are terminated, and Application_End is exe... more >>
how to get/set textbox values client side document.getElementByID
Posted by Andre Ranieri at 8/20/2006 10:10:01 PM
Hello,
I'm trying to set up an ASP.NET 2.0 form where the user enters values in
WebControls.TextBoxes for amount owing, interest and late fees and a
JavaScript function totals the three values and sets the value of a label
(lblTotal) to the sum of the three textbox values. The form is in ... more >>
How and why to save ViewState in a session object
Posted by AAOMTim at 8/20/2006 8:53:01 PM
I have a large ViewState and I've heard I can save the ViewState in a sesison
object. What are the advantages of doing so and how do I do it? I've been
told that I am gettign DNS timeouts because of the ViewState being too large.
I'm trying to avoid writing manual paging routines for now.
... more >>
Add TextBox to GridView
Posted by Gabriel at 8/20/2006 7:11:17 PM
Hello,
Is there a way to add a Textbox to a GridView ? I'd like one TextBox by
record.
Thanks,
... more >>
Help me Please.
Posted by Mickyd1561 NO[at]SPAM aol.com at 8/20/2006 6:30:46 PM
Hey everyone I'm new to this groups thing and thought maybe someone can
help me.
My problem is that I can't view specific images on only one website.
www.baseballu.net is my baseball team's website and after I click
"photo albums" on the left of the screen and then click "2006 Baseball
U S... more >>
neat javascript?? vsnet2k3
Posted by rodchar at 8/20/2006 3:32:01 PM
hey all,
is there a neater way to write the following javascript code? Basically
there just 3 controls on my webform a button,checkbox,radio button. if you
check the checkbox it just enables the radiobutton. the button is just there
for postback testing.
<script type="text/javascript">... more >>
Debugging problem
Posted by Roshawn Dawson at 8/20/2006 3:25:32 PM
Hi,
I'm attempting to debug an ASP.NET application on my local machine. When I press F5 and run the
application, Internet Explorer opens but doesn't display the web page (just a blank page). However,
right-clicking the page and selecting View Source reveals that the html code is actually de... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
testwebsite which shows all get/post data send by an app
Posted by Thomas Eichner at 8/20/2006 2:22:27 PM
Hi,
does anybody know a public website which offers a service that displays all data send by a browser (or an app calling the website),
especially HTTP GET and POST data, browser data etc.?
I have a hard time finding what really my app is sending and this would be a great help!
Thank you v... more >>
application set up project
Posted by Liming at 8/20/2006 1:52:45 PM
Hi,
We have a web application and we want to create a few setup .aspx pages
for users to configure setup parameters and then we would take cares of
updating web.config connection string, setup database/tables/store
procedures.
I'm wondering what is the best way to do this?
I know for the... more >>
ActiveStepChanged Event out of order?
Posted by Bill Cohagan at 8/20/2006 1:44:08 PM
While trying to debug some page logic I discovered that the
ActiveStepChanged Event seems to fire out of order when a page is first
loaded; i.e., a non postback page load. This is an event on a Wizard
control. My wizard is set up with the ActiveStepIndex initialized to 0 (on
the control). W... more >>
a real newbie question
Posted by keithb at 8/20/2006 1:32:21 PM
When I publish my asp.net version 2.0 web site, the published files get
saved to a folder under My Documents. Now that those files exist, how do I
run them? Can I just copy them to the web server?
Thanks,
Keith
... more >>
Server Error in '/' Application - W2003
Posted by Fred Flintstone at 8/20/2006 1:11:13 PM
I've been through everything with this. I have a W2003 server with
VS.Net 2005 installed. Any web site I try to create gives me this
error:
Server Error in '/' Application
It then tells me to check the web.config.
- There IS a web.config with Custom Errors set to "Off"
- There is no ot... more >>
web.config & global.asax?
Posted by Arpan at 8/20/2006 12:51:16 PM
Can someone please tell me what are the differences between the
web.config file & the global.asax file?
Thanks,
Arpan
... more >>
ASP PlaceHolder control
Posted by studio60podcast NO[at]SPAM gmail.com at 8/20/2006 12:25:49 PM
I have an ASP:Placeholder and I'm trying to populate with Label
controls from the code behind after a button click, essentially
creating a list of selections. But each time I click the button, it's
replacing the label in the placeholder rather than appending to it.
Is this the way the Placeho... more >>
Server Error in '/' Application
Posted by Fred Flintstone at 8/20/2006 11:34:02 AM
I really hate this error.
I have an asp.net web application that reports the error:
Server Error in '/' Application.
And then proceeds to tell me to turn custom errors off. It is off.
And the application folder is defined as an application. The error
message says I can see the real mess... more >>
Updating 2 Tables at once
Posted by MRW at 8/20/2006 10:56:08 AM
Quick question for anybody who can help:
I have two tables:
tblUsers
--------
UserID
Name
tblPhones
---------
PhoneID
UserID
PhoneNumber
If I'm collecting the name and the phone numbers (can be multiple
numbers) in one form, what's the best way of placing it in the
database? Th... more >>
ASP.NET Object Disposal
Posted by mukulprabhu NO[at]SPAM gmail.com at 8/20/2006 10:06:56 AM
Hello there,
Is it compulsory that the component objects created in code behind
should be disposed explicitly.
For eg.
first.cs
index.aspx.cs
-----------------------------------------------------
-----------------------------------------------------
Class first ... more >>
Simple dropdownlist question
Posted by Schemer at 8/20/2006 9:34:17 AM
Hello,
I have this control:
<asp:DropDownList id="cmbDivisions"
OnSelectedIndexChanged="setDefault('cmbDivisions');" cssclass="size8"
runat="server"/>
When I try to build the page in VisStudio2005, I get this error:
'setDefault' is not a member of 'ASP.index_aspx
setDefault is defined... more >>
HTTP Handler not executed
Posted by wwwmike NO[at]SPAM gmx.ch at 8/20/2006 9:02:38 AM
Hello everybody.
I developed a simple HTTP Handler on my local machine WIN XP and the
Handler get called. Everyting worked fine
However, when I moved sources to my hosting provider the HTTP Handler
did not work anymore. This time I just got an error message. "HTTP 404
- File not found"
... more >>
\r\n
Posted by Oren at 8/20/2006 6:59:01 AM
hi,
the code below isn't working...
tblcel.Attributes.Add("onclick", "var frm=window.open('page1.aspx?abc=" +
"\r\nzzzaaa" +
"','_form1_','width=200,height=200,top=0,left=0,location=0, resizable=0,
scrollbars=0');frm.focus();");
without the "\r\n" it's working fine ? any idea why ... more >>
WEB config file deployment
Posted by SalamElias at 8/20/2006 3:06:02 AM
Hi, I am confornted with a problem regarding web.config file. I have 4
environements (Dev, Test, staging and production). The IT people need
wgenever a new MSI delivered to have the right environment keys in there
sections and not the dev machines web config. What I mean by that I don't
want... more >>
simple question
Posted by Oren at 8/20/2006 2:55:01 AM
hi,
string s = Convert.ToString(null);
why the 'Convert' class do not return "" ?
how can it work ?... more >>
Event handler never called.
Posted by glenwilkin at 8/20/2006 1:14:54 AM
The code below works, except the lButton_Click event handler is never called
when any of the ImageButtons are clicked. I've done this loads of times in
2003, what am I doing wrong in 2005?
ImageMaker.aspx is just a WebForm that BinaryWrites the applicable Image as a
byte[].
[code]
protected ... more >>
How to get the IP of Server and client?
Posted by ad at 8/20/2006 12:00:00 AM
Hi,
I am use VS2005 to develop Web application.
How can I get the server's and client's IP with program?
... more >>
Force a changed event from a child window ?
Posted by Adrian Parker at 8/20/2006 12:00:00 AM
We have a date control (textbox) that opens up a popup calendar window, how,
when that calendar returns with the selected value can I cause the changed
event to fire on the date control ?
--
Adrian Parker
Ingenuity At Work Ltd
... more >>
|