Sandcastle XML documentation
(1 messages)
Date: Thu, 2 Aug 2007 21:27:03 +0100
I am using the website project for my site. How do I compile and output an
XML comments file. I have tried to publish the file to a folder C:/sand and
specify a compiler option in my web.config
compilerOptions="/doc:c:\sand\app_code ...
|
Formview and external data
(2 messages)
Date: Thu, 2 Aug 2007 15:23:30 -0500
I am having trouble figuring out how to include Hidden Field or a TextBox
value when I am editing in the FormView Edit Item Template into the Update
Query. They are both located in the EditItemTemplate of the Formview. The ...
|
youtube like video?
(13 messages)
Date: Thu, 2 Aug 2007 23:08:38 +0300
how can i develop a youtube like website.. the thing i want to know is how
to protect the video by converting ot to flash?
...
|
Input type Submit?
(2 messages)
Date: Thu, 2 Aug 2007 14:07:44 -0600
What's the equivalent in asp.net for the old "form method=post" using the
submit. I want to redirect to another page with parameters, but I don't
want the parameters to be displayed in the url. So I want to pass
ClientName ...
|
Global Database connection
(3 messages)
Date: Thu, 2 Aug 2007 14:17:11 -0500
Hi,
I am trying to make a web application using C#. I need to access database in
every webpage and for that I have created new database connection each time.
This is not an efficient way at all.
Is it possible to have ...
|
Drop down list in gridview header dynamically
(3 messages)
Date: Thu, 02 Aug 2007 18:22:26 -0000
I'm trying to add a drop down list to a gridview header. The number of
columns can change so it has to be done in the code behind (the .cs
file). Please help me with this.
...
|
call javascrip from master page's content
(2 messages)
Date: Thu, 2 Aug 2007 19:03:00 +0100
How to call javascript in a asp.net master's content page, i tried something
like this but it's not working.
<%@ Page Language="C#" MasterPageFile="~/Default.master"
AutoEventWireup="true" CodeBehind="RegisterUser.aspx ...
|
about sending smtp mail
(2 messages)
Date: Thu, 02 Aug 2007 17:54:26 -0000
i have a web project that sending a mail is a necessary work
but i have an error
this is my page
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web ...
|
Problem with IIS/ASPNET Versioning on two servers
(2 messages)
Date: Thu, 2 Aug 2007 10:08:04 -0700
I have a web application that was originally in VS2003 which was recently
converted to VS2005. It uses a 3rd party control OPControl (from omnipotent
software), which has its own web-site that you install on the server ...
|
accessing folder on remote server from asp.net page (impersonation question)
(1 messages)
Date: Thu, 02 Aug 2007 09:31:57 -0700
I have a .NET 2.0 web app that needs to access the file server.
Obviously, the local ASPNET account on the web server does not have
any permissions on the file server. Therefore, I turned on
impersonation in the web.config ...
|
|
Closing of OleDbConnection and OleDbDataReader. Is there a better way?
(2 messages)
Date: Thu, 02 Aug 2007 09:11:19 -0700
I am performing the same recordset multiple times, just passing
different parameters each time. Is there a way to do this more
efficiently without having to close and re-open the connection and
reader? I thought there might ...
|
GetWebResourceUrl not working
(3 messages)
Date: Thu, 02 Aug 2007 09:10:49 -0700
Can anyone tell me why this is not working ?
I have an aspx page with the following definition,
<asp:ImageButton ID="MenuBtnOpen" ImageUrl='<%#
Page.ClientScript.GetWebResourceUrl(typeof(WebResources.Resource),
"A ...
|
javascript referencing items within a Repeater?
(3 messages)
Date: Thu, 02 Aug 2007 08:52:39 -0700
Yesterday, I posted a question dealing with an issue of trying to
reference (from javascript on the client side) an item within a
Repeater. My code was hard-coded to use the actual ClientId, but
someone admonished me, stating ...
|
problem with updating table
(1 messages)
Date: Thu, 2 Aug 2007 17:14:08 +0200
Hi,
i try to update field 'name' (nvarchar(5) in sql server) of table 'mytable'.
This happens in event DetailsView1_ItemUpdating with my own code.
It works without parameters (i know, bad way) like this:
SqlDataSource1 ...
|
How to expand/collapse rows in a gridview?
(1 messages)
Date: Thu, 02 Aug 2007 14:54:14 -0000
I am interested in implementing expandable/collapsable rows like
what's shown in the following snapshot, which is from american express
http://farm2.static.flickr.com/1228/986300794_cdba62dfb8_o.png
I searched this group ...
|
Re: reorder columns in a gridview
(1 messages)
Date: Thu, 2 Aug 2007 08:06:35 -0600
Changing the order of the sql statement won't work. These columns that I
want to reorder are added after data is retrieved from sql. Depending on
what the user wants to do, they may be adding columns to the gridview after ...
|
ASP.NET AJAX / scriptmanager problem
(3 messages)
Date: Thu, 02 Aug 2007 07:05:23 -0700
Hi,
I've been given the job of "Ajaxifying" an existing application. If I
create a new test page in the application, Ajax works fine. However
when I add a scriptmanager and updatepanel to an existing page, it
doesn't work ...
|
Webparts app running always in design mode: Any performance hit?
(2 messages)
Date: Thu, 02 Aug 2007 06:45:14 -0700
We would like to have sections on our ASP .NET 2.0 application that
can be moved around while the user is using it. There is only a header
which can be brought down and made the footer, and there are the left
nav and center ...
|
problem with date
(7 messages)
Date: Thu, 2 Aug 2007 14:13:08 +0200
Hi,
i have an application which works with date.
The regional settings of the computer (XP prof. dutch version) are set to
French (Belgium).
Asp.net and Sql server take the short date format of the regional settings
(e ...
|
using a xml data source for crystal reports
(2 messages)
Date: Thu, 02 Aug 2007 12:12:44 -0000
Hi,
I am developping a winform application using C# .Net 2.0 and I have to
make crystal reports.
I use an XML file as a datasource. Do I have touse a dataset to build
my report or is it
possible to use the XML file directly ...
|