all groups > asp.net > october 2006 > threads for sunday october 29
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
How to publish documents on web page
Posted by Helpneeded at 10/29/2006 9:03:41 PM
On my web site, I want to display information about my company. I want
this info to come from a doc file or any other format, so that whenever
I change the contents of this file, the web site is automatically
updated.
Is there a "cool" way of doing this in asp.net or any other technology?
B... more >>
ViewState briefly showing
Posted by Amelyan at 10/29/2006 5:01:04 PM
A weird problem is happening every 1/500 times page is used. When page
posts back, it briefly shows ViewState in the browser just like it appears
when you do "view source", then shows the original contents of the page
before button on the page has been clicked.
This happens on Windows XP P... more >>
How to handle menu post back with master page?
Posted by tomix at 10/29/2006 12:27:02 PM
Hi,
I have a master page which contains a menu,i would like to handle post
back
In the content pages(MenuItemClick event)
I tried to do the following in the content page
BaseLayout master = this.Master as BaseLayout;
master.MainMenu.MenuItemClick += new
MenuEventHandler(MainMenu_Me... more >>
Refreshing SqlDataSource on page roundtrip?
Posted by Asaf at 10/29/2006 11:23:01 AM
Hi,
I have SqlDataSource control that makes a "select count" to show how many
rows there are in a Table and it is working fine on first page load.
The problem is that when I am inserting a new row to the database table at
the same ASPX page the rows count from the SqlDataSource remain the sa... more >>
Testing Emailpage not possible
Posted by Ruud Ortmans at 10/29/2006 11:09:01 AM
Hi,
I developed an "Contact Us" - page with VS 2005 and ASP.NET 2.0.
By clicking the send button the following code is executed:
Configuration config =
WebConfigurationManager.OpenWebConfiguration(Request.ApplicationPath);
MailMessage mailBericht = new
MailMessage(txtbxEmailadr... more >>
Server Application Unavailable
Posted by Ashutosh at 10/29/2006 8:44:34 AM
Hello All,
This might be seen as a common question from newbie. I am a newbie to
..NET Framework but I think my issue is very complicated. I have tried
to explain at best but if you have any more questions please dont
hesistate to ask.
I have an existing classic asp application (http://localhos... more >>
Creating new database 'Views' in Server Explorer
Posted by Seven at 10/29/2006 7:17:02 AM
Hi,
When I right-click the View Node of a database connection (in server
explorer), I only get the 2 choices: "Refresh" and "Properties".
Therefore I was wondering how can I set up Visual Studio to allow me to add
and setup new "Views" in a database? I don't know if it is something I need ... more >>
Question on Existing ASP.NET 2.0 Code
Posted by Anthony Bollinger at 10/29/2006 6:48:25 AM
I have taken over an existing ASP.NET project. The entire site is
functional and working. When I FTP into the site, I can see all of the
..aspx files, but cannot see any of the .aspx.vb files. Here is a header
from one of the files:
<%@ Page Language="vb" AutoEventWireup="false" Codebehi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Getting the physical path of network drive.
Posted by rony_16 at 10/29/2006 1:59:19 AM
Hi ,
I am writing a program that part of than program if to add a new
network drive to the user.
The adding part i know how to do (by win api "WNetAddConnection2A") but
i want to check first if this path (network path) exist of his
computer, if it does , what is the drive name.
to do this i ne... more >>
|