all groups > asp.net > january 2006 > threads for friday january 6
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
Using RSS
Posted by jack at 1/6/2006 10:45:08 PM
hi all im trying to use RSS Feed in my project which is an in house
project
im trying to use Rss im this but im not able to guess how to do this
well i tried some of the things but not able to make it like for
example for using Rss we need to use Rss.dll im not able to find this
dll
can this b... more >>
Why Publish take so long?
Posted by VB Programmer at 1/6/2006 9:27:48 PM
My ASP.NET 2.0 site takes about 10 min to publish to my webserver. There's
only 3 ASPX pages, VERY MINIMAL code (< 100 lines) and I'm not using any
membership stuff etc... (even though the ASPNETDB.MDF is over 10MB) Any
ideas how I can speed up the process, or better yet, JUST copy over cert... more >>
Books on ASP.net 2.0
Posted by _D at 1/6/2006 9:21:43 PM
I'd like to find out if Dino Esposito's new "Programming Microsoft
ASP.NET 2.0 Core Reference" is similar to his older "Programming
Microsoft ASP.NET."
Also, same question re Jesse Liberty's 3rd edition vs 2nd ed.
If you know of other books that lend to a good intuitive base
knowledge of A... more >>
compiling and building VS2005 webprojet for framework 1.1
Posted by Ajay at 1/6/2006 7:20:26 PM
Can I build web projects from VS 2005 to target framework 1.1? If yes,
is it possible to do this using aspnet_compiler so I can invoke it from
msbuild scripts?
Thanks.
... more >>
Treeview with three columns
Posted by Koen Hakvoort at 1/6/2006 6:12:00 PM
Hello,
In order to create a message board like this one
http://www.prikpagina.nl/read.php?f=18&i=168071&t=168071 I've build a
custom treeview with three colums, derived from the asp.net 2.0 treenode
of the treeview web control. The three node-columns are filled
programmatically. It's ... more >>
2.0 binding ObjectDataSource to Dataset
Posted by GaryDean at 1/6/2006 5:56:46 PM
I want to start out my question on a new thread.....
Create a new web app in vs 2005.
Add a dataset that has a 'Select Lastname from Employees' on the northwind
database to the App_Code folder
This generates a dataset1.xsd and a dataset1.xss file
Now, I want to connect that dataset to an O... more >>
Output a Grid (Table) from a Collection?
Posted by Spam Catcher at 1/6/2006 5:01:11 PM
Hi all,
Save I have a collection/arraylist, etc of 15, 20, 30 items. Does anyone
have some neat code to output it into an abitrary grid table (i.e. 3x3,
4x4, 6x6, etc)?
I know this is pretty trival to write - but I feel lazy today (plus I want
to see what others have come up with).
Th... more >>
Apply new MasterPage to an existing page
Posted by Carlos at 1/6/2006 4:42:02 PM
I have 3 asp.net pages in a project created later, now I have created a
Master Page so my question is how can I tell it to apply the new master
pages to existing pages ?
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
2.0 Custom Membership Provider!
Posted by Adam J Knight at 1/6/2006 4:31:30 PM
Hi all,
I am in the process of creating a custom membership provider (ASP.NET 2.0):
Currently I am inheriting from MembershipProvider which isn't a problem.
However, the membership.CreateUser() methods signature doesn't seem
relevant to my implementation.
For example, i will be needing... more >>
ASP.NET 2.0 with SQL Server 2000
Posted by Eeraj at 1/6/2006 3:22:02 PM
Is it possible to use ASP.NET 2.0 features like membership and
personalization with SQL Server 2000 or does it require SQL Server 2005?... more >>
Accessing GAC classes from a WebService?
Posted by Michael Bray at 1/6/2006 3:20:05 PM
I have a webservice that I want to utilize a class from a DLL that is
stored in the GAC. I can add a reference to the dll, but when I try to use
the 'using <namespace>' in the codebehind for the webservice, it doesn't
appear. It DOES appear on ASPX pages in the same project. How can I
uti... more >>
Book Recommendation
Posted by ted at 1/6/2006 3:10:40 PM
Hi,
I have been programming for about 5 years mainly on client apps that are
standalone and n-tier. I have very little experience with web development.
I need a recommendation on a book that will get me up to speed on ASP.Net
2.0 with my experience. Any suggestions?
Thanks
... more >>
How to embed xsl-stylesheets in resx-files?
Posted by Andreas Zita at 1/6/2006 2:29:24 PM
Hi
I have a 2.0-app which contains some xsl-files. I would like to embed these
files in the deployed sites assembly. Previously I would mark the files as
embedded resource and then retrieve them when needed using:
Assembly assembly = Assembly.GetExecutingAssembly();
XmlTextReader re... more >>
ObjectDataSource & GridView for variable length input lists
Posted by John_H at 1/6/2006 2:27:04 PM
Re: ASP.NET 2.0
I would like suggestions or code examples on how to collect a variable
length list of input data (item# & item quantity specifically).
I thought that I could accomplish this using a GridView that has ViewState
enabled, an ObjectDataSource to process the submitted list, textbo... more >>
.NET controls rendering
Posted by Vi at 1/6/2006 1:25:02 PM
Hi,
A question I always had: is ASP.NET smart enough to render the appropriate
HTML tags, JScript code and meta tags based on the client browser? I'm
referring to HTML code generated by ASP.NET Web Controls and by various .NET
classes.
Thank you... more >>
Moving an XML node up or Down
Posted by Ben at 1/6/2006 12:49:03 PM
Hi,
Can anyone tell me how to move a node up or down in an xml document? For
example:
<root>
<field name="1"/>
<field name="2"/>
<field name="3"/>
</root>
I would like to move the field node name="3" up one position.
TIA
Ben
... more >>
New to ASP.NET 2.0
Posted by Newbie at 1/6/2006 12:45:58 PM
Hi all,
I used to develop my web application using ASP classic and ASP.NET 1.1. And
with the advent of ASP.NET 2.0, I'm now building my first ASP.NET 2.0 web
application using VWD on XP Pro SP2 with SQL Server as my DB backend. I got
several questions here:
- How to set up IIS to use with ... more >>
serialized binary files vs Sql Server Performance..
Posted by Fabuloussites at 1/6/2006 12:30:02 PM
I'm considering deploying an application that will us an IP address locaiton
database provided by Ip2location.com...
http://www.ip2location.net/ip2location-dotnet-component.aspx
their .net component reads data from a binary file. I'm guess i'm wondering
which of the two options would be b... more >>
embedded resource
Posted by Andreas Zita at 1/6/2006 12:14:51 PM
Hi
Im creating my first 2.0 site and I cant find the Build Action property? I
want to embedd an image-file in my site-assembly but I don't know how? In
1.1 I could set Build Action to Embedded Resource in the properties pane but
this doesn't seem to be available any more???
/Andreas
... more >>
Issues with OnTextChanged using <asp:Repeater
Posted by Fred Dag at 1/6/2006 11:59:25 AM
As far as I can work out when using the OnTextChanged event I cannot get the
TextBox and Labels values when the event fires as they are populated by a
<asp:repeater and so don't have values.
If I try to give the repeater values by removing
if (!IsPostBack)
{}
from the
Page_Load() m... more >>
ASP.NET and Powerpoint
Posted by MattC at 1/6/2006 11:23:18 AM
Hi,
Not sure if this is the correct forum, so apologies in advance, if it's not.
I have a requirement to dynamically generate a powerpoint slide via a
webpage. My first thought was some knid of automation object that
would be created server side and then a link provided for the user to
d... more >>
Object Expected error
Posted by Kiyomi at 1/6/2006 11:12:41 AM
Hello,
I am trying to replace my alert message box with a popup page.
In my page behind,
Response.Write("<script> alert('" & MyMsg & "') </script>")
is working fine.
I created a javascript function DoDialog() in the HTML part of the same page
and tried to run it with
R... more >>
CrystalReportViewer Error HELP!
Posted by Richard Thayne at 1/6/2006 10:55:25 AM
When adding the CrystalReportViewer Control to my aspx web form I get the
control with red letters "Error Creating Control CrystalReportViewer1". I
am using VS .NET 2003 and Crystal Reports XI. It was working at first and
I built a web app with the control then all of a sudden I added a deploy... more >>
inserting a row in dataset
Posted by Abubakar at 1/6/2006 10:45:39 AM
Hi,
Lets say I have 3 rows in a dataset bound to a datatgrid. Now I want to add
a new blank row before the second row in the dataset. How am I going to do
that? I think there was an insertat method of dataset that I tried but wasnt
working correctly. A short working code will help.
I'm doing ... more >>
WebPartManager: disable Personalization and still use WebPartManger.AddWebPart()
Posted by SlimFlem at 1/6/2006 10:40:20 AM
Is this possible? My entire web site is being built dynamically using
WebPart's and a lot of it will be anonymous. How do I load these parts
dynamically using WebPartManager.AddWebPart() and not use
Personalization. I think I am saying this correctly. When I disable
Personalization in the We... more >>
VS2005 - Unable to open local iis site other than localhost
Posted by Brad at 1/6/2006 10:33:19 AM
I have a win2003 server workstation with multiple webs, each web has it's
own ip address. In VS2005, if I select to open an existing web site, select
Local IIS, the dialog correctly displays a list of all of my webs, however
if I attempt to open a site under and web other than localhost I re... more >>
Javascript debug
Posted by JJ at 1/6/2006 10:30:24 AM
Hi,
I have some javascript in a aspx page. How do I debug the javascript
code in the page?
Thanks,
J
... more >>
Root URL/ Application path problem with running debugger
Posted by anyeone at 1/6/2006 10:24:03 AM
This one is going to be hard to explain so please bear with me.
I have a web project in folder "myapp". This is where the web config lives.
I've set this to be the IIS webroot. The file "login.aspx" in this folder
is the start page.
What I want is for when I run the debugger, the url of... more >>
why won't LEFT 200px work!
Posted by Paul at 1/6/2006 10:02:02 AM
Hi I have a control that is created with java script and am just trying to
move it to the left. I tried the following but it had no effect, thanks.
<input type="text" size ="26" id = "timer" value = "10" style = "LEFT:
120px; WIDTH: 192px;COLOR: blue;HEIGHT: 24px" >
Other parameters in the ... more >>
Using ToolTip to store data
Posted by LisaBigJax at 1/6/2006 10:01:33 AM
I am using a series of checkbox's in a repeater -- (not the
checkboxlist) -- the problem I am encountering is that the checkbox
does not have a value attribute. I tried to add it via the
"InputAttribute" however it doesn't seem to hold state on a postback.
Is there any reason why I can't use ... more >>
Cache per Thread
Posted by anassar at 1/6/2006 9:52:24 AM
I have an ASP.Net Web Application where I depended on Sessions to share
information across the code. One of the buttons the user clicked, take
a long time to process. So, I started multi-threading the function
behind that button, but then I hit a brick wall - the new thread has no
access to Co... more >>
Function from aspx
Posted by SimonZ at 1/6/2006 9:35:58 AM
How can you call function from aspx page?
For example:
button on aspx page:
<asp:button Visible="<% =funcVisible()%>" id="btnNew"
Runat="server"></asp:button>
code behind function:
Public Function funcVisible() As Boolean
funcVisible = False
End Function
This won't work... more >>
Firefox doesn't display ASP.NET
Posted by simchajoy2000 NO[at]SPAM yahoo.com at 1/6/2006 9:06:28 AM
Hi,
I've got a webpage in ASP.NET that displays just fine in IE but when I
try to open it in Firefox it just displays all the code instead of
rendering the webpage. What's the deal?
Joy
... more >>
Unusual problem with smartnav
Posted by Dan at 1/6/2006 8:49:17 AM
HI
I am using the SmartNav directive in my aspx page, it does what i expect
when i am running locally and testing, but when i upload to my server and
run it from there over the web it seems to ignore the directive all
together. Anyone have any idea why this is? My web.configs are identical.... more >>
Printing to a local printer
Posted by carlor at 1/6/2006 8:33:04 AM
Hi there,
Our client has a requirement to print labels from the web site to a local
printer. i.e. user logs onto web site and click a print button and the
address is printed to a label printer connected to the user's computer.
After much searching I think I've come to the conclusion that t... more >>
Custom IIdentity w/ FormsAuthentication
Posted by Spam Catcher at 1/6/2006 8:29:44 AM
Hi all,
I created a custom IIdentity class to store additional properties for a
logged in user.
The only way I've been able to assign a custom IIdentity when using
FormsAuthentication is to swap it in the Begin_AuthenticateRequest event in
the global.asax.
Is it safe to susbstitute a ... more >>
Memebership, Role, Profile Provider
Posted by Liming at 1/6/2006 8:26:01 AM
Hello, I'm a newbie to .NET 2.0 framework from Java, so please bear
with me.
Is there a way to do a generic Provider model or if anyone knows a
product out there that does this? I know .NET says all you have to do
is implement a different provider, but that is some hard work man, who
gotta t... more >>
Data Sources for ASP.Net
Posted by Jakob Lithner at 1/6/2006 8:02:01 AM
I just read an interesting article on Data Sources in Visual Studio 2005
http://msdn.microsoft.com/vbasic/default.aspx?pull=/library/en-us/dnvs05/html/newdtastvs05.asp
It was an eye opener on the new way of filling data into datasets!
The article says it is the same idea for WebForms as for Win... more >>
WebPartManager.AddWebPart...not understanding exception
Posted by SlimFlem at 1/6/2006 7:40:21 AM
I am new to the WebPartManager stuff and am still learning how to set
this up properly. I am creating instances of WebPart classes from
loaded DLLs and add them to the Page's WebPartManager. If I don't have
this property set on the WebPartManager:
Personalization-Enabled="false", the page will... more >>
Warn user that session expired?
Posted by NH at 1/6/2006 7:25:03 AM
How can I warn a user that their session has expired when they click on a
button etc?
... more >>
Datagrid: Showing numbers in full and not in 'Standard Form'
Posted by arun.hallan NO[at]SPAM gmail.com at 1/6/2006 7:24:51 AM
My datagrid displays large numbers pulled from the database in standard
form.
EG
- 1,172,060 is displayed as -1.17206e+006
How do i get it to display numbers in full?
... more >>
Free dropdown calendar control
Posted by Simon Harvey at 1/6/2006 7:15:32 AM
Hi all,
Does anyone know of a free dropdown calander control such that when you click
on a dropdown, the calander appears and allows you to select a date. On selection
the value is entered as the value into the dropdown?
Any advice gratefully received.
Kindest Regards
tc
... more >>
ASP.NET GridView UserControl
Posted by JAWS at 1/6/2006 7:12:54 AM
I want to make an ASP.NET user control with only a gridview on it.
My usercontrol must behave the same as a normal gridview, with some
extra
properties and methods (for security purposes, such as: invisible,
readonly etc..)
I can not inherit the gridview from webcontrols.gridview because th... more >>
DataView, DataGrid and IsPostBack
Posted by enceladus311 NO[at]SPAM yahoo.com at 1/6/2006 6:34:40 AM
I'm trying to find a way to keep from having to fill a DataView after
every PostBack to a page. Basically, the design is that I have a
DataView that I fill, which I then set as the DataSource to a DataGrid
on my page. This works well, however, like I said, I would like to
keep from having to f... more >>
how can i refresh my aspx webform
Posted by NATE at 1/6/2006 6:19:38 AM
Could you tell me how I can refresh a aspx webform without press a
button.
I need to refresh a text box periodically without the action of the user
... more >>
Video in ASPX
Posted by VB Programmer at 1/6/2006 3:04:38 AM
I want to play either MPEG or MOV files from my ASPX page.
Any good, free, video players for ASPX 2.0 pages or other suggestions?
Thanks y'all. ;)
... more >>
Simple code change deploy in 2.0
Posted by VB Programmer at 1/6/2006 2:43:34 AM
In 1.1 if I made a simple code change I would just copy the dll in the bin
folder to the website and that's it. If I make a simple code change in 2.0
what file(s) would I need to copy to the web server? What about if I want
to deploy the site "precompiled"?
Thanks.
... more >>
ASP.NET process identity does not have read permissions to the global assembly cache
Posted by Michael Neumann at 1/6/2006 1:24:37 AM
I'm trying to set up a test environment for an ASP.NET site on a Windows XP
Pro box. I installed IIS5.1 and then .Net V2.
I put up a web site that contains just a simple Default.aspx "hello world"
page. When I try to connect, I get the "Server Unavailable" page. Plain HTML
pages are served... more >>
web control Datagrid
Posted by jack at 1/6/2006 12:02:51 AM
Hi all,
how to get a check box in the first column of the data grid as it only
shows a:link and a button type control to be inserted.
Please help
... more >>
|