| Thread | Last Post | Replies |
|
| Membership Provider Error | 30 Apr 2006 23:58 GMT | 2 |
I am using asp:Membership to control authentication and role management in my site. The Membership wizard locate the users and roles in a SQL file(SQL express) locally, but I need to upload the DB in my server and users
|
| RegisterStartupScript not creating a <SCRIPT> block | 30 Apr 2006 23:29 GMT | 4 |
When I do this in my page... ClientScript.RegisterStartupScript(this.GetType(), "SomeScript", "alert(\"Hi there\");"); it doesn't work AND when I view source, the alert() line is dumped into the
|
| creating a weblog site with asp.net 2.0 and c# | 30 Apr 2006 23:28 GMT | 3 |
Does anyone konw a free example of a weblogproject in asp.net 2.0 c#? Hope to get a suggestion soon. Cornelis
|
| Using XMLTextReader with Asp.net | 30 Apr 2006 23:10 GMT | 4 |
I've ported some XML reading code from my WinForms app to my ASP.net app but can't get it to work. Here's the code: // Just testing locally for now XmlReader reader = new XmlTextReader("http://localhost/TestApp/Menu.xml");
|
| Best Use of Master Pages - dynamic content and event handling | 30 Apr 2006 22:47 GMT | 1 |
I'm creating an application that has a standard layout for all pages. The information that is displayed in the layout will be dynamic based on the user that is logged in. Thus when a page is browsed to, I need to check to see if the user has logged in or not. Then if they have
|
| ASP.NET 2.0 Return Values | 30 Apr 2006 22:24 GMT | 3 |
Have the following code to extract the ID of a member once a new member has been inserted into the SQL 2005 Express database. Dim myID As String = "" Dim myConnString As String =
|
| How auto refresh page but with new data? | 30 Apr 2006 19:33 GMT | 3 |
I want to have a web page that shows the first 10 records of data. I want it to wait 10 seconds and then show then next 10 records. How can I do this? This is for events like what you'd see on a digital sign in a hotel lobby.
|
| How to Display an image, from a DB, into the Gridview (ASP.NET 2.0) | 30 Apr 2006 17:38 GMT | 18 |
I would like to know how do display an image into a Gridview (ASP.NET 2.0) taken directly from a DataBase, NOT using an URL, like described in this article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/Gri dViewEx06.asp
|
| Resource files --> 'Classic' ASP | 30 Apr 2006 14:14 GMT | 1 |
Probably not the best place to ask this, but considering I'm more of a .NET-guy thinking in .NET-patterns, here goes anyway. I was handed an ASP-project to internationalize (read: create multi-lingual user interface). Should this have been a .NET-site, I
|
| display processing image when uploading files | 30 Apr 2006 13:12 GMT | 1 |
How do you display a busy/status image in a web application when you upload files to the server. Using vb.net thanks in advance
|
| How to do for a web page which have header(top), content (datagrid) with scroll bar, footer(bottom) using HTML's DIV Tag under ASP.NET? | 30 Apr 2006 13:10 GMT | 1 |
I don't know How to use HTML's DIV Tag to do that web page which have header (Top), content (datagrid) with scroll bar, and bottom footer. How should I do?
|
| changing font of textbox? | 30 Apr 2006 13:09 GMT | 2 |
I have controls on a page such as a textbox where I would like the font to match the rest of the page. The CSS style applied to the <body> tag does not seem to be used by the textbox. Can the textbox font be changed? Also, same thing for buttons.
|
| Using Auto-Generate Fields with Gridview, how to set column alignment??? | 30 Apr 2006 08:19 GMT | 1 |
I am using the auto-generate fields option because my query can be different based on what the user selects. But I would still like to set the column alignment but I can;t seem to access the columns in code after the data has loaded. Any ideas?
|
| FormView ObjectDataSource FormParameter can't find textbox if inside asp:table | 30 Apr 2006 07:56 GMT | 2 |
I am using an object datasource to call a stored procedure to update an SQL table. THE STORED PROCEDURE WORKS FINE! THE OBJECTDATASOURCE WORKS FINE!
|
| Strange effects from IE7 browser freezing on ASP site | 30 Apr 2006 05:13 GMT | 7 |
I have a strange problem as a result of installeing the beta version of IE7. Through a process of elimination I am 98% sure IE7 is the cause. What happens is I have a website that is built with ASP 2.0 and DNN 4.02 There is nothing added to the site other then the basic install. ...
|