all groups > asp.net > october 2007 > threads for friday october 12
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
Visual Studio file to Host Server
Posted by dancer at 10/12/2007 5:44:53 PM
Using Visual Studio 2003 - Is it possible to just copy the appropriate files
to my remote web host?
Right now, to create an asp.net file (only one file - no code behind), I
code in notepad and save as an .aspx file.
Then, (*don't laugh*) I import the file into my FrontPage web, then publis... more >>
Report Server Visual Studio
Posted by chairman at 10/12/2007 5:13:00 PM
I am trying to set up a Report Server to publish reports that I have created
in Visual Studio 2005. I have been able to get it up and running and I am
able to access reports via the web and set up another user. The other user
can log on and see the reports available but when he runs then it b... more >>
Using SWF/FLV/FLA files
Posted by David Lozzi at 10/12/2007 4:09:01 PM
Howdy,
I have a SWF file that was provided to me that plays an FLV file with a
player skin. On my server it works great with an HTML file. When I upload all
of the files to my customer's server and use it in an aspx file the object
boundaries load but no video. I'm using URL Rewriting on my... more >>
exception handling using enterprise library
Posted by at 10/12/2007 4:02:27 PM
I have an application that has a presentation later, business layer, and
data layer. All three projects have their own exception policy, the "UI
Policy", "BL Policy", "DL Policy", all of which will log the error in the
application event logs. When a database error occurs such as a missing
... more >>
using XmlDataSource and dumping all to screen
Posted by mazdotnet at 10/12/2007 3:46:57 PM
Hi all,
I have trying to test an XML file with a XSLT file. However, I don't
know how to dump the content (generate page to the screen). What
control do I need to bind to display the generate html page?
I just have
<asp:XmlDataSource ID="XmlDataSource1" runat="server" DataFile="~/
my.xml... more >>
ASP .NET 2.0 Unanswered questions...
Posted by Scott M. at 10/12/2007 2:23:22 PM
I've asked this before, but not gotten any clear answers, so I'd figure I'd
try again.
I am an experienced ASP .NET 1.1 developer and I understand the differences
between an ASP .NET 2.0 "Web Site" vs an ASP .NET 2.0 "Web Application"
(among other things, all compiled code placed in several... more >>
who used Cassini Web Server?
Posted by R.A.M. at 10/12/2007 12:54:17 PM
Hello,
I have problem with IIS 5.1 - it ceased to function. So I downloaded and
installed Cassini Web Server and uninstalled IIS in my Windows XP
Professional. The problem is that I cannot successfully run Cassini. I
entered application directory F:\Inetpub\wwwroot, server port 80, virtual
root... more >>
I need a Gantt Chart Control
Posted by Evan Camilleri at 10/12/2007 12:25:14 PM
Does anyone know of a good Gantt Chart which
1: shows week numbers
2: allows the user to interect with it (i.e. not just an image) and
3: is fully customizable from my application?
Evan
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Web parts and ASP.Net Futures July
Posted by JJ at 10/12/2007 11:56:09 AM
To overcome the issue regarding drag and drop web part capability in
Firefox, I am attempting to use the webpart and webpartmanager from the
Asp.net Futures. That is, the ones in the namespace
'Microsoft.Web.Preview.UI.Controls.WebParts'
However, when I attempt to do this, I lose all drage ... more >>
System.Diagnostics.Trace.WriteLine() skipped over
Posted by samueltilden NO[at]SPAM gmail.com at 10/12/2007 11:30:38 AM
I am writing one particular web app in ASP.NET 2.0 in debug mode.
Even when I step through the code, the IDE skips over every occurrence
of System.Diagnostics.Trace.WriteLine(), but honors
System.Diagnostics.Debug.WriteLine().
I have other web app's that run fine, Trace.WriteLine() actually
... more >>
window.open using onmouseover vs onclick
Posted by Nathan Sokalski at 10/12/2007 11:28:18 AM
I want to trigger a download using the onmouseover event. If I open the
browser window using the onmouseover or onclick event and window.open
method, it shows the Open/Save/Cancel dialog like I would expect and want.
However, when I click Open or Save when it was opened using onclick, it asks ... more >>
Export Grid View to Excel
Posted by bobby at 10/12/2007 9:36:00 AM
I have a Grid View and I want to expoet into Excel. I am using a hyperlink
to export the GridView intop Excel.
But when I click on link it just shows me java script. It doesn't open
Excel sheet. Here is my Code.
In HTML
<p><asp:HyperLink ID="HyperLink1" runat="server"
NavigateUrl... more >>
Distributed Clustered Cache Alternatives
Posted by adigunpalmer NO[at]SPAM gmail.com at 10/12/2007 9:34:36 AM
Synopsis: Need a .Net cache solution in which the cache can be
synchronized across multiple hosts on our server farm.
My company is investigating caching as a means to improve performance,
by reducing the database as a bottleneck. However due to constraints
imposed by our integration with busi... more >>
Conversion Problem
Posted by shapper at 10/12/2007 9:06:35 AM
Hi,
I am trying to fill a Generic.List(Of MyClass) with a dataset row
values taken from an MSSQL database:
For Each drPost As DataRow In dsPosts.Tables(0).Rows
Dim post As New Post
With post
.AverageRating = Convert.ToDouble(drPost("PostAverageRating"))
.IsPublished = Co... more >>
User name and password to activate buttons and hyperlinks on website
Posted by jonny at 10/12/2007 8:59:06 AM
I would like to add a password and user name to my website. If the
username and password is correct than activate the hyperlinks and
buttons.
Could you please share some code how how to achieve this? I have
several buttons and links on my home page and do not want it to be
active until the us... more >>
Image
Posted by shapper at 10/12/2007 7:02:56 AM
Hello,
I need to display a ranking using starts. 1 to 5.
Can I create a single star image and then create, at runtime, the
ranking image for each record using 1 to 5 stars?
How can I do this?
Thanks,
Miguel
... more >>
Does Master Pages improve the performance?
Posted by Kumar.A.P.P at 10/12/2007 6:27:01 AM
the existing code was, i had one page which used to dynamically call the
specific control at run time based on the login id(20 login ids).
in order to reduce the complexity of using switch case complexity on that
page, we have planned to use different pages for each login.
i have the optio... more >>
immediate window just showing {...}
Posted by rodchar at 10/12/2007 6:23:00 AM
hey all,
i'm the immediate window debugging my javascript and got the following:
?list
{...}
list is an array, can someone please tell me what do i do with this?
thanks,
rodchar... more >>
Closing a database connection
Posted by Jon at 10/12/2007 4:36:17 AM
Hello, in the below, would the connection on dbCommand be
automatically closed once the code has left the using statement or is
it better that I close it?
using (DbCommand dbComm = db.GetStoredProcCommand("Es"))
{
some code
}
thank you,
Jon
... more >>
forcing new page in Stringbuilder
Posted by Mike P at 10/12/2007 2:50:49 AM
I am creating a batch of invoices via the StringBuilder object and then
trying to print them all out, but I need to separate them so that they
all print on separate pages. Is there some HTML that I can use to force
a new page?
_sb.Append("<form id='form1' runat='server'>");
... more >>
Excel data mismatch
Posted by Kumar.A.P.P at 10/12/2007 12:02:02 AM
I am having a problem in reading the values from the excel sheet in ASP .Net.
I am using the following connection string to read values from rows from an
excel sheet into a dataset. One of the columns contains alpha-numeric values
i.e. ABCDE12345 When accessing the value of this cell it return... more >>
redeaing pdf file
Posted by akshar108 via DotNetMonster.com at 10/12/2007 12:00:00 AM
i want to read pdf file and extract file without any component in .net if it
is possible the please tell me
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/200710/1
... more >>
Any easy way to dynamically create a template field in GridView?
Posted by gnewsgroup at 10/12/2007 12:00:00 AM
I've been trying this these days, with no luck. I've read a couple of
articles about this, in which they both have a GridViewTemplate class
which has an InstantiateIn method. Neither of them seems to help
resolve my problem.
It does not seem to be hard to dynamically create a template using
... more >>
|